Skip to content

Commit

Permalink
Use proper GA versions for Spring dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed May 21, 2024
1 parent e729a21 commit 541fbb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ ext {
smackVersion = '4.4.8'
springAmqpVersion = '3.1.5'
springDataVersion = '2024.0.0'
springGraphqlVersion = '1.3.1-SNAPSHOT'
springKafkaVersion = '3.2.1-SNAPSHOT'
springGraphqlVersion = '1.3.0'
springKafkaVersion = '3.2.0'
springRetryVersion = '2.0.6'
springSecurityVersion = '6.3.1-SNAPSHOT'
springSecurityVersion = '6.3.0'
springVersion = '6.1.7'
springWsVersion = '4.0.11'
testcontainersVersion = '1.19.8'
Expand Down

0 comments on commit 541fbb2

Please sign in to comment.