Skip to content

Commit 88a7dfa

Browse files
authored
bump version to 1.2.2
1 parent 6ca4ec8 commit 88a7dfa

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)