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.
1 parent 494bc4c commit 92d6c35Copy full SHA for 92d6c35
settings.gradle.kts
@@ -41,7 +41,7 @@ dependencyResolutionManagement {
41
library("jproc", "org.buildobjects:jproc:2.8.2")
42
library("jackson-kotlin", "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
43
library("arrow-core", "io.arrow-kt:arrow-core:1.2.0")
44
- library("byteBuddy", "net.bytebuddy:byte-buddy:1.14.5")
+ library("byteBuddy", "net.bytebuddy:byte-buddy:1.17.0")
45
46
library("ktor-server-netty", "io.ktor:ktor-server-netty:2.3.2")
47
library("ktor-server-websockets", "io.ktor:ktor-server-websockets:2.3.2")
0 commit comments