Skip to content

Commit 1d1a1d9

Browse files
Bump net.bytebuddy:byte-buddy from 1.15.10 to 1.15.11
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.10 to 1.15.11. - [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.15.10...byte-buddy-1.15.11) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b714aa4 commit 1d1a1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
dependencies {
9-
implementation("net.bytebuddy:byte-buddy:1.15.10")
9+
implementation("net.bytebuddy:byte-buddy:1.15.11")
1010
// graphql-java itself
1111
implementation(rootProject)
1212
}

0 commit comments

Comments
 (0)