Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic in /micronaut-reactive
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.14 to 1.5.0.
- [Commits](qos-ch/logback@v_1.4.14...v_1.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent cc31b34 commit ce14f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-reactive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
implementation("io.micronaut.reactor:micronaut-reactor-http-client:3.2.1")
implementation("jakarta.persistence:jakarta.persistence-api:3.1.0")
runtimeOnly("org.yaml:snakeyaml")
runtimeOnly("ch.qos.logback:logback-classic:1.4.14")
runtimeOnly("ch.qos.logback:logback-classic:1.5.0")
runtimeOnly("io.vertx:vertx-pg-client:4.5.3")
runtimeOnly("io.r2dbc:r2dbc-pool:1.0.1.RELEASE")
runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.4.RELEASE")
Expand Down

0 comments on commit ce14f45

Please sign in to comment.