Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sluehr committed Dec 30, 2020
1 parent 8689080 commit 04f6839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ test {
}

lombok {
version = '1.18.12'
version = '1.18.16'
generateLombokConfig.enabled = false
}

ext {
axonVersion = '4.4.3'
axonVersion = '4.4.5'
guavaVersion = '30.0-jre'
jacksonVersion = '2.11.2'
springBootVersion = '2.3.4.RELEASE'
springBootVersion = '2.4.0'

h2Version = '1.4.200'
junitVersion = '5.7.0'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 04f6839

Please sign in to comment.