Skip to content

Commit

Permalink
Bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
heshamMassoud committed Jun 4, 2019
1 parent edae943 commit 5f64c90
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
shadowJarVersion = '4.0.3'
shadowJarVersion = '5.0.0'
}
repositories {
jcenter()
Expand All @@ -11,10 +11,10 @@ buildscript {
}

plugins {
id "com.github.ben-manes.versions" version '0.20.0'
id 'com.adarshr.test-logger' version '1.6.0'
id "com.diffplug.gradle.spotless" version '3.16.0'
id 'com.bmuschko.docker-java-application' version '4.2.0'
id "com.github.ben-manes.versions" version '0.21.0'
id 'com.adarshr.test-logger' version '1.7.0'
id "com.diffplug.gradle.spotless" version '3.23.0'
id 'com.bmuschko.docker-java-application' version '4.9.0'
}

apply from: "$rootDir/gradle-scripts/extensions.gradle"
Expand Down
4 changes: 2 additions & 2 deletions gradle-scripts/dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ext {
commercetoolsJvmSdkVersion = '1.38.0'
mockitoVersion = '2.23.4'
mockitoVersion = '2.28.2'
slf4jVersion = '1.7.25'
slf4jTestVersion = '1.2.0'
assertjVersion = '3.11.1'
assertjVersion = '3.12.2'
pmdVersion = '5.6.1'
jacocoVersion = '0.7.9'
findbugsVersion = '3.0.1'
Expand Down

0 comments on commit 5f64c90

Please sign in to comment.