Skip to content

Commit 328ca04

Browse files
Bump net.bytebuddy:byte-buddy from 1.16.0 to 1.16.1 (#514)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.16.0 to 1.16.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.16.0...byte-buddy-1.16.1) --- 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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 88864d2 commit 328ca04

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.16.0",
75-
"net.bytebuddy:byte-buddy-agent:1.16.0",
74+
"net.bytebuddy:byte-buddy:1.16.1",
75+
"net.bytebuddy:byte-buddy-agent:1.16.1",
7676
"org.jetbrains:annotations:26.0.1",
7777
"org.opentest4j:opentest4j:1.3.0",
7878
)

0 commit comments

Comments
 (0)