Skip to content

Commit

Permalink
chore(deps): upgrade logback to 1.2.13 (#543)
Browse files Browse the repository at this point in the history
## Brief, plain english overview of your changes here
Upgrade logback from 1.2.12 to 1.2.13 to resolve CVEs in 1.2.12

## Fixes
#542


## Reminders
- [ ] Added/ran automated tests
- [ ] Update README and/or examples
- [ ] Ran `mvn spotless:apply`

---
cc @kagkarlsson

Co-authored-by: Zachary Branson <Zac.Branson@ibm.com>
  • Loading branch information
ZacBranson and bing-speech-trial committed Sep 27, 2024
1 parent e50183e commit 97eb8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<!-- Dependency versions -->
<micro-jdbc.version>0.6.0</micro-jdbc.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.12</logback.version>
<logback.version>1.2.13</logback.version>
<spring-boot.version>2.7.18</spring-boot.version>
<!-- <spring-boot.version>3.2.4</spring-boot.version>-->
<micrometer.version>1.11.1</micrometer.version>
Expand Down

0 comments on commit 97eb8d2

Please sign in to comment.