Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 committed Feb 20, 2024
1 parent bfb0504 commit 6bbbc9b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:

- uses: ./.github/actions/setup
with:
jdkVersion: 11
jdkVersion: 17

- name: Sonar scan with Gradle
run: >
Expand Down
12 changes: 6 additions & 6 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
springBootVersion = '2.7.18'
springSecurityVersion = '5.8.9'
springFrameworkVersion = '5.3.31'
springSecurityVersion = '5.8.10'
springFrameworkVersion = '5.3.32'
springDocVersion = '1.7.0'
logbackVersion = '1.2.13'
lombokVersion = '1.18.30'
Expand All @@ -10,16 +10,16 @@
gsonVersion = '2.10.1'
httpClientVersion = '4.5.14'
httpCoreVersion = '4.4.16'
commonsCodecVersion = '1.16.0'
commonsCodecVersion = '1.16.1'
slf4jVersion = "1.7.36"
snakeYaml = "2.2"
jacksonCoreVersion = '2.16.1'
jacksonDatabindVersion = '2.16.1'
jsonPathVersion = "2.8.0"
jsonPathVersion = "2.9.0"
junitVersion = "4.13.2"
restAssuredVersion = "4.5.1"
explorerApiCommonVersion = "2.0.30"
tomcatVersion = "9.0.84"
explorerApiCommonVersion = "2.0.31"
tomcatVersion = "9.0.85"

activationApiVersion = "1.2.2"
xmlBindApiVersion = "2.3.3"
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-7.6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6bbbc9b

Please sign in to comment.