Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2cadfe3

Browse filesBrowse 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
Copy full SHA for 2cadfe3

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎framework/codemodder-base/src/main/java/io/codemodder/DependencyGAV.java‎

Copy file name to clipboardExpand all lines: framework/codemodder-base/src/main/java/io/codemodder/DependencyGAV.java
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.