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 5daa37e commit e5e5f89Copy full SHA for e5e5f89
dependencyManagement/build.gradle.kts
@@ -41,7 +41,7 @@ val DEPENDENCY_BOMS = listOf(
41
val autoServiceVersion = "1.1.1"
42
val autoValueVersion = "1.11.0"
43
val errorProneVersion = "2.36.0"
44
-val byteBuddyVersion = "1.15.10"
+val byteBuddyVersion = "1.15.11"
45
val asmVersion = "9.7.1"
46
val jmhVersion = "1.37"
47
val mockitoVersion = "4.11.0"
gradle-plugins/build.gradle.kts
@@ -24,7 +24,7 @@ configurations.named("compileOnly") {
24
extendsFrom(bbGradlePlugin)
25
}
26
27
28
val aetherVersion = "1.1.0"
29
30
dependencies {
0 commit comments