Skip to content
Open
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.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val scalaMinVer = "3.6"
val log4jVer = "2.23.1" // Updated from "2.22.1" - Security fix
val scalaLoggingVer = "3.9.5"
val scalaParColVer = "1.0.4"
val commonsLang3Ver = "3.14.0" // Keep current - 3.14.1 doesn't exist
val commonsLang3Ver = "3.20.0" // Keep current - 3.14.1 doesn't exist
val commonsMath3Ver = "3.6.1" // Keep current - 3.6.2 doesn't exist
val commonsTextVer = "1.11.0" // Updated from "1.10.0" - CRITICAL: Security fix (CVE-2022-42889)
val commonsIoVer = "2.16.0" // Updated from "2.15.1"
Expand Down
Loading