Skip to content

Commit

Permalink
build(deps): bump org.slf4j:jcl-over-slf4j from 2.0.9 to 2.0.12
Browse files Browse the repository at this point in the history
Bumps org.slf4j:jcl-over-slf4j from 2.0.9 to 2.0.12.

---
updated-dependencies:
- dependency-name: org.slf4j:jcl-over-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Apr 1, 2024
1 parent 0c41057 commit 60c4bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/jikkou-api-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>2.0.9</version>
<version>2.0.12</version>
</dependency>
<!-- START dependencies for test -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion server/jikkou-api-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<version>2.0.9</version>
<version>2.0.12</version>
</dependency>
<!-- END dependencies for logging -->

Expand Down

0 comments on commit 60c4bb3

Please sign in to comment.