Skip to content

Commit

Permalink
Release preparations (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
asafgabai authored Aug 23, 2023
1 parent 9bb6340 commit f6b1e1c
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 @@ -57,7 +57,7 @@ dependencies {
implementation group: 'com.jfrog.xray.client', name: 'xray-client-java', version: '0.14.1'
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.2.x-20230822.151703-1'
implementation group: 'com.jfrog.ide', name: 'ide-plugins-common', version: '2.2.3'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
implementation group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'

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 @@ -32,9 +32,11 @@

<change-notes>
<![CDATA[
<li>Added support for logging in to JFrog Platform using Single Sign-On (SSO).</li>
<li>Improved performance by limiting the size of the Impact Graph.</li>
<li>Resolved issues with missing Contextual Analysis information and errors when retrieving cached scan results.</li>
<li>Added the ability to suppress false positive secrets detection by adding 'jfrog-ignore' phrase above the unwanted result line.</li>
<li>Bug fix - Fixed error thrown when Go project has no modules.</li>
<li>Bug fix - Fixed ConcurrentModificationException thrown during a scan.</li>
<li>Bug fix - Fixed converting file paths in Windows.</li>
<li>Bug fix - Fixed errors when scanning projects using Gradle <7.6.</li>
]]>
</change-notes>

Expand Down

0 comments on commit f6b1e1c

Please sign in to comment.