Skip to content

Commit 696fff3

Browse files
Merge pull request #853 from codecentric/renovate/patch-pin-image-digest-versions
fix(deps): update patch, pin, image digest versions
2 parents b0e8f1a + 9ff1c08 commit 696fff3

8 files changed

Lines changed: 42 additions & 42 deletions

File tree

services/gateway/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ java {
2424
}
2525

2626
lombok {
27-
version = "1.18.42"
27+
version = "1.18.46"
2828
}
2929

3030
spotless {

services/habit/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java {
2828
}
2929

3030
lombok {
31-
version = "1.18.42"
31+
version = "1.18.46"
3232
}
3333

3434
liquibase {
@@ -71,7 +71,7 @@ ext {
7171
junitJupiter : '5.8.0',
7272
chaosMonkey : '3.3.0',
7373
testcontainers : '1.21.4',
74-
postgresql : '42.7.9',
74+
postgresql : '42.7.10',
7575
springdoc : '2.6.0',
7676
liquibase : '4.29.2',
7777
pactProvider : '4.6.19',
@@ -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.4.7'
88+
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.4.11'
8989
}
9090
}
9191

services/report/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ extra["wiremockVersion"] = "3.0.1"
5050
extra["moschiVersion"] = "1.15.2"
5151

5252
dependencies {
53-
implementation("io.swagger.core.v3:swagger-annotations:2.2.42")
53+
implementation("io.swagger.core.v3:swagger-annotations:2.2.48")
5454
implementation("com.squareup.moshi:moshi:${property("moschiVersion")}")
5555
implementation("org.springframework.boot:spring-boot-starter-validation")
5656
implementation("org.springframework.boot:spring-boot-starter-actuator")

services/track/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java {
2828
}
2929

3030
lombok {
31-
version = "1.18.42"
31+
version = "1.18.46"
3232
}
3333

3434
flyway {
@@ -74,7 +74,7 @@ ext {
7474
chaosMonkey : '3.3.0',
7575
testcontainers : '1.21.4',
7676
reflections : '0.10.2',
77-
postgresql : '42.7.9',
77+
postgresql : '42.7.10',
7878
jna : '5.8.0'
7979
]
8080
}
@@ -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.4.7'
87+
mavenBom 'org.springframework.modulith:spring-modulith-bom:1.4.11'
8888
}
8989
}
9090

services/ui/package-lock.json

Lines changed: 28 additions & 28 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"react-router-dom": "6.30.3",
2323
"react-simple-icons": "1.0.0-beta.5",
2424
"simple-icons": "11.15.0",
25-
"swr": "2.4.0",
25+
"swr": "2.4.1",
2626
"typescript": "5.9.3",
2727
"web-vitals": "3.5.2"
2828
},
@@ -69,9 +69,9 @@
6969
"jsdom": "^23.0.0",
7070
"license-checker-rseidelsohn": "4.4.2",
7171
"msw": "2.12.8",
72-
"postcss": "8.5.6",
73-
"prettier": "3.8.1",
74-
"prettier-plugin-tailwindcss": "0.7.2",
72+
"postcss": "8.5.10",
73+
"prettier": "3.8.3",
74+
"prettier-plugin-tailwindcss": "0.7.3",
7575
"tailwindcss": "3.4.19",
7676
"vite": "^5.0.0",
7777
"vite-plugin-svgr": "^4.2.0",

test/infra-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation 'org.apache.groovy:groovy-all:4.0.30'
11+
implementation 'org.apache.groovy:groovy-all:4.0.31'
1212

1313
testImplementation platform("org.spockframework:spock-bom:2.4-groovy-5.0")
1414
testImplementation 'org.spockframework:spock-core'

test/lpt-locust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM locustio/locust:2.43.2
1+
FROM locustio/locust:2.43.4
22
COPY src /locust-config
33
RUN pip3 install -r /locust-config/requirements.txt
44
ENV LOCUST_LOCUSTFILE /locust-config/locustfile.py

0 commit comments

Comments
 (0)