Skip to content

Commit a47179e

Browse files
Update all dependencies
1 parent 42ea81f commit a47179e

File tree

13 files changed

+21
-21
lines changed

13 files changed

+21
-21
lines changed

.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ aliases:
3838
jobs:
3939
test:
4040
docker:
41-
- image: cimg/openjdk:11.0
41+
- image: cimg/openjdk:20.0
4242
auth:
4343
username: $DOCKERHUB_LOGIN
4444
password: $DOCKERHUB_PASSWORD
@@ -86,7 +86,7 @@ jobs:
8686

8787
deploy-nexus:
8888
docker:
89-
- image: cimg/openjdk:11.0
89+
- image: cimg/openjdk:20.0
9090
auth:
9191
username: $DOCKERHUB_LOGIN
9292
password: $DOCKERHUB_PASSWORD

calendar-helper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>1.89-SNAPSHOT</version>
25+
<version>1.96</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

camel-entur-google-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2525
<parent>
2626
<groupId>org.entur.ror.helpers</groupId>
2727
<artifactId>helper</artifactId>
28-
<version>1.89-SNAPSHOT</version>
28+
<version>1.96</version>
2929
</parent>
3030

3131
<artifactId>camel-entur-google-pubsub</artifactId>

camel3-entur-google-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2525
<parent>
2626
<groupId>org.entur.ror.helpers</groupId>
2727
<artifactId>helper</artifactId>
28-
<version>1.89-SNAPSHOT</version>
28+
<version>1.96</version>
2929
</parent>
3030

3131
<artifactId>camel3-entur-google-pubsub</artifactId>

entur-google-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2323
<parent>
2424
<groupId>org.entur.ror.helpers</groupId>
2525
<artifactId>helper</artifactId>
26-
<version>1.89-SNAPSHOT</version>
26+
<version>1.96</version>
2727
</parent>
2828

2929
<artifactId>entur-google-pubsub</artifactId>

gcp-storage/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>1.89-SNAPSHOT</version>
25+
<version>1.96</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

hazelcast-helper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>1.89-SNAPSHOT</version>
25+
<version>1.96</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

hazelcast4-helper/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>1.89-SNAPSHOT</version>
25+
<version>1.96</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.entur.ror.helpers</groupId>
55
<artifactId>helper</artifactId>
6-
<version>1.89-SNAPSHOT</version>
6+
<version>1.96</version>
77
<relativePath>..</relativePath>
88
</parent>
99

oauth2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>helper</artifactId>
55
<groupId>org.entur.ror.helpers</groupId>
6-
<version>1.89-SNAPSHOT</version>
6+
<version>1.96</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

organisation/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>1.89-SNAPSHOT</version>
25+
<version>1.96</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

pom.xml

+8-8
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>1.60</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>4.4.0</spring-cloud-gcp.version>
90+
<camel.version>3.20.5</camel.version>
91+
<camel3.version>3.20.5</camel3.version>
92+
<kubernetes-client.version>6.7.0</kubernetes-client.version>
93+
<commons-io.version>2.12.0</commons-io.version>
9494
<hazelcast-kubernetes.version>2.2.3</hazelcast-kubernetes.version>
9595

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

101101

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

slack/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Inspired by: https://github.com/fabric8io/ipaas-quickstarts/
2222
<parent>
2323
<groupId>org.entur.ror.helpers</groupId>
2424
<artifactId>helper</artifactId>
25-
<version>1.89-SNAPSHOT</version>
25+
<version>1.96</version>
2626
<relativePath>..</relativePath>
2727
</parent>
2828

0 commit comments

Comments
 (0)