Skip to content

Commit

Permalink
Upgrade logback to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johngmyers committed Feb 26, 2024
1 parent 4364439 commit 1272e5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Platform 3.14

* Library Upgrades

- logback to 1.5.0 (was 1.4.12)

Platform 3.13

* Library Upgrades
Expand Down
2 changes: 1 addition & 1 deletion library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dep.guava.version>32.1.2-jre</dep.guava.version>
<dep.guice.version>7.0.0</dep.guice.version>
<dep.slf4j.version>2.0.9</dep.slf4j.version>
<dep.logback.version>1.4.12</dep.logback.version>
<dep.logback.version>1.5.0</dep.logback.version>
<dep.javax-servlet.version>5.0.0</dep.javax-servlet.version>
<dep.jackson.version>2.15.2</dep.jackson.version>
<dep.jersey.version>3.0.10</dep.jersey.version>
Expand Down

0 comments on commit 1272e5d

Please sign in to comment.