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 d042bec commit 575c53dCopy full SHA for 575c53d
build.gradle.kts
@@ -84,8 +84,8 @@ dependencies {
84
}
85
86
val dependencyVersions = listOf(
87
- "net.bytebuddy:byte-buddy:1.14.11",
88
- "net.bytebuddy:byte-buddy-agent:1.14.11",
+ "net.bytebuddy:byte-buddy:1.14.12",
+ "net.bytebuddy:byte-buddy-agent:1.14.12",
89
"org.jetbrains:annotations:24.1.0",
90
"org.opentest4j:opentest4j:1.3.0",
91
)
0 commit comments