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

Commit

Permalink
chore: Upgrade Spring 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubhava committed Sep 19, 2024
1 parent 9ea9c03 commit cbeb341
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jakartaServletVersion = 6.0.0
tomcatVersion = 9.0.75

# External plugins:
springBootPluginVersion = 3.3.3
springBootPluginVersion = 3.3.4
swaggerGradlePluginVersion = 2.19.2
errorpronePluginVersion = 3.1.0
jibPluginVersion = 3.4.0
Expand Down
8 changes: 0 additions & 8 deletions local-rest-scorer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@ plugins {
apply from: project(":").file('gradle/java.gradle')

dependencies {
// Spring boot in this project used version 6.1.1 which has CVE-2024-38816, 6.1.3 has the fix
// One new Spring boot is released, remove this workaround and upgrade to the spring boot
// using the right dependency out of the box
implementation('org.springframework:spring-webmvc') {
version {
strictly '6.1.13'
}
}
runtimeOnly group: 'org.springframework.boot', name: 'spring-boot-properties-migrator'
implementation project(':common:rest-spring-api')
implementation project(':common:transform')
Expand Down

0 comments on commit cbeb341

Please sign in to comment.