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 fe6da5b commit 6cedc79Copy full SHA for 6cedc79
build.gradle.kts
@@ -71,8 +71,8 @@ dependencies {
71
}
72
73
val dependencyVersions = listOf(
74
- "net.bytebuddy:byte-buddy:1.17.5",
75
- "net.bytebuddy:byte-buddy-agent:1.17.5",
+ "net.bytebuddy:byte-buddy:1.17.6",
+ "net.bytebuddy:byte-buddy-agent:1.17.6",
76
"org.jetbrains:annotations:26.0.2",
77
"org.opentest4j:opentest4j:1.3.0",
78
)
0 commit comments