Skip to content

Commit 045a37f

Browse files
committed
bytebuddy 1.16.1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1923278 13f79535-47bb-0310-9956-ffa450edef68
1 parent 80fd351 commit 045a37f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -285,8 +285,8 @@ under the License.
285285
<dependency prefix="main.hamcrest" artifact="org.hamcrest:hamcrest:3.0" usage="main-tests"/>
286286
<dependency prefix="main.xmlunit" artifact="org.xmlunit:xmlunit-core:2.10.0" usage="main-tests"/>
287287
<dependency prefix="main.mockito" artifact="org.mockito:mockito-core:4.11.0" usage="main-tests"/>
288-
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.15.11" usage="main-tests"/>
289-
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.15.11" usage="main-tests"/>
288+
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.16.1" usage="main-tests"/>
289+
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.16.1" usage="main-tests"/>
290290
<dependency prefix="main.objenesis" artifact="org.objenesis:objenesis:3.1" usage="main-tests"/>
291291
<dependency prefix="main.log4j-core" artifact="org.apache.logging.log4j:log4j-core:2.24.3" usage="main-tests"/>
292292
<dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>

poi-ooxml-lite-agent/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ sourceSets {
2222
}
2323

2424
dependencies {
25-
api 'net.bytebuddy:byte-buddy:1.15.11'
26-
api 'net.bytebuddy:byte-buddy-agent:1.15.11'
25+
api 'net.bytebuddy:byte-buddy:1.16.1'
26+
api 'net.bytebuddy:byte-buddy-agent:1.16.1'
2727
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
2828
}
2929

0 commit comments

Comments
 (0)