Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

Commit 3d43b7d

Browse files
committed
Upgrade to stable versions from snapshots
1 parent 26effbc commit 3d43b7d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ compileTestKotlin {
5656
ext {
5757
assertkVersion = '0.17'
5858
jacksonVersion = '2.9.9'
59-
junitJupiterVersion = '5.4.2'
60-
junitPlatformVersion = '1.4.2'
59+
junitJupiterVersion = '5.5.1'
60+
junitPlatformVersion = '1.5.1'
6161
log4jVersion = '2.11.2'
62-
springIntegrationVersion = '5.2.0.BUILD-SNAPSHOT'
63-
springKafkaVersion = '2.3.0.BUILD-SNAPSHOT'
62+
springIntegrationVersion = '5.2.0.M4'
63+
springKafkaVersion = '2.3.0.M4'
6464

6565
idPrefix = 'kafka'
6666

0 commit comments

Comments
 (0)