Skip to content

Commit

Permalink
⬆️ Upgrade java-security-toolkit 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gilday committed Mar 8, 2024
1 parent 41b579e commit 4a2812a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ static DependencyGAV createDefault(
group, artifact, version, justification, license, repositoryUrl, noTransitiveDependencies);
}

String JAVA_SECURITY_TOOLKIT_VERSION = "1.1.2";
String JAVA_SECURITY_TOOLKIT_VERSION = "1.1.3";
String JAVA_SECURITY_TOOLKIT_GAV =
"io.github.pixee:java-security-toolkit:" + JAVA_SECURITY_TOOLKIT_VERSION;

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.70.4
0.70.5

0 comments on commit 4a2812a

Please sign in to comment.