Skip to content

Commit

Permalink
Upgraded logback from 1.5.6 to 1.5.16
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed Feb 14, 2025
1 parent 80ad178 commit 35a64b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### Next version
* Upgraded logback from 1.5.6 to 1.5.16

### 0.19.9 (2025-02-14)
* Added toString() to subscription models for better debug output
* Fixed issue in `MongoListenerLockService` (used by competing subscription models) in which two subscribers could "race" to catch the lease one more time unnecessarily
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.6</version>
<version>1.5.16</version>
</dependency>
<dependency>
<groupId>io.vavr</groupId>
Expand Down

0 comments on commit 35a64b6

Please sign in to comment.