Skip to content

Commit

Permalink
chore: Upgrade of dependencies (#327)
Browse files Browse the repository at this point in the history
chore: Upgrade of dependencies
  • Loading branch information
pj892031 authored Feb 20, 2024
2 parents c0c24c5 + 21eb2d1 commit 7e6820b
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 @@ -211,7 +211,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,8 +1,8 @@
ext {
//TODO MARK - shouldn't this inherit from parent?
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 @@ -11,16 +11,16 @@ ext {
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"
mapStructVersion = "1.2.0.Final"

activationApiVersion = "1.2.2"
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 7e6820b

Please sign in to comment.