Skip to content

Commit

Permalink
deps: Upgrade spring boot and sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Ruaux committed May 26, 2023
1 parent 7633a41 commit 8f011f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8
reproducibleBuild = true

bootPluginVersion = 2.7.10
bootPluginVersion = 2.7.12
kordampBuildVersion = 3.1.0
kordampPluginVersion = 0.51.0

Expand All @@ -33,20 +33,20 @@ datafakerVersion = 1.9.0
gcpVersion = 1.2.8.RELEASE
gitPluginVersion = 3.0.0
googleHttpVersion = 1.38.0
jacocoVersion = 0.8.8
jacocoVersion = 0.8.10
jdksPluginVersion = 1.5.0
jsr305Version = 3.0.2
latencyutilsVersion = 2.0.3
lettucemodVersion = 3.5.0
lettucemodVersion = 3.5.1
lettuceVersion = 6.2.3.RELEASE
mssqlVersion = 11.2.3.jre8
oracleVersion = 19.3.0.0
picocliVersion = 4.7.1
plexusVersion = 3.5.0
picocliVersion = 4.7.3
plexusVersion = 4.0.0
progressbarVersion = 0.9.5
sqliteVersion = 3.40.0.0
testcontainersRedisVersion = 1.6.3
testcontainersVersion = 1.17.6
sqliteVersion = 3.42.0.0
testcontainersRedisVersion = 1.6.4
testcontainersVersion = 1.18.1

org.gradle.daemon = true
org.gradle.caching = false
Expand Down

0 comments on commit 8f011f5

Please sign in to comment.