Skip to content

Commit 2a3d2d0

Browse files
Merge pull request #1979 from finos/renovate/patch-updates
fix(deps): update patch updates
2 parents bf8abf1 + a977d64 commit 2a3d2d0

File tree

8 files changed

+13
-155
lines changed

8 files changed

+13
-155
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
distributionType=only-script
2-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
2+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip

advent-of-calm/website/package-lock.json

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

calm-hub-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"express": "5.2.1",
7777
"nth-check": "2.1.1",
7878
"postcss": "8.5.6",
79-
"rollup": "4.53.3"
79+
"rollup": "4.53.5"
8080
},
8181
"proxy": "http://127.0.0.1:8080/",
8282
"eslintConfig": {

calm-hub/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<artifactId>netty-bom</artifactId>
3030
<!-- Force patched Netty version to mitigate CVE-2025-58057 (affecting
3131
4.1.124.Final) -->
32-
<version>4.2.7.Final</version>
32+
<version>4.2.9.Final</version>
3333
<type>pom</type>
3434
<scope>import</scope>
3535
</dependency>
@@ -283,25 +283,25 @@
283283
<dependency>
284284
<groupId>org.testcontainers</groupId>
285285
<artifactId>testcontainers</artifactId>
286-
<version>1.21.3</version>
286+
<version>1.21.4</version>
287287
<scope>test</scope>
288288
</dependency>
289289
<dependency>
290290
<groupId>org.testcontainers</groupId>
291291
<artifactId>mongodb</artifactId>
292-
<version>1.21.3</version>
292+
<version>1.21.4</version>
293293
<scope>test</scope>
294294
</dependency>
295295
<dependency>
296296
<groupId>org.testcontainers</groupId>
297297
<artifactId>junit-jupiter</artifactId>
298-
<version>1.21.3</version>
298+
<version>1.21.4</version>
299299
<scope>test</scope>
300300
</dependency>
301301
<dependency>
302302
<groupId>com.github.dasniko</groupId>
303303
<artifactId>testcontainers-keycloak</artifactId>
304-
<version>3.9.0</version>
304+
<version>3.9.1</version>
305305
<scope>test</scope>
306306
</dependency>
307307
</dependencies>

calm-models/package-lock.json

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

experimental/calm-explorer/package-lock.json

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
1414
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
15-
<quarkus.platform.version>3.30.2</quarkus.platform.version>
15+
<quarkus.platform.version>3.30.4</quarkus.platform.version>
1616
<jacoco.version>0.8.14</jacoco.version>
1717
</properties>
1818

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
},
7373
"overrides": {
7474
"path-to-regexp": "3.3.0",
75-
"rollup": "4.53.3",
75+
"rollup": "4.53.5",
7676
"jsonpath-plus": "^10.3.0"
7777
}
7878
}

0 commit comments

Comments
 (0)