Skip to content

Commit 2d603c8

Browse files
committed
FINERACT-2181: Update all non-major dependencies
1 parent 8c3c44b commit 2d603c8

File tree

8 files changed

+113
-113
lines changed

8 files changed

+113
-113
lines changed

.github/workflows/build-mariadb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
services:
1919
mariadb:
20-
image: mariadb:11.5.2
20+
image: mariadb:11.8.3
2121
ports:
2222
- 3306:3306
2323
env:
2424
MARIADB_ROOT_PASSWORD: mysql
2525
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=5s --health-timeout=2s --health-retries=3
2626

2727
mock-oauth2-server:
28-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
28+
image: ghcr.io/navikt/mock-oauth2-server:2.3.0
2929
ports:
3030
- 9000:9000
3131
env:

.github/workflows/build-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717

1818
services:
1919
mysql:
20-
image: mysql:9.1
20+
image: mysql:9.5
2121
ports:
2222
- 3306:3306
2323
env:
2424
MYSQL_ROOT_PASSWORD: mysql
2525
options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
2626

2727
mock-oauth2-server:
28-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
28+
image: ghcr.io/navikt/mock-oauth2-server:2.3.0
2929
ports:
3030
- 9000:9000
3131
env:

.github/workflows/build-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
services:
1919
postgresql:
20-
image: postgres:17.4
20+
image: postgres:17.6
2121
ports:
2222
- 5432:5432
2323
env:
@@ -26,7 +26,7 @@ jobs:
2626
options: --health-cmd="pg_isready -q -d postgres -U root" --health-interval=5s --health-timeout=2s --health-retries=3
2727

2828
mock-oauth2-server:
29-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
29+
image: ghcr.io/navikt/mock-oauth2-server:2.3.0
3030
ports:
3131
- 9000:9000
3232
env:

.github/workflows/run-integration-test-sequentially-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414

1515
services:
1616
postgresql:
17-
image: postgres:17.4
17+
image: postgres:17.6
1818
ports:
1919
- 5432:5432
2020
env:
2121
POSTGRES_USER: root
2222
POSTGRES_PASSWORD: postgres
2323
options: --health-cmd="pg_isready -q -d postgres -U root" --health-interval=5s --health-timeout=2s --health-retries=3
2424
mock-oauth2-server:
25-
image: ghcr.io/navikt/mock-oauth2-server:2.1.10
25+
image: ghcr.io/navikt/mock-oauth2-server:2.3.0
2626
ports:
2727
- 9000:9000
2828
env:

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,22 +101,22 @@ plugins {
101101
id 'org.nosphere.apache.rat' version '0.8.1' apply false
102102
id 'com.github.hierynomus.license' version '0.16.1' apply false
103103
id 'com.github.jk1.dependency-license-report' version '2.9' apply false
104-
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
105-
id 'org.springframework.boot' version '3.5.5' apply false
106-
id 'net.ltgt.errorprone' version '4.1.0' apply false
107-
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.23' apply false
108-
id 'com.gorylenko.gradle-git-properties' version '2.4.2' apply false
104+
id 'org.zeroturnaround.gradle.jrebel' version '1.2.2' apply false
105+
id 'org.springframework.boot' version '3.5.7' apply false
106+
id 'net.ltgt.errorprone' version '4.3.0' apply false
107+
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.40' apply false
108+
id 'com.gorylenko.gradle-git-properties' version '2.5.3' apply false
109109
id 'org.asciidoctor.jvm.convert' version '4.0.5' apply false
110110
id 'org.asciidoctor.jvm.pdf' version '4.0.5' apply false
111111
id 'com.google.cloud.tools.jib' version '3.4.5' apply false
112-
id 'org.sonarqube' version '6.0.1.5171'
113-
id 'com.github.andygoossens.modernizer' version '1.10.0' apply false
114-
id 'com.github.spotbugs' version '6.0.26' apply false
115-
id 'se.thinkcode.cucumber-runner' version '0.0.11' apply false
112+
id 'org.sonarqube' version '6.3.1.5724'
113+
id 'com.github.andygoossens.modernizer' version '1.12.0' apply false
114+
id 'com.github.spotbugs' version '6.4.4' apply false
115+
id 'se.thinkcode.cucumber-runner' version '0.0.12' apply false
116116
id "com.github.davidmc24.gradle.plugin.avro-base" version "1.9.1" apply false
117-
id 'org.openapi.generator' version '7.8.0' apply false
118-
id 'com.gradleup.shadow' version '8.3.5' apply false
119-
id 'me.champeau.jmh' version '0.7.1' apply false
117+
id 'org.openapi.generator' version '7.17.0' apply false
118+
id 'com.gradleup.shadow' version '8.3.9' apply false
119+
id 'me.champeau.jmh' version '0.7.3' apply false
120120
}
121121

122122
apply from: "${rootDir}/buildSrc/src/main/groovy/org.apache.fineract.release.gradle"

0 commit comments

Comments
 (0)