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 a07e1a7 commit 30ae786Copy full SHA for 30ae786
build.gradle.kts
@@ -83,8 +83,8 @@ dependencies {
83
}
84
85
val dependencyVersions = listOf(
86
- "net.bytebuddy:byte-buddy:1.14.6",
87
- "net.bytebuddy:byte-buddy-agent:1.14.6",
+ "net.bytebuddy:byte-buddy:1.14.7",
+ "net.bytebuddy:byte-buddy-agent:1.14.7",
88
"org.jetbrains:annotations:24.0.1",
89
"org.opentest4j:opentest4j:1.3.0",
90
)
0 commit comments