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 Jun 16, 2023
1 parent 42ea81f commit c2c1c42
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ aliases:
jobs:
test:
docker:
- image: cimg/openjdk:11.0
- image: cimg/openjdk:20.0
auth:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

deploy-nexus:
docker:
- image: cimg/openjdk:11.0
- image: cimg/openjdk:20.0
auth:
username: $DOCKERHUB_LOGIN
password: $DOCKERHUB_PASSWORD
Expand Down
2 changes: 1 addition & 1 deletion calendar-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion camel-entur-google-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
</parent>

<artifactId>camel-entur-google-pubsub</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion camel3-entur-google-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
</parent>

<artifactId>camel3-entur-google-pubsub</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion entur-google-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
</parent>

<artifactId>entur-google-pubsub</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gcp-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion hazelcast4-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>helper</artifactId>
<groupId>org.entur.ror.helpers</groupId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion organisation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
<relativePath>..</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 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>1.60</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>4.5.0</spring-cloud-gcp.version>
<camel.version>3.20.5</camel.version>
<camel3.version>3.20.5</camel3.version>
<kubernetes-client.version>6.7.2</kubernetes-client.version>
<commons-io.version>2.13.0</commons-io.version>
<hazelcast-kubernetes.version>2.2.3</hazelcast-kubernetes.version>

<hamcrest.version>2.2</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.6.13</nexus-staging-maven-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>


<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
Expand Down
2 changes: 1 addition & 1 deletion slack/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
<parent>
<groupId>org.entur.ror.helpers</groupId>
<artifactId>helper</artifactId>
<version>1.89-SNAPSHOT</version>
<version>1.96</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit c2c1c42

Please sign in to comment.