Skip to content

Commit 076b34d

Browse files
committed
Upgrade some dependencies to latest Milestones
1 parent e4c1851 commit 076b34d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id 'org.sonarqube' version '4.2.1.3168'
1919
id 'io.spring.nohttp' version '0.0.11' apply false
2020
id 'org.ajoberstar.grgit' version '4.1.1'
21-
id 'io.spring.dependency-management' version '1.1.0'
21+
id 'io.spring.dependency-management' version '1.1.1'
2222
id 'com.jfrog.artifactory' version '4.32.0' apply false
2323
id 'org.jetbrains.dokka' version "$kotlinVersion"
2424
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
@@ -87,16 +87,16 @@ ext {
8787
lettuceVersion = '6.2.4.RELEASE'
8888
log4jVersion = '2.20.0'
8989
mailVersion = '2.0.2'
90-
micrometerTracingVersion = '1.1.2'
91-
micrometerVersion = '1.11.1'
90+
micrometerTracingVersion = '1.2.0-M1'
91+
micrometerVersion = '1.12.0-M1'
9292
mockitoVersion = '5.4.0'
9393
mongoDriverVersion = '4.9.1'
9494
mysqlVersion = '8.0.33'
9595
pahoMqttClientVersion = '1.2.5'
9696
postgresVersion = '42.6.0'
9797
protobufVersion = '3.23.3'
9898
r2dbch2Version = '1.0.0.RELEASE'
99-
reactorVersion = '2022.0.8'
99+
reactorVersion = '2023.0.0-M1'
100100
resilience4jVersion = '2.0.2'
101101
romeToolsVersion = '2.1.0'
102102
rsocketVersion = '1.1.4'

0 commit comments

Comments
 (0)