Skip to content

Commit 7b4553a

Browse files
Merge pull request #10 from configcat/secu-202508
Security fix - 2025-08
2 parents 7f1399e + 47a8157 commit 7b4553a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = 'com.configcat'
25-
version = '2.0.0'
25+
version = '2.0.1'
2626

2727
sourceCompatibility = JavaVersion.VERSION_1_8
2828
targetCompatibility = JavaVersion.VERSION_1_8

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lazy val root = (project in file(".")).
1313
"com.squareup.okhttp3" % "okhttp" % "4.12.0",
1414
"com.squareup.okhttp3" % "logging-interceptor" % "4.12.0",
1515
"com.google.code.gson" % "gson" % "2.9.1",
16-
"org.apache.commons" % "commons-lang3" % "3.12.0",
16+
"org.apache.commons" % "commons-lang3" % "3.18.0",
1717
"javax.ws.rs" % "jsr311-api" % "1.1.1",
1818
"javax.ws.rs" % "javax.ws.rs-api" % "2.1.1",
1919
"org.openapitools" % "jackson-databind-nullable" % "0.2.6",

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ javax-jsr-api = "1.1.1"
1212
javax-rs-api = "2.1.1"
1313
jackson-databind-nullable = "0.2.6"
1414
jackson-core = "2.15.0-rc1"
15-
commons-lang3 = "3.12.0"
15+
commons-lang3 = "3.18.0"
1616
jakarta_annotation_version = "1.3.5"
1717
junit-jupiter = "5.10.2"
1818
mockito-core = "3.12.4"

0 commit comments

Comments
 (0)