Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent 22c6ec3 commit 04b1e61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencyManagement {
imports {
mavenBom 'io.micrometer:micrometer-bom:1.14.1'
mavenBom 'io.micrometer:micrometer-bom:1.14.2'
mavenBom 'io.netty:netty-bom:4.1.115.Final'
mavenBom 'com.linecorp.armeria:armeria-bom:1.31.2'
mavenBom 'io.github.resilience4j:resilience4j-bom:2.2.0'
Expand All @@ -25,8 +25,8 @@ dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.linecorp.armeria:armeria'
runtimeOnly 'org.slf4j:slf4j-simple:2.0.16'
implementation "io.projectreactor.netty:reactor-netty-core:1.2.0"
implementation "io.projectreactor.netty:reactor-netty-http:1.2.0"
implementation "io.projectreactor.netty:reactor-netty-core:1.2.1"
implementation "io.projectreactor.netty:reactor-netty-http:1.2.1"
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'org.postgresql:r2dbc-postgresql:1.0.7.RELEASE'
implementation 'io.r2dbc:r2dbc-pool:1.0.2.RELEASE'
Expand Down

0 comments on commit 04b1e61

Please sign in to comment.