Skip to content

Commit

Permalink
maven: bump logback.version from 1.4.11 to 1.4.12 (#319)
Browse files Browse the repository at this point in the history
Bumps `logback.version` from 1.4.11 to 1.4.12.

Updates `ch.qos.logback:logback-core` from 1.4.11 to 1.4.12
- [Commits](https://github.com/qos-ch/logback/commits)

Updates `ch.qos.logback:logback-classic` from 1.4.11 to 1.4.12
- [Commits](https://github.com/qos-ch/logback/commits)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent ed9d5ce commit 18360d3
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 @@ -18,7 +18,7 @@
<kafka.version>3.6.0</kafka.version>
<mockito.version>5.7.0</mockito.version>
<junit.version>5.10.1</junit.version>
<logback.version>1.4.11</logback.version>
<logback.version>1.4.12</logback.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 18360d3

Please sign in to comment.