Skip to content

Commit ac761e4

Browse files
committed
⬆️ upgrade java security toolkit to 1.1.1
1 parent f6cbd36 commit ac761e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

framework/codemodder-base/src/main/java/io/codemodder/DependencyGAV.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ static DependencyGAV createDefault(
160160
group, artifact, version, justification, license, repositoryUrl, noTransitiveDependencies);
161161
}
162162

163-
String JAVA_SECURITY_TOOLKIT_VERSION = "1.0.7";
163+
String JAVA_SECURITY_TOOLKIT_VERSION = "1.1.1";
164164
String JAVA_SECURITY_TOOLKIT_GAV =
165165
"io.github.pixee:java-security-toolkit:" + JAVA_SECURITY_TOOLKIT_VERSION;
166166

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ auto-value = "1.9"
33
jackson = "2.13.1"
44
javaparser-core = "3.25.4"
55
javaparser-symbolsolver = "3.15.15"
6-
java-security-toolkit = "1.0.7"
6+
java-security-toolkit = "1.1.1"
77
java-security-toolkit-xstream = "1.0.2"
88
javax-inject = "1"
99
jtokkit = "0.6.1"

plugins/codemodder-plugin-maven/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
4141
implementation("com.github.zafarkhaja:java-semver:$javaSemverVersion")
4242
implementation("com.github.albfernandez:juniversalchardet:$juniversalchardetVersion")
43-
implementation("io.github.pixee:java-security-toolkit:1.0.7")
43+
implementation(libs.java.security.toolkit)
4444
testImplementation("fun.mike:diff-match-patch:$diffMatchPatchVersion")
4545
testImplementation("org.slf4j:slf4j-simple:$slf4jSimpleVersion")
4646
testImplementation("org.hamcrest:hamcrest-all:$hamcrestVersion")

0 commit comments

Comments
 (0)