Skip to content

Commit 3794e80

Browse files
Bump net.bytebuddy:byte-buddy from 1.18.2 to 1.18.3
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.2 to 1.18.3. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.18.2...byte-buddy-1.18.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 528591b commit 3794e80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.18.2'
26-
api 'net.bytebuddy:byte-buddy-agent:1.18.2'
25+
api 'net.bytebuddy:byte-buddy:1.18.3'
26+
api 'net.bytebuddy:byte-buddy-agent:1.18.3'
2727
api "org.apache.xmlbeans:xmlbeans:${xmlbeansVersion}"
2828
}
2929

0 commit comments

Comments
 (0)