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

Commit

Permalink
Upgrade to stable versions from snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Aug 5, 2019
1 parent 26effbc commit 3d43b7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ compileTestKotlin {
ext {
assertkVersion = '0.17'
jacksonVersion = '2.9.9'
junitJupiterVersion = '5.4.2'
junitPlatformVersion = '1.4.2'
junitJupiterVersion = '5.5.1'
junitPlatformVersion = '1.5.1'
log4jVersion = '2.11.2'
springIntegrationVersion = '5.2.0.BUILD-SNAPSHOT'
springKafkaVersion = '2.3.0.BUILD-SNAPSHOT'
springIntegrationVersion = '5.2.0.M4'
springKafkaVersion = '2.3.0.M4'

idPrefix = 'kafka'

Expand Down

0 comments on commit 3d43b7d

Please sign in to comment.