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.
2 parents 34a1863 + 37b2499 commit a61a7a2Copy full SHA for a61a7a2
gradle/libs.versions.toml
@@ -64,7 +64,7 @@ maven-resolver = "1.9.22"
64
mockito4 = "4.11.0"
65
mockito5 = "5.11.0"
66
mongo = "4.11.4"
67
-netty = "4.1.113.Final"
+netty = "4.1.114.Final"
68
newrelic-api = "5.14.0"
69
# Kotlin 1.7 sample will fail from OkHttp 4.12.0 due to okio dependency being a Kotlin 1.9 module
70
okhttp = "4.11.0"
settings.gradle
@@ -6,7 +6,7 @@ pluginManagement {
6
7
plugins {
8
id 'com.gradle.develocity' version '3.18.1'
9
- id 'io.spring.develocity.conventions' version '0.0.21'
+ id 'io.spring.develocity.conventions' version '0.0.22'
10
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
11
}
12
0 commit comments