Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Release with new features and bugfixes:
* https://github.com/devonfw/IDEasy/issues/1456[#1456]: Uninstall via Windows settings not working
* https://github.com/devonfw/IDEasy/issues/1688[#1688]: Remove unnecessary message in the CLI when installing a new tool
* https://github.com/devonfw/IDEasy/issues/1685[#1685]: Add Nest CLI to IDEasy commandlets
* https://github.com/devonfw/IDEasy/issues/1746[#1746]: Update JLine Version to fix ide shell issues

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<github.repository>IDEasy</github.repository>
<ide_version>${revision}</ide_version>
<java.version>25</java.version>
<jline.version>3.30.6</jline.version>
<jline.version>3.30.13</jline.version>
<jansi.version>2.4.1</jansi.version>
<jackson.version>2.18.3</jackson.version>
<xmlunit.version>2.11.0</xmlunit.version>
Expand Down
Loading