Skip to content

Commit acac531

Browse files
authored
Merge pull request #65 from mendix/release/9.6.2
Release Unit Testing 9.6.2
2 parents 0e8106f + 0df8d5b commit acac531

File tree

8 files changed

+10
-5
lines changed

8 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
## [9.6.2] - 2025-08-07
10+
11+
### Added:
12+
- We updated the commons-lang3 dependency to 3.18.0
13+
914
## [9.6.1] - 2025-05-16
1015

1116
### Fixed:

dist/UnitTesting_9.6.2.mpk

3.41 MB
Binary file not shown.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.mendix.UnitTesting</groupId>
88
<artifactId>UnitTesting</artifactId>
9-
<version>9.6.1</version>
9+
<version>9.6.2</version>
1010

1111
<repositories>
1212
<repository>
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>org.apache.commons</groupId>
2727
<artifactId>commons-lang3</artifactId>
28-
<version>3.12.0</version>
28+
<version>3.18.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.apache.httpcomponents.client5</groupId>

src/UnitTesting.mpr

0 Bytes
Binary file not shown.

src/userlib/UnitTesting.migration

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
dependency commons-io:commons-io:2.17.0
2-
dependency org.apache.commons:commons-lang3:3.12.0
2+
dependency org.apache.commons:commons-lang3:3.18.0
33
dependency org.apache.httpcomponents.client5:httpclient5:5.2.1
44
dependency org.slf4j:slf4j-api:2.0.9
55
dependency junit:junit:4.13.1
66
delete commons-io-2.17.0.jar
77
delete commons-io-2.17.0.jar.UnitTesting.RequiredLib
8-
delete commons-lang3-3.12.0.jar
9-
delete commons-lang3-3.12.0.jar.UnitTesting.RequiredLib
8+
delete commons-lang3-3.18.0.jar
9+
delete commons-lang3-3.18.0.jar.UnitTesting.RequiredLib
1010
delete hamcrest-core-1.3.jar
1111
delete hamcrest-core-1.3.jar.UnitTesting.RequiredLib
1212
delete httpclient5-5.2.1.jar
-574 KB
Binary file not shown.
686 KB
Binary file not shown.

src/userlib/commons-lang3-3.12.0.jar.UnitTesting.RequiredLib renamed to src/userlib/commons-lang3-3.18.0.jar.UnitTesting.RequiredLib

File renamed without changes.

0 commit comments

Comments
 (0)