Skip to content

Commit 5a8bde0

Browse files
Bump net.bytebuddy:byte-buddy-agent from 1.18.7 to 1.18.8
Bumps [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.18.7 to 1.18.8. - [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.18.7...byte-buddy-1.18.8) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-agent dependency-version: 1.18.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 106396a commit 5a8bde0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ plugins {
1414

1515
val dependencyVersions = listOf(
1616
"commons-io:commons-io:2.21.0",
17-
"net.bytebuddy:byte-buddy:1.18.7",
18-
"net.bytebuddy:byte-buddy-agent:1.18.7",
17+
"net.bytebuddy:byte-buddy:1.18.8",
18+
"net.bytebuddy:byte-buddy-agent:1.18.8",
1919
"org.jetbrains:annotations:26.1.0",
2020
"org.jetbrains.kotlin:kotlin-reflect:${libs.versions.kotlin.get()}",
2121
"org.jetbrains.kotlin:kotlin-scripting-jvm:${libs.versions.kotlin.get()}",

0 commit comments

Comments
 (0)