Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 42ea81f commit ac6966d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-renovatebot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:
jobs:
validate:
name: Validate renovatebot config
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Validate
uses: suzuki-shunsuke/github-action-renovate-config-validator@v0.1.3
uses: suzuki-shunsuke/github-action-renovate-config-validator@v1.1.0
with:
config_file_path: .github/renovate.json5
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.entur.ror</groupId>
<artifactId>superpom</artifactId>
<version>1.53</version>
<version>2.15</version>
</parent>

<groupId>org.entur.ror.helpers</groupId>
Expand Down Expand Up @@ -86,17 +86,17 @@

<java.version>11</java.version>

<spring-cloud-gcp.version>3.4.3</spring-cloud-gcp.version>
<camel.version>2.25.4</camel.version>
<camel3.version>3.14.4</camel3.version>
<kubernetes-client.version>5.12.4</kubernetes-client.version>
<commons-io.version>2.11.0</commons-io.version>
<spring-cloud-gcp.version>5.6.0</spring-cloud-gcp.version>
<camel.version>4.7.0</camel.version>
<camel3.version>4.7.0</camel3.version>
<kubernetes-client.version>6.13.3</kubernetes-client.version>
<commons-io.version>2.16.1</commons-io.version>
<hazelcast-kubernetes.version>2.2.3</hazelcast-kubernetes.version>

<hamcrest.version>2.2</hamcrest.version>
<hamcrest.version>3.0</hamcrest.version>

<nexus-staging-maven-plugin.version>1.6.8</nexus-staging-maven-plugin.version>
<maven-gpg-plugin.version>1.6</maven-gpg-plugin.version>
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<maven-gpg-plugin.version>3.2.5</maven-gpg-plugin.version>


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

0 comments on commit ac6966d

Please sign in to comment.