Skip to content

Commit

Permalink
Prepare release 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbenhassine committed Mar 18, 2021
1 parent fe4edac commit 2187981
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,16 @@ allprojects {

environmentProperty = project.hasProperty('environment') ? getProperty('environment') : 'hsql'

springVersionDefault = '5.3.5-SNAPSHOT'
springVersionDefault = '5.3.5'
springVersion = project.hasProperty('springVersion') ? getProperty('springVersion') : springVersionDefault
springRetryVersion = '1.3.1'
springAmqpVersion = '2.3.6-SNAPSHOT'
springDataCommonsVersion = '2.4.6-SNAPSHOT'
springDataGeodeVersion = '2.4.6-SNAPSHOT'
springDataJpaVersion = '2.4.6-SNAPSHOT'
springDataMongodbVersion = '3.1.6-SNAPSHOT'
springIntegrationVersion = '5.4.5-SNAPSHOT'
springKafkaVersion = '2.6.7-SNAPSHOT'
springAmqpVersion = '2.3.6'
springDataCommonsVersion = '2.4.6'
springDataGeodeVersion = '2.4.6'
springDataJpaVersion = '2.4.6'
springDataMongodbVersion = '3.1.6'
springIntegrationVersion = '5.4.5'
springKafkaVersion = '2.6.7'
springLdapVersion = '2.3.3.RELEASE'

activemqVersion = '5.15.14'
Expand Down Expand Up @@ -102,7 +102,7 @@ allprojects {
beanshellVersion = '2.0b5'
jaxbApiVersion = '2.3.1'
jaxbImplVersion = '2.3.0.1'
micrometerVersion = '1.5.12-SNAPSHOT'
micrometerVersion = '1.5.12'
prometheusPushgatewayVersion = '0.10.0'
docResourcesVersion = '0.2.5'
assertjVersion='3.18.1'
Expand Down

0 comments on commit 2187981

Please sign in to comment.