Skip to content

Commit 2cadfe3

Browse files
authored
Injecting java-security-toolkit:1.2.2 from codemods (#509)
For the codemods that inject the Java security toolkit, bump the version.
1 parent 4fc46dd commit 2cadfe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

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

0 commit comments

Comments
 (0)