Skip to content

Commit

Permalink
chore(deps): update plugin io.micronaut.build.shared.settings to v7.2…
Browse files Browse the repository at this point in the history
….1 (#138)

* fix(deps): update dependency ch.qos.logback:logback-access to v1.5.9 (#143)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency gradle to v8.10.2 (#142)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin io.micronaut.build.shared.settings to v7.2.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergio del Amo <sergio.delamo@softamo.com>
  • Loading branch information
renovate[bot] and sdelamo authored Oct 11, 2024
1 parent 707318e commit 6c3235f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ micronaut = "4.7.0"

managed-log4j = "2.24.1"
managed-logback = "1.5.9"
managed-logback-access = "1.5.7"
managed-logback-access = "1.5.9"
managed-slf4j = "2.0.16"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pluginManagement {
}

plugins {
id("io.micronaut.build.shared.settings") version "7.2.0"
id("io.micronaut.build.shared.settings") version "7.2.1"
}

enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
Expand Down

0 comments on commit 6c3235f

Please sign in to comment.