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 Mar 30, 2023
1 parent 42ea81f commit 5d8f08d
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 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:19.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:19.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.93</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.93</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.93</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.93</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.93</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.93</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.93</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.93</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.93</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.93</version>
<relativePath>..</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 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.57</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>
<spring-cloud-gcp.version>4.1.3</spring-cloud-gcp.version>
<camel.version>3.20.3</camel.version>
<camel3.version>3.20.3</camel3.version>
<kubernetes-client.version>6.5.1</kubernetes-client.version>
<commons-io.version>2.11.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.0.1</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.93</version>
<relativePath>..</relativePath>
</parent>

Expand Down

0 comments on commit 5d8f08d

Please sign in to comment.