Skip to content

Commit 70ddfa7

Browse files
Update all dependencies
1 parent 42ea81f commit 70ddfa7

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/check-renovatebot-config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ on:
66
jobs:
77
validate:
88
name: Validate renovatebot config
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313

1414
- name: Validate
15-
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
15+
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.1
1616
with:
1717
config_file_path: .github/renovate.json5

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.entur.ror</groupId>
2424
<artifactId>superpom</artifactId>
25-
<version>1.53</version>
25+
<version>4.1</version>
2626
</parent>
2727

2828
<groupId>org.entur.ror.helpers</groupId>
@@ -86,17 +86,17 @@
8686

8787
<java.version>11</java.version>
8888

89-
<spring-cloud-gcp.version>3.4.3</spring-cloud-gcp.version>
90-
<camel.version>2.25.4</camel.version>
91-
<camel3.version>3.14.4</camel3.version>
92-
<kubernetes-client.version>5.12.4</kubernetes-client.version>
93-
<commons-io.version>2.11.0</commons-io.version>
89+
<spring-cloud-gcp.version>6.0.0</spring-cloud-gcp.version>
90+
<camel.version>4.10.0</camel.version>
91+
<camel3.version>4.10.0</camel3.version>
92+
<kubernetes-client.version>7.1.0</kubernetes-client.version>
93+
<commons-io.version>2.18.0</commons-io.version>
9494
<hazelcast-kubernetes.version>2.2.3</hazelcast-kubernetes.version>
9595

96-
<hamcrest.version>2.2</hamcrest.version>
96+
<hamcrest.version>3.0</hamcrest.version>
9797

98-
<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
99-
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
98+
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
99+
<maven-gpg-plugin.version>3.2.7</maven-gpg-plugin.version>
100100

101101

102102
<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->

0 commit comments

Comments
 (0)