Skip to content

Commit

Permalink
deps: Update Micronaut Platformt to 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira authored and mergify[bot] committed Feb 12, 2024
1 parent 1652d3c commit 16fcb19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -254,9 +254,6 @@ tasks.named<DependencyUpdatesTask>("dependencyUpdates") {
}

dependencies {
// TEMP: Brings logback 1.4.14. Remove when micronaut-core updates.
implementation(platform("io.micronaut.logging:micronaut-logging-bom:1.2.3"))

ksp(mn.micronaut.http.validation)
ksp(mn.micronaut.serde.processor)
implementation(mn.micronaut.aop)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
micronautVersion=4.2.4
micronautVersion=4.3.1
kotlinVersion=1.9.22
jteVersion=3.1.9

0 comments on commit 16fcb19

Please sign in to comment.