Skip to content

Commit 86f2951

Browse files
nahsraryandens
authored andcommitted
updated version of toolkit
1 parent 92f42ac commit 86f2951

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

0 commit comments

Comments
 (0)