Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation ("org.apache.commons:commons-lang3:3.9")
implementation ("org.apache.commons:commons-collections4:4.4")

implementation ("org.springframework.boot:spring-boot-starter-web:2.5.10") // Secure and stable
implementation ("org.springframework.boot:spring-boot-starter-web:2.6.6") // Patched for CVE-2022-22965 (Spring4Shell)

// Upgrade to Log4j2 which resolves vulnerabilities found in Log4j 1.x
implementation ("org.apache.logging.log4j:log4j-core:2.14.1")
Expand Down