Skip to content

Commit

Permalink
chore: upgrade spring-boot:2.0.3.RELEASE, guava:20.0, spring-test:5.0…
Browse files Browse the repository at this point in the history
….7.RELEASE
  • Loading branch information
ahunigel committed Jan 19, 2020
1 parent 3d93f72 commit 8c2bce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ repositories {
}

dependencies {
implementation "org.springframework.boot:spring-boot:2.0.1.RELEASE"
implementation "com.google.guava:guava:19.0"
implementation "org.springframework.boot:spring-boot:2.0.3.RELEASE"
implementation "com.google.guava:guava:20.0"

implementation "org.springframework:spring-test:5.0.5.RELEASE"
implementation "org.springframework:spring-test:5.0.7.RELEASE"
testImplementation group: 'junit', name: 'junit', version: '4.12'
}

0 comments on commit 8c2bce8

Please sign in to comment.