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 ae34852 commit cc39b2fCopy full SHA for cc39b2f
build.gradle
@@ -21,8 +21,8 @@ plugins {
21
id 'idea'
22
id 'org.ajoberstar.grgit' version '5.2.2'
23
id 'io.spring.nohttp' version '0.0.11'
24
- id 'io.spring.dependency-management' version '1.1.5' apply false
25
- id 'com.github.spotbugs' version '6.0.18'
+ id 'io.spring.dependency-management' version '1.1.6' apply false
+ id 'com.github.spotbugs' version '6.0.19'
26
}
27
28
apply plugin: 'io.spring.nohttp'
@@ -62,7 +62,7 @@ ext {
62
kafkaVersion = '3.7.1'
63
kotlinCoroutinesVersion = '1.8.1'
64
log4jVersion = '2.23.1'
65
- micrometerDocsVersion = '1.0.2'
+ micrometerDocsVersion = '1.0.3'
66
micrometerVersion = '1.13.1'
67
micrometerTracingVersion = '1.3.1'
68
mockitoVersion = '5.10.0'
0 commit comments