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