Skip to content

Commit 541fbb2

Browse files
committed
Use proper GA versions for Spring dependencies
1 parent e729a21 commit 541fbb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ ext {
110110
smackVersion = '4.4.8'
111111
springAmqpVersion = '3.1.5'
112112
springDataVersion = '2024.0.0'
113-
springGraphqlVersion = '1.3.1-SNAPSHOT'
114-
springKafkaVersion = '3.2.1-SNAPSHOT'
113+
springGraphqlVersion = '1.3.0'
114+
springKafkaVersion = '3.2.0'
115115
springRetryVersion = '2.0.6'
116-
springSecurityVersion = '6.3.1-SNAPSHOT'
116+
springSecurityVersion = '6.3.0'
117117
springVersion = '6.1.7'
118118
springWsVersion = '4.0.11'
119119
testcontainersVersion = '1.19.8'

0 commit comments

Comments
 (0)