Skip to content

Commit 6cedc79

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.5 to 1.17.6 (#561)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.5 to 1.17.6. - [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.17.5...byte-buddy-1.17.6) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.17.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe6da5b commit 6cedc79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ dependencies {
7171
}
7272

7373
val dependencyVersions = listOf(
74-
"net.bytebuddy:byte-buddy:1.17.5",
75-
"net.bytebuddy:byte-buddy-agent:1.17.5",
74+
"net.bytebuddy:byte-buddy:1.17.6",
75+
"net.bytebuddy:byte-buddy-agent:1.17.6",
7676
"org.jetbrains:annotations:26.0.2",
7777
"org.opentest4j:opentest4j:1.3.0",
7878
)

0 commit comments

Comments
 (0)