Skip to content

Commit

Permalink
Bump logbackVersion from 1.5.2 to 1.5.3
Browse files Browse the repository at this point in the history
Bumps `logbackVersion` from 1.5.2 to 1.5.3.

Updates `ch.qos.logback:logback-classic` from 1.5.2 to 1.5.3
- [Commits](https://github.com/qos-ch/logback/commits/v_1.5.3)

Updates `ch.qos.logback:logback-core` from 1.5.2 to 1.5.3
- [Commits](https://github.com/qos-ch/logback/commits/v_1.5.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 10, 2024
1 parent 675f16b commit dac8387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val h2Version = "2.2.224"
val jacksonVersion = "2.16.1"
val kotlinLoggerVersion = "3.0.5"
val ktorVersion = "2.3.8"
val logbackVersion = "1.5.2"
val logbackVersion = "1.5.3"
val logstashVersion = "7.4"
val micrometerVersion = "1.12.3"
val mockOauthVersion = "2.1.2"
Expand Down

0 comments on commit dac8387

Please sign in to comment.