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 50def48 commit f60bed8Copy full SHA for f60bed8
build.gradle
@@ -21,7 +21,7 @@ plugins {
21
id 'idea'
22
id 'org.ajoberstar.grgit' version '4.1.1'
23
id 'io.spring.nohttp' version '0.0.11'
24
- id 'io.spring.dependency-management' version '1.1.5' apply false
+ id 'io.spring.dependency-management' version '1.1.6' apply false
25
}
26
27
apply plugin: 'io.spring.nohttp'
@@ -61,7 +61,7 @@ ext {
61
junitJupiterVersion = '5.10.3'
62
kafkaVersion = '3.6.2'
63
log4jVersion = '2.21.1'
64
- micrometerDocsVersion = '1.0.2'
+ micrometerDocsVersion = '1.0.3'
65
micrometerVersion = '1.12.7'
66
micrometerTracingVersion = '1.2.7'
67
mockitoVersion = '5.6.0'
0 commit comments