Skip to content

Commit

Permalink
Update dependencies to fix a multi-release issue with log4j
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderabramov committed Mar 20, 2019
1 parent 954f9a2 commit 7226431
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlinVersion = '1.3.10'
springBootVersion = '2.1.0.RELEASE'
springBootVersion = '2.1.3.RELEASE'
}
repositories {
mavenCentral()
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
jaxbGlassfishVersion = '2.3.1'
jUnitVersion = '5.2.0'
kafkaVersion = '2.0.0'
log4jVersion = '2.11.1'
log4jVersion = '2.11.2'
mockitoVersion = '2.23.0'
mockitoKotlinVersion = '1.6.0'
springCloudStreamVersion = '2.0.1.RELEASE'
Expand Down

0 comments on commit 7226431

Please sign in to comment.