Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lib.slf4j.version from 1.7.36 to 2.0.13 #559

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<lib.nimbus-oauth2-oidc-sdk.version>10.15</lib.nimbus-oauth2-oidc-sdk.version>
<lib.owasp.encoder.version>1.2.3</lib.owasp.encoder.version>
<lib.owasp.security-logging.version>1.1.7</lib.owasp.security-logging.version>
<lib.slf4j.version>2.0.12</lib.slf4j.version>
<lib.slf4j.version>2.0.13</lib.slf4j.version>
<lib.swagger.version>2.2.22</lib.swagger.version>
<!-- Unit test libraries -->
<lib.junit.version>4.13.2</lib.junit.version>
Expand Down Expand Up @@ -695,7 +695,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.13</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR should be closed, this change will break the DataNucleus Maven plugin, as per:

Alpine/pom.xml

Lines 691 to 694 in e747ed5

<!--
The DataNucleus Enhancer still depends on SLF4J 1.x and will
fail if that version is not present.
-->

</dependency>
</dependencies>
</plugin>
Expand Down