Skip to content

Commit 82bff28

Browse files
chore(deps): bump net.bytebuddy:byte-buddy from 1.14.16 to 1.18.5
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.16 to 1.18.5. - [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.14.16...byte-buddy-1.18.5) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-version: 1.18.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5ee11ba commit 82bff28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

velocity.extension/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dependencies {
4646
implementation("io.netty:netty-transport")
4747
implementation("io.netty:netty-handler")
4848

49-
implementation("net.bytebuddy:byte-buddy:1.14.16")
50-
implementation("net.bytebuddy:byte-buddy-agent:1.14.16")
49+
implementation("net.bytebuddy:byte-buddy:1.18.5")
50+
implementation("net.bytebuddy:byte-buddy-agent:1.18.5")
5151
implementation("org.tinylog:tinylog-api:2.7.0")
5252
implementation("org.tinylog:tinylog-impl:2.7.0")
5353
}

0 commit comments

Comments
 (0)