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 9c84107 commit ab6cb33Copy full SHA for ab6cb33
build.gradle.kts
@@ -85,8 +85,8 @@ dependencies {
85
}
86
87
val dependencyVersions = listOf(
88
- "net.bytebuddy:byte-buddy:1.15.10",
89
- "net.bytebuddy:byte-buddy-agent:1.15.10",
+ "net.bytebuddy:byte-buddy:1.15.11",
+ "net.bytebuddy:byte-buddy-agent:1.15.11",
90
"org.jetbrains:annotations:26.0.1",
91
"org.opentest4j:opentest4j:1.3.0",
92
)
0 commit comments