Skip to content

Commit

Permalink
Merge branch 'main' into fix/647-intellij-freeze-bash
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini authored Sep 26, 2024
2 parents 1716646 + 020d5b1 commit 876e251
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Release with new features and bugfixes:
* https://github.com/devonfw/IDEasy/issues/52[#52]: Adjusting Intellij settings in ide-settings
* https://github.com/devonfw/IDEasy/issues/588[#588]: ide create installs wrong Java version
* https://github.com/devonfw/IDEasy/issues/650[#650]: Improve default success message of step
* https://github.com/devonfw/IDEasy/issues/655[#655]: CVE-2024-26308 and library updates

The full list of changes for this release can be found in https://github.com/devonfw/IDEasy/milestone/13?closed=1[milestone 2024.09.002].

Expand Down
4 changes: 2 additions & 2 deletions cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.26.0</version>
</dependency>
<!-- JSON and XML support -->
<dependency>
Expand Down Expand Up @@ -100,7 +100,7 @@
<dependency>
<groupId>org.xmlunit</groupId>
<artifactId>xmlunit-core</artifactId>
<version>2.9.0</version>
<version>2.10.0</version>
</dependency>
<dependency>
<groupId>org.xmlunit</groupId>
Expand Down

0 comments on commit 876e251

Please sign in to comment.