Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump lib.slf4j.version from 1.7.36 to 2.0.13
Browse files Browse the repository at this point in the history
Bumps `lib.slf4j.version` from 1.7.36 to 2.0.13.

Updates `org.slf4j:slf4j-api` from 1.7.36 to 2.0.13

Updates `org.slf4j:log4j-over-slf4j` from 2.0.12 to 2.0.13

Updates `org.slf4j:jul-to-slf4j` from 2.0.12 to 2.0.13

Updates `org.slf4j:jcl-over-slf4j` from 2.0.12 to 2.0.13

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.slf4j:log4j-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:jul-to-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored May 17, 2024
1 parent e747ed5 commit fa1129e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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>
@@ -695,7 +695,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.13</version>
</dependency>
</dependencies>
</plugin>

0 comments on commit fa1129e

Please sign in to comment.