Skip to content
Merged
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [9.6.2] - 2025-08-07

### Added:
- We updated the commons-lang3 dependency to 3.18.0

## [9.6.1] - 2025-05-16

### Fixed:
Expand Down
Binary file added dist/UnitTesting_9.6.2.mpk
Binary file not shown.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mendix.UnitTesting</groupId>
<artifactId>UnitTesting</artifactId>
<version>9.6.1</version>
<version>9.6.2</version>

<repositories>
<repository>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<version>3.18.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
Expand Down
Binary file modified src/UnitTesting.mpr
Binary file not shown.
6 changes: 3 additions & 3 deletions src/userlib/UnitTesting.migration
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependency commons-io:commons-io:2.17.0
dependency org.apache.commons:commons-lang3:3.12.0
dependency org.apache.commons:commons-lang3:3.18.0
dependency org.apache.httpcomponents.client5:httpclient5:5.2.1
dependency org.slf4j:slf4j-api:2.0.9
dependency junit:junit:4.13.1
delete commons-io-2.17.0.jar
delete commons-io-2.17.0.jar.UnitTesting.RequiredLib
delete commons-lang3-3.12.0.jar
delete commons-lang3-3.12.0.jar.UnitTesting.RequiredLib
delete commons-lang3-3.18.0.jar
delete commons-lang3-3.18.0.jar.UnitTesting.RequiredLib
delete hamcrest-core-1.3.jar
delete hamcrest-core-1.3.jar.UnitTesting.RequiredLib
delete httpclient5-5.2.1.jar
Expand Down
Binary file removed src/userlib/commons-lang3-3.12.0.jar
Binary file not shown.
Binary file added src/userlib/commons-lang3-3.18.0.jar
Binary file not shown.