Skip to content

Commit 37090cc

Browse files
Merge pull request #766 from codecentric/renovate/patch-pin-image-digest-versions
fix(deps): update patch, pin, image digest versions
2 parents 7946415 + 48b3396 commit 37090cc

File tree

7 files changed

+78
-78
lines changed

7 files changed

+78
-78
lines changed

services/gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version '3.1.8'
33
id 'java'
44
id 'com.diffplug.spotless' version '6.25.0'
5-
id "io.freefair.lombok" version "8.10"
5+
id "io.freefair.lombok" version "8.10.2"
66
id 'com.github.jk1.dependency-license-report' version '2.9'
77
}
88

services/habit/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'org.liquibase.gradle' version '2.2.2'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'
6-
id "io.freefair.lombok" version "8.10"
6+
id "io.freefair.lombok" version "8.10.2"
77
id 'com.github.jk1.dependency-license-report' version '2.9'
88
}
99

@@ -70,11 +70,11 @@ ext {
7070
restAssured : '5.5.0',
7171
junitJupiter : '5.8.0',
7272
chaosMonkey : '3.1.0',
73-
testcontainers : '1.20.2',
73+
testcontainers : '1.20.3',
7474
postgresql : '42.7.4',
7575
springdoc : '2.6.0',
7676
liquibase : '4.29.2',
77-
pactProvider : '4.6.14',
77+
pactProvider : '4.6.15',
7878
jna : '5.8.0',
7979
preliquibase : '1.5.1'
8080
]
@@ -85,7 +85,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM
8585

8686
dependencyManagement {
8787
imports {
88-
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.4'
88+
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.5'
8989
}
9090
}
9191

services/report/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repositories {
4444
}
4545

4646
extra["chaosMonkeyVersion"] = "3.1.0"
47-
extra["mockkVersion"] = "1.13.12"
47+
extra["mockkVersion"] = "1.13.13"
4848
extra["springMockkVersion"] = "4.0.2"
4949
extra["wiremockVersion"] = "3.0.1"
5050
extra["moschiVersion"] = "1.15.1"

services/track/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'org.flywaydb.flyway' version '10.19.0'
44
id 'java'
55
id 'com.diffplug.spotless' version '6.25.0'
6-
id "io.freefair.lombok" version "8.10"
6+
id "io.freefair.lombok" version "8.10.2"
77
id 'com.github.jk1.dependency-license-report' version '2.9'
88
}
99

@@ -72,7 +72,7 @@ ext {
7272
restAssured : '5.5.0',
7373
junitJupiter : '5.8.0',
7474
chaosMonkey : '3.1.0',
75-
testcontainers : '1.20.2',
75+
testcontainers : '1.20.3',
7676
reflections : '0.10.2',
7777
postgresql : '42.7.4',
7878
jna : '5.8.0'
@@ -84,7 +84,7 @@ ext['jna.version'] = versions.jna // Required for Docker on ARM
8484

8585
dependencyManagement {
8686
imports {
87-
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.4'
87+
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.2.5'
8888
}
8989
}
9090

services/ui/package-lock.json

Lines changed: 62 additions & 62 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@popperjs/core": "2.11.8",
1111
"@tailwindcss/forms": "0.5.9",
1212
"@types/node": "20.16.10",
13-
"@types/react": "18.3.11",
14-
"@types/react-dom": "18.3.0",
13+
"@types/react": "18.3.12",
14+
"@types/react-dom": "18.3.1",
1515
"date-fns": "2.30.0",
16-
"oidc-client-ts": "2.4.0",
16+
"oidc-client-ts": "2.4.1",
1717
"react": "18.3.1",
1818
"react-datepicker": "4.25.0",
1919
"react-dom": "18.3.1",
@@ -23,7 +23,7 @@
2323
"react-simple-icons": "1.0.0-beta.5",
2424
"simple-icons": "11.15.0",
2525
"swr": "2.2.5",
26-
"typescript": "5.6.2",
26+
"typescript": "5.6.3",
2727
"web-vitals": "3.5.2"
2828
},
2929
"overrides": {
@@ -69,10 +69,10 @@
6969
"jsdom": "^23.0.0",
7070
"license-checker-rseidelsohn": "4.4.2",
7171
"msw": "2.4.9",
72-
"postcss": "8.4.47",
72+
"postcss": "8.4.49",
7373
"prettier": "3.3.3",
7474
"prettier-plugin-tailwindcss": "0.6.8",
75-
"tailwindcss": "3.4.13",
75+
"tailwindcss": "3.4.14",
7676
"vite": "^5.0.0",
7777
"vite-plugin-svgr": "^4.2.0",
7878
"vitest": "^1.0.0"

0 commit comments

Comments
 (0)