Skip to content

Commit

Permalink
byte buddy 1.14.16
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1917902 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed May 22, 2024
1 parent 5f7db27 commit 7027eb5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.14.12" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.14.12" usage="main-tests"/>
<dependency prefix="main.byte-buddy" artifact="net.bytebuddy:byte-buddy:1.14.16" usage="main-tests"/>
<dependency prefix="main.byte-buddy-agent" artifact="net.bytebuddy:byte-buddy-agent:1.14.16" 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.23.1" usage="main-tests"/>
<dependency prefix="main.commons-logging" artifact="commons-logging:commons-logging:1.2" usage="main-tests"/>
Expand Down
4 changes: 2 additions & 2 deletions poi-ooxml-lite-agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ sourceSets {
}

dependencies {
api 'net.bytebuddy:byte-buddy:1.14.12'
api 'net.bytebuddy:byte-buddy-agent:1.14.12'
api 'net.bytebuddy:byte-buddy:1.14.16'
api 'net.bytebuddy:byte-buddy-agent:1.14.16'
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
}

Expand Down

0 comments on commit 7027eb5

Please sign in to comment.