Skip to content

Commit

Permalink
Upgrading SLF4J to 2.0.7 #680
Browse files Browse the repository at this point in the history
  • Loading branch information
andrus committed Jun 7, 2024
1 parent 7fd44ec commit dcb3415
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* #677 Upgrading JUnit to 5.10.2
* #678 Upgrading Swagger to 2.2.2
* #679 Upgrading Jackson to 2.15.4
* #680 Upgrading SLF4J to 2.0.7

## Release 5.0.M19

Expand Down
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,17 @@

<properties>

<!-- standard Maven properties -->
<maven.compiler.release>11</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Custom properties (mostly framework versions) -->
<slf4j.version>1.7.25</slf4j.version>
<slf4j.version>2.0.7</slf4j.version>
<cayenne.version>4.2</cayenne.version>
<jaxrs2.version>2.1.6</jaxrs2.version>
<jaxrs3.version>3.0.0</jaxrs3.version>
<jackson.version>2.15.4</jackson.version>
<jackson.databind.version>2.15.4</jackson.databind.version>

<bq.version>3.0-M4</bq.version>

<junit5.version>5.10.2</junit5.version>
<swagger.version>2.2.2</swagger.version>
<mockito.version>3.9.0</mockito.version>
Expand Down

0 comments on commit dcb3415

Please sign in to comment.