Skip to content

Commit

Permalink
fix(deps): update dependency io.micronaut:micronaut-bom to v3.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 81830ed commit 67bfa79
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 @@ -118,7 +118,7 @@ kotlin {
implementation(kotlin("reflect"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4")
implementation(project.dependencies.enforcedPlatform("io.micronaut:micronaut-bom:3.8.7"))
implementation(project.dependencies.enforcedPlatform("io.micronaut:micronaut-bom:3.10.2"))

implementation("io.micronaut:micronaut-http-client")
implementation("io.micronaut:micronaut-http-server-netty")
Expand Down

0 comments on commit 67bfa79

Please sign in to comment.