Skip to content

Commit 8c9f965

Browse files
authored
Merge pull request #1245 from svor/sv-fix-cve-2025-22235
chore: Fix CVE-2025-22235 by upgrading org.springframework.boot to 3.3.11
2 parents d231930 + 3154a5b commit 8c9f965

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
id 'jacoco'
1212
id 'nu.studer.jooq' version '8.2.1'
1313
id 'de.undercouch.download' version '5.4.0'
14-
id 'org.springframework.boot' version '3.3.10'
14+
id 'org.springframework.boot' version '3.3.11'
1515
id 'io.spring.dependency-management' version '1.1.0'
1616
id 'io.gatling.gradle' version '3.9.5'
1717
id 'java'

0 commit comments

Comments
 (0)