Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 29, 2024
1 parent ce6a1fc commit 3b1d976
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

services:
postgresql:
image: postgres:13.4
image: postgres:13.18
ports:
- 5432:5432
env:
Expand All @@ -16,7 +16,7 @@ jobs:
options: --health-cmd="pg_isready -q -d postgres -U root" --health-interval=5s --health-timeout=2s --health-retries=3

mock-oauth2-server:
image: ghcr.io/navikt/mock-oauth2-server:0.4.0
image: ghcr.io/navikt/mock-oauth2-server:0.5.10
ports:
- 9000:9000
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:

services:
mariad:
image: mariadb:10.8
image: mariadb:10.11
ports:
- 3306:3306
env:
MARIADB_ROOT_PASSWORD: mysql
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3

mock-oauth2-server:
image: ghcr.io/navikt/mock-oauth2-server:0.4.0
image: ghcr.io/navikt/mock-oauth2-server:0.5.10
ports:
- 9000:9000
env:
Expand Down
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,14 @@ allprojects {
// https://github.com/spring-gradle-plugins/dependency-management-plugin
dependencyManagement {
imports {
mavenBom 'org.springframework:spring-framework-bom:5.3.18'
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.6.6'
mavenBom 'org.jetbrains.kotlin:kotlin-bom:1.6.20'
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.13.2'
mavenBom 'io.cucumber:cucumber-bom:7.2.3'
mavenBom 'io.netty:netty-bom:4.1.75.Final'
mavenBom 'org.mockito:mockito-bom:4.4.0'
mavenBom 'org.springframework:spring-framework-bom:5.3.39'
mavenBom 'org.springframework.boot:spring-boot-dependencies:2.7.18'
mavenBom 'org.jetbrains.kotlin:kotlin-bom:1.9.25'
mavenBom 'org.junit:junit-bom:5.11.3'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.18.2'
mavenBom 'io.cucumber:cucumber-bom:7.20.1'
mavenBom 'io.netty:netty-bom:4.1.115.Final'
mavenBom 'org.mockito:mockito-bom:4.11.0'
mavenBom 'io.github.swagger2markup:swagger2markup-bom:1.3.4'
}

Expand Down
2 changes: 1 addition & 1 deletion docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.7'
services:
# Backend service
fineractpostgresql:
image: postgres:14.2
image: postgres:14.15
volumes:
- ./fineract-db/docker/postgresql:/docker-entrypoint-initdb.d/:Z,ro
restart: always
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ version: '3.7'
services:
# Backend service
fineractmysql:
image: mariadb:10.8
image: mariadb:10.11
volumes:
- ./fineract-db/server_collation.cnf:/etc/mysql/conf.d/server_collation.cnf
- ./fineract-db/docker:/docker-entrypoint-initdb.d:Z,ro
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3b1d976

Please sign in to comment.