Skip to content

Commit

Permalink
Upgrade Spring Framework and Data versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Sep 30, 2019
1 parent fabbb6f commit d02c733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -82,9 +82,9 @@ subprojects { subproject ->
log4jVersion = '2.11.2'
mockitoVersion = '2.26.0'
scalaVersion = '2.11'
springDataCommonsVersion = '2.1.10.RELEASE'
springDataCommonsVersion = '2.1.11.RELEASE'
springRetryVersion = '1.2.4.RELEASE'
springVersion = '5.1.9.RELEASE'
springVersion = '5.1.10.RELEASE'

idPrefix = 'kafka'

Expand Down

0 comments on commit d02c733

Please sign in to comment.