Skip to content

Commit 8d10e92

Browse files
Bump net.bytebuddy:byte-buddy from 1.15.7 to 1.15.10
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.15.7 to 1.15.10. - [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.7...byte-buddy-1.15.10) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2884d6f commit 8d10e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.7")
9+
implementation("net.bytebuddy:byte-buddy:1.15.10")
1010
// graphql-java itself
1111
implementation(rootProject)
1212
}

0 commit comments

Comments
 (0)