Skip to content

Commit

Permalink
Upgrade some dependencies to latest Milestones
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jul 12, 2023
1 parent e4c1851 commit 076b34d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'org.sonarqube' version '4.2.1.3168'
id 'io.spring.nohttp' version '0.0.11' apply false
id 'org.ajoberstar.grgit' version '4.1.1'
id 'io.spring.dependency-management' version '1.1.0'
id 'io.spring.dependency-management' version '1.1.1'
id 'com.jfrog.artifactory' version '4.32.0' apply false
id 'org.jetbrains.dokka' version "$kotlinVersion"
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
Expand Down Expand Up @@ -87,16 +87,16 @@ ext {
lettuceVersion = '6.2.4.RELEASE'
log4jVersion = '2.20.0'
mailVersion = '2.0.2'
micrometerTracingVersion = '1.1.2'
micrometerVersion = '1.11.1'
micrometerTracingVersion = '1.2.0-M1'
micrometerVersion = '1.12.0-M1'
mockitoVersion = '5.4.0'
mongoDriverVersion = '4.9.1'
mysqlVersion = '8.0.33'
pahoMqttClientVersion = '1.2.5'
postgresVersion = '42.6.0'
protobufVersion = '3.23.3'
r2dbch2Version = '1.0.0.RELEASE'
reactorVersion = '2022.0.8'
reactorVersion = '2023.0.0-M1'
resilience4jVersion = '2.0.2'
romeToolsVersion = '2.1.0'
rsocketVersion = '1.1.4'
Expand Down

0 comments on commit 076b34d

Please sign in to comment.