Skip to content

Commit

Permalink
Merge pull request #83 from SkinsRestorer/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
AlexProgrammerDE authored Nov 12, 2024
2 parents 8ba90e6 + a53e9fa commit 051c62b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
dependencyManagement {
imports {
mavenBom 'io.micrometer:micrometer-bom:1.14.0'
mavenBom 'io.netty:netty-bom:4.1.114.Final'
mavenBom 'io.netty:netty-bom:4.1.115.Final'
mavenBom 'com.linecorp.armeria:armeria-bom:1.30.1'
mavenBom 'io.github.resilience4j:resilience4j-bom:2.2.0'
}
Expand All @@ -25,7 +25,7 @@ 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.1.23"
implementation "io.projectreactor.netty:reactor-netty-core:1.2.0"
implementation "io.projectreactor.netty:reactor-netty-http:1.2.0"
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'org.postgresql:r2dbc-postgresql:1.0.7.RELEASE'
Expand Down

0 comments on commit 051c62b

Please sign in to comment.