Skip to content

Commit 5f86dfc

Browse files
authored
force commons-lang3 version to 3.18.0 (#23)
1 parent 8b24f93 commit 5f86dfc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ allprojects {
3232
jerseyCommonJakartaVersion = "3.1.10"
3333
junitJupiterVersion = "5.12.2"
3434
mockitoVersion = "5.18.0"
35+
36+
// force version for security
37+
// remove when upgrading other libraries
38+
commonsLang3Version = "3.18.0" // caused by approvaltestsVersion
3539
}
3640

3741
java {

plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies {
99

1010
testImplementation("com.github.javaparser:javaparser-core:$javaparserVersion")
1111
testImplementation("com.approvaltests:approvaltests:$approvaltestsVersion")
12+
testImplementation("org.apache.commons:commons-lang3:$commonsLang3Version")
1213
}
1314

1415
shadowJar {

0 commit comments

Comments
 (0)