aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2022-11-18 13:52:46 +0000
committerPJ Fanning <fanningpj@apache.org>2022-11-18 13:52:46 +0000
commit5319b735af43ea09afc2bd49f7376e159eb68355 (patch)
treeeb1155a2d94224b7002035d4c630e10bfe30e517
parentba9e83817ab61d31a61e7e2cfc2de07e8ee0ef1f (diff)
downloadpoi-5319b735af43ea09afc2bd49f7376e159eb68355.tar.gz
poi-5319b735af43ea09afc2bd49f7376e159eb68355.zip
byte-buddy 1.12.19
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1905383 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml4
-rw-r--r--poi-ooxml-lite-agent/build.gradle4
2 files changed, 4 insertions, 4 deletions
diff --git a/build.xml b/build.xml
index 63d605a606..7a43175f79 100644
--- a/build.xml
+++ b/build.xml
@@ -285,8 +285,8 @@ under the License.
<dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:2.2" usage="main-tests"/>
<dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.9.0" usage="main-tests"/>
<dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.9.0" usage="main-tests"/>
- <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.18" usage="main-tests"/>
- <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.18" usage="main-tests"/>
+ <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.12.19" usage="main-tests"/>
+ <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.12.19" usage="main-tests"/>
<dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/>
<dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.19.0" usage="main-tests"/>
<dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
diff --git a/poi-ooxml-lite-agent/build.gradle b/poi-ooxml-lite-agent/build.gradle
index a4dcaf7331..e5720316c8 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -24,8 +24,8 @@ sourceSets {
}
dependencies {
- api 'net.bytebuddy:byte-buddy:1.12.18'
- api 'net.bytebuddy:byte-buddy-agent:1.12.18'
+ api 'net.bytebuddy:byte-buddy:1.12.19'
+ api 'net.bytebuddy:byte-buddy-agent:1.12.19'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}