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 e08c3f5 commit c3c5d66Copy full SHA for c3c5d66
build.gradle.kts
@@ -85,8 +85,8 @@ dependencies {
85
}
86
87
val dependencyVersions = listOf(
88
- "net.bytebuddy:byte-buddy:1.15.1",
89
- "net.bytebuddy:byte-buddy-agent:1.15.1",
+ "net.bytebuddy:byte-buddy:1.15.3",
+ "net.bytebuddy:byte-buddy-agent:1.15.3",
90
"org.jetbrains:annotations:24.1.0",
91
"org.opentest4j:opentest4j:1.3.0",
92
)
0 commit comments