Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
fix: Upgrade spring (#428)
Browse files Browse the repository at this point in the history
* fix: Upgrade spring

* gradle.properties
  • Loading branch information
jakubhava authored Sep 17, 2024
1 parent 1e11bb5 commit a8ae1ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- sql-jdbc-scorer/**
- build.gradle
- gradlew
- gradle.properties
setup_env:
uses: ./.github/workflows/setup-environment.yml
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ swaggerCoreVersion = 2.2.20
swaggerCoreSpringVersion = 1.6.12
shadowJarVersion = 7.1.0
slf4jVersion = 2.0.9
logbackVersion = 1.4.14
logbackVersion = 1.5.7
apacheCommonsCliVersion = 1.4
truthVersion = 0.42
guavaVersion = 32.0.0-jre
Expand All @@ -37,7 +37,7 @@ jakartaServletVersion = 6.0.0
tomcatVersion = 9.0.75

# External plugins:
springBootPluginVersion = 3.2.8
springBootPluginVersion = 3.3.3
swaggerGradlePluginVersion = 2.19.2
errorpronePluginVersion = 3.1.0
jibPluginVersion = 3.4.0
Expand Down

0 comments on commit a8ae1ce

Please sign in to comment.