Skip to content

Commit

Permalink
build(deps): bump ch.qos.logback:logback-classic from 1.2.10 to 1.3.12
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.10 to 1.3.12.
- [Commits](qos-ch/logback@v_1.2.10...v_1.3.12)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 583330b commit 0586093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/logback-test-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.10</version>
<version>1.3.12</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

<!-- Remember to update modules/logback-test-config/pom.xml
when upgrading logback. -->
<version.logback>1.2.10</version.logback>
<version.logback>1.3.12</version.logback>
<version.logback.contrib>0.1.5</version.logback.contrib>
<version.jackson>2.14.0</version.jackson>
<version.jna>5.4.0</version.jna>
Expand Down

0 comments on commit 0586093

Please sign in to comment.