Skip to content

Commit

Permalink
Change notes and dependencies update (#364)
Browse files Browse the repository at this point in the history
* Change notes update.
  • Loading branch information
asafgabai committed Jun 29, 2023
1 parent 1ba3b7f commit 090657c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.1.x-20230628.141618-2'
implementation group: 'com.jfrog.ide', name: 'ide-plugins-common', version: '2.2.0'
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
6 changes: 4 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@

<change-notes>
<![CDATA[
<li>Bug fix - IndexNotReadyException on plugin startup.</li>
<li>Improved cache expiry mechanism.</li>
<li>Decreased memory consumption while building dependency trees.</li>
<li>Bug fix - Yarn projects inspection not running on plugin startup.</li>
<li>Bug fix - usage report to Artifactory not using proxy configuration.</li>
]]>
</change-notes>

<idea-version since-build="221.5080"/>
<depends>com.intellij.modules.lang</depends>
<depends config-file="with-java.xml" optional="true">com.intellij.modules.java</depends>
<depends config-file="with-gradle.xml" optional="true">com.intellij.gradle</depends>
<depends config-file="with-groovy.xml" optional="true">org.intellij.groovy</depends>
<depends config-file="with-kotlin.xml" optional="true">org.jetbrains.kotlin</depends>
Expand Down

0 comments on commit 090657c

Please sign in to comment.