Skip to content

Commit 71765e3

Browse files
committed
Upgrade to Spring Kafka 4.0.1 & Spring Security 7.0.2
1 parent 4dd8732 commit 71765e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ ext {
103103
springAmqpVersion = '4.0.0'
104104
springDataVersion = '2025.1.1'
105105
springGraphqlVersion = '2.0.1-SNAPSHOT'
106-
springKafkaVersion = '4.0.1-SNAPSHOT'
107-
springSecurityVersion = '7.0.1-SNAPSHOT'
106+
springKafkaVersion = '4.0.1'
107+
springSecurityVersion = '7.0.2'
108108
springVersion = '7.0.2'
109109
springWsVersion = '5.0.0'
110110
testcontainersVersion = '2.0.2'

0 commit comments

Comments
 (0)