Skip to content

Commit

Permalink
Upgraded logback-classic from 1.4.14 to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhaleby committed May 25, 2024
1 parent 91bcbca commit 41d0986
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
* Upgraded kotlinx-collections-immutable-jvm from 0.3.4 to 0.3.7
* Upgraded arrow-core from 1.2.1 to 1.2.4
* Upgraded jetbrains annotations from 22.0.0 to 24.1.0
* Upgraded logback-classic from 1.4.14 to 1.5.6

### 0.18.0 (2024-05-17)
* Major improvements to `CatchupSubscriptionModel`, it now handles and includes events that have been written while the catch-up subscription phase runs. Also, the "idempotency cache" is only used while switching from catch-up to continuous mode, and not during the entire catch-up phase.
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.4.14</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>io.vavr</groupId>
Expand Down

0 comments on commit 41d0986

Please sign in to comment.