Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic in /codec-native-quic
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.3.8. to 1.3.12.
- [Commits](qos-ch/logback@v_1.3.8...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 43f922b commit eedb098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codec-native-quic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1217,7 +1217,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.8</version>
<version>1.3.12</version>
<scope>test</scope>
</dependency>
<!-- Also include bouncycastle so we can use SelfSignedCertificate even on more recent JDKs during testing -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.3.8.</version>
<version>1.3.12</version>
<scope>test</scope>
</dependency>
<!-- Also include bouncycastle so we can use SelfSignedCertificate even on more recent JDKs during testing -->
Expand Down

0 comments on commit eedb098

Please sign in to comment.