Skip to content

Commit 4a2812a

Browse files
committed
⬆️ Upgrade java-security-toolkit 1.1.3
1 parent 41b579e commit 4a2812a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1.2";
163+
String JAVA_SECURITY_TOOLKIT_VERSION = "1.1.3";
164164
String JAVA_SECURITY_TOOLKIT_GAV =
165165
"io.github.pixee:java-security-toolkit:" + JAVA_SECURITY_TOOLKIT_VERSION;
166166

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.70.4
1+
0.70.5

0 commit comments

Comments
 (0)