Skip to content

Commit

Permalink
Merge pull request #50 from mendix/release/9.4.2
Browse files Browse the repository at this point in the history
[UIA-759] Upgrade slf4j library to version 2.0.9
  • Loading branch information
MxMurshed authored Feb 7, 2024
2 parents 20bb038 + c798213 commit a37a89b
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [9.4.2] - 2024-02-07

### Fixed:
- We updated slf4j-api from 1.7.36 to 2.0.9

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.

## [9.4.1] - 2023-11-14

### Fixed:
Expand Down
Binary file added dist/UnitTesting_9.4.2.mpk
Binary file not shown.
7 changes: 6 additions & 1 deletion 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.4.1</version>
<version>9.4.2</version>

<repositories>
<repository>
Expand All @@ -31,6 +31,11 @@
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5</artifactId>
<version>5.2.1</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Binary file modified src/UnitTesting.mpr
Binary file not shown.
5 changes: 3 additions & 2 deletions src/userlib/UnitTesting.migration
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
dependency commons-io:commons-io:2.11.0
dependency org.apache.commons:commons-lang3:3.12.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.11.0.jar
delete commons-io-2.11.0.jar.UnitTesting.RequiredLib
Expand All @@ -16,5 +17,5 @@ delete httpcore5-h2-5.2.jar
delete httpcore5-h2-5.2.jar.UnitTesting.RequiredLib
delete junit-4.13.1.jar
delete junit-4.13.1.jar.UnitTesting.RequiredLib
delete slf4j-api-1.7.36.jar
delete slf4j-api-1.7.36.jar.UnitTesting.RequiredLib
delete slf4j-api-2.0.9.jar
delete slf4j-api-2.0.9.jar.UnitTesting.RequiredLib
Binary file removed src/userlib/slf4j-api-1.7.36.jar
Binary file not shown.
Binary file added src/userlib/slf4j-api-2.0.9.jar
Binary file not shown.

0 comments on commit a37a89b

Please sign in to comment.