Skip to content

Commit a37a89b

Browse files
authored
Merge pull request #50 from mendix/release/9.4.2
[UIA-759] Upgrade slf4j library to version 2.0.9
2 parents 20bb038 + c798213 commit a37a89b

File tree

8 files changed

+16
-3
lines changed

8 files changed

+16
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [9.4.2] - 2024-02-07
10+
11+
### Fixed:
12+
- We updated slf4j-api from 1.7.36 to 2.0.9
13+
14+
Note: Review the dependencies in the userlib folder after upgrading the Unit Testing module. Also, if you use any slf4j libraries other than slf4j-api, make sure their major versions are matching.
15+
916
## [9.4.1] - 2023-11-14
1017

1118
### Fixed:

dist/UnitTesting_9.4.2.mpk

2.94 MB
Binary file not shown.

pom.xml

Lines changed: 6 additions & 1 deletion
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.4.1</version>
9+
<version>9.4.2</version>
1010

1111
<repositories>
1212
<repository>
@@ -31,6 +31,11 @@
3131
<groupId>org.apache.httpcomponents.client5</groupId>
3232
<artifactId>httpclient5</artifactId>
3333
<version>5.2.1</version>
34+
</dependency>
35+
<dependency>
36+
<groupId>org.slf4j</groupId>
37+
<artifactId>slf4j-api</artifactId>
38+
<version>2.0.9</version>
3439
</dependency>
3540
<dependency>
3641
<groupId>junit</groupId>

src/UnitTesting.mpr

0 Bytes
Binary file not shown.

src/userlib/UnitTesting.migration

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
dependency commons-io:commons-io:2.11.0
22
dependency org.apache.commons:commons-lang3:3.12.0
33
dependency org.apache.httpcomponents.client5:httpclient5:5.2.1
4+
dependency org.slf4j:slf4j-api:2.0.9
45
dependency junit:junit:4.13.1
56
delete commons-io-2.11.0.jar
67
delete commons-io-2.11.0.jar.UnitTesting.RequiredLib
@@ -16,5 +17,5 @@ delete httpcore5-h2-5.2.jar
1617
delete httpcore5-h2-5.2.jar.UnitTesting.RequiredLib
1718
delete junit-4.13.1.jar
1819
delete junit-4.13.1.jar.UnitTesting.RequiredLib
19-
delete slf4j-api-1.7.36.jar
20-
delete slf4j-api-1.7.36.jar.UnitTesting.RequiredLib
20+
delete slf4j-api-2.0.9.jar
21+
delete slf4j-api-2.0.9.jar.UnitTesting.RequiredLib

src/userlib/slf4j-api-1.7.36.jar

-40.2 KB
Binary file not shown.

src/userlib/slf4j-api-2.0.9.jar

63.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)