aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-11-04 14:39:37 +0000
committerPJ Fanning <fanningpj@apache.org>2024-11-04 14:39:37 +0000
commitdf4bf119a52317756e7780d050d9aee8cb18b365 (patch)
treef5db69d7b1af14fad0a3bbd1d32209c2394749f3
parent0b758a45ba3c00c1b31de3f52e50cbabf92b84a7 (diff)
downloadpoi-df4bf119a52317756e7780d050d9aee8cb18b365.tar.gz
poi-df4bf119a52317756e7780d050d9aee8cb18b365.zip
update bytebuddy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921767 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 5c10169fda..32fee988cb 100644
--- a/build.xml
+++ b/build.xml
@@ -285,8 +285,8 @@ under the License.
<dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:3.0" usage="main-tests"/>
<dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.10.0" usage="main-tests"/>
<dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.11.0" usage="main-tests"/>
- <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.15.7" usage="main-tests"/>
- <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.7" usage="main-tests"/>
+ <dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.15.10" usage="main-tests"/>
+ <dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.10" 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.24.1" 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 a42151a9b3..8d140d6cc6 100644
--- a/poi-ooxml-lite-agent/build.gradle
+++ b/poi-ooxml-lite-agent/build.gradle
@@ -22,8 +22,8 @@ sourceSets {
}
dependencies {
- api 'net.bytebuddy:byte-buddy:1.15.7'
- api 'net.bytebuddy:byte-buddy-agent:1.15.7'
+ api 'net.bytebuddy:byte-buddy:1.15.10'
+ api 'net.bytebuddy:byte-buddy-agent:1.15.10'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}