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 Nov 15, 2024
1 parent 051c62b commit 1e2ca8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencyManagement {
imports {
mavenBom 'io.micrometer:micrometer-bom:1.14.0'
mavenBom 'io.netty:netty-bom:4.1.115.Final'
mavenBom 'com.linecorp.armeria:armeria-bom:1.30.1'
mavenBom 'com.linecorp.armeria:armeria-bom:1.31.0'
mavenBom 'io.github.resilience4j:resilience4j-bom:2.2.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:17.0-alpine
image: postgres:17.1-alpine
restart: always
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
Expand Down

0 comments on commit 1e2ca8c

Please sign in to comment.