Skip to content

Commit 800ed3f

Browse files
Bump byte-buddy-agent from 1.11.1 to 1.11.21 (#112)
* Bump byte-buddy-agent from 1.11.1 to 1.11.21 Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.11.1 to 1.11.21. - [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.11.1...byte-buddy-1.11.21) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update build.gradle * Update build.gradle Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sergei Egorov <[email protected]>
1 parent ac40495 commit 800ed3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jabel-javac-plugin/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66
sourceCompatibility = targetCompatibility = 8
77

88
dependencies {
9-
implementation 'net.bytebuddy:byte-buddy:1.11.2'
10-
implementation 'net.bytebuddy:byte-buddy-agent:1.11.1'
9+
implementation 'net.bytebuddy:byte-buddy:1.11.21'
10+
implementation 'net.bytebuddy:byte-buddy-agent:1.11.21'
1111
implementation 'net.java.dev.jna:jna:5.9.0'
1212
}
1313

0 commit comments

Comments
 (0)