We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ee11ba + 82bff28 commit 6fc519fCopy full SHA for 6fc519f
1 file changed
velocity.extension/build.gradle.kts
@@ -46,8 +46,8 @@ dependencies {
46
implementation("io.netty:netty-transport")
47
implementation("io.netty:netty-handler")
48
49
- implementation("net.bytebuddy:byte-buddy:1.14.16")
50
- implementation("net.bytebuddy:byte-buddy-agent:1.14.16")
+ implementation("net.bytebuddy:byte-buddy:1.18.5")
+ implementation("net.bytebuddy:byte-buddy-agent:1.18.5")
51
implementation("org.tinylog:tinylog-api:2.7.0")
52
implementation("org.tinylog:tinylog-impl:2.7.0")
53
}
0 commit comments