Skip to content

Commit

Permalink
Upgrade dependencies; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Sep 20, 2022
1 parent 9d73762 commit 6e68bd8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Expand Up @@ -15,8 +15,8 @@ plugins {
id 'org.sonarqube' version '2.8'
id 'io.spring.nohttp' version '0.0.10' apply false
id 'org.ajoberstar.grgit' version '4.1.1'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'com.jfrog.artifactory' version '4.28.3' apply false
id 'io.spring.dependency-management' version '1.0.13.RELEASE'
id 'com.jfrog.artifactory' version '4.29.0' apply false
id 'org.jetbrains.dokka' version '1.5.30'
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.gems' version '3.3.2'
Expand Down Expand Up @@ -46,7 +46,7 @@ ext {
modifiedFiles =
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }

activeMqVersion = '5.17.1'
activeMqVersion = '5.17.2'
apacheSshdVersion = '2.7.0'
aspectjVersion = '1.9.9.1'
assertjVersion = '3.23.1'
Expand All @@ -61,7 +61,7 @@ ext {
ftpServerVersion = '1.1.1'
googleJsr305Version = '3.0.2'
greenmailVersion = '1.6.9'
groovyVersion = '3.0.11'
groovyVersion = '3.0.13'
hamcrestVersion = '2.2'
hazelcastVersion = '4.2.5'
hibernateVersion = '5.5.9.Final'
Expand Down Expand Up @@ -90,10 +90,10 @@ ext {
pahoMqttClientVersion = '1.2.5'
postgresVersion = '42.2.23'
r2dbch2Version='0.8.5.RELEASE'
reactorVersion = '2020.0.21'
reactorVersion = '2020.0.23'
resilience4jVersion = '1.7.1'
romeToolsVersion = '1.16.0'
rsocketVersion = '1.1.2'
rsocketVersion = '1.1.3'
saajVersion = '1.5.2'
servletApiVersion = '4.0.1'
smackVersion = '4.3.5'
Expand All @@ -103,7 +103,7 @@ ext {
springKafkaVersion = '2.7.14'
springRetryVersion = '1.3.3'
springSecurityVersion = project.hasProperty('springSecurityVersion') ? project.springSecurityVersion : '5.5.8'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.22'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.23'
springWsVersion = '3.1.3'
testcontainersVersion = '1.17.3'
tomcatVersion = '9.0.64'
Expand Down

0 comments on commit 6e68bd8

Please sign in to comment.