Skip to content

Commit

Permalink
Release preparations (#314)
Browse files Browse the repository at this point in the history
* Scan the Go version.
  • Loading branch information
asafgabai authored Mar 13, 2023
1 parent 5edadae commit b3d5cbf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation group: 'com.jfrog.xray.client', name: 'xray-client-java', version: '0.14.0'
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
implementation group: 'org.jfrog.filespecs', name: 'file-specs-java', version: '1.1.2'
implementation group: 'com.jfrog.ide', name: 'ide-plugins-common', version: '2.0.0'
implementation group: 'com.jfrog.ide', name: 'ide-plugins-common', version: '2.0.1'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
implementation group: 'com.google.guava', name: 'guava', version: '30.1.1-jre'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '4.2.0'
Expand Down
8 changes: 5 additions & 3 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@

<change-notes>
<![CDATA[
<li>New look and feel</li>
<li>New details pane that is opened when clicking on a CVE</li>
<li>Support for Contextual Analysis capability, as part of JFrog's Advanced Security package</li>
<li>Gradle and Kotlin - Suggest fixing vulnerable version</li>
<li>Gradle and Kotlin - Aggregate fix CVEs</li>
<li>Go - Scan the Go version</li>
<li>Add expiry of 7 days for cached scan results</li>
<li>Android Studio - Fix plugin not loaded</li>
]]>
</change-notes>

Expand Down

0 comments on commit b3d5cbf

Please sign in to comment.