Skip to content

Commit 7f117ef

Browse files
Bump net.bytebuddy:byte-buddy from 1.17.0 to 1.17.1 (#527)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.17.0 to 1.17.1. - [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.0...byte-buddy-1.17.1) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e41148 commit 7f117ef

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.0",
75-
"net.bytebuddy:byte-buddy-agent:1.17.0",
74+
"net.bytebuddy:byte-buddy:1.17.1",
75+
"net.bytebuddy:byte-buddy-agent:1.17.1",
7676
"org.jetbrains:annotations:26.0.2",
7777
"org.opentest4j:opentest4j:1.3.0",
7878
)

0 commit comments

Comments
 (0)