Skip to content

Commit 875deab

Browse files
authored
chore: update java dependencies in templates (#1465)
* chore: update java dependencies in templates * chore: fix java golden tests * chore: fix tests * chore: fix tests
1 parent 7882321 commit 875deab

10 files changed

Lines changed: 36 additions & 36 deletions

File tree

docker/owlbot/java/templates/poms/parent_pom.xml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.7</version>
17+
<version>1.5.0</version>
1818
</parent>
1919

2020
<developers>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.google.cloud</groupId>
7777
<artifactId>google-cloud-shared-dependencies</artifactId>
78-
<version>2.8.0</version>
78+
<version>2.13.0</version>
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</dependency>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-project-info-reports-plugin</artifactId>
112-
<version>3.1.1</version>
112+
<version>3.3.0</version>
113113
<reportSets>
114114
<reportSet>
115115
<reports>
@@ -136,7 +136,7 @@
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-javadoc-plugin</artifactId>
139-
<version>3.2.0</version>
139+
<version>3.4.0</version>
140140
<reportSets>
141141
<reportSet>
142142
<id>html</id>

docker/owlbot/java/tests/fix-poms/golden/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.7</version>
17+
<version>1.5.0</version>
1818
</parent>
1919

2020
<developers>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.google.cloud</groupId>
9292
<artifactId>google-cloud-shared-dependencies</artifactId>
93-
<version>2.8.0</version>
93+
<version>2.13.0</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-project-info-reports-plugin</artifactId>
129-
<version>3.1.1</version>
129+
<version>3.3.0</version>
130130
<reportSets>
131131
<reportSet>
132132
<reports>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-javadoc-plugin</artifactId>
156-
<version>3.2.0</version>
156+
<version>3.4.0</version>
157157
<reportSets>
158158
<reportSet>
159159
<id>html</id>

docker/owlbot/java/tests/fix-poms/input/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.7</version>
17+
<version>1.5.0</version>
1818
</parent>
1919

2020
<developers>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>com.google.cloud</groupId>
9292
<artifactId>google-cloud-shared-dependencies</artifactId>
93-
<version>2.8.0</version>
93+
<version>2.13.0</version>
9494
<type>pom</type>
9595
<scope>import</scope>
9696
</dependency>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-project-info-reports-plugin</artifactId>
129-
<version>3.1.1</version>
129+
<version>3.3.0</version>
130130
<reportSets>
131131
<reportSet>
132132
<reports>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-javadoc-plugin</artifactId>
156-
<version>3.2.0</version>
156+
<version>3.4.0</version>
157157
<reportSets>
158158
<reportSet>
159159
<id>html</id>

docker/owlbot/java/tests/new-client/golden/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.7</version>
17+
<version>1.5.0</version>
1818
</parent>
1919

2020
<developers>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.cloud</groupId>
8787
<artifactId>google-cloud-shared-dependencies</artifactId>
88-
<version>2.8.0</version>
88+
<version>2.13.0</version>
8989
<type>pom</type>
9090
<scope>import</scope>
9191
</dependency>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-project-info-reports-plugin</artifactId>
124-
<version>3.1.1</version>
124+
<version>3.3.0</version>
125125
<reportSets>
126126
<reportSet>
127127
<reports>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-javadoc-plugin</artifactId>
151-
<version>3.2.0</version>
151+
<version>3.4.0</version>
152152
<reportSets>
153153
<reportSet>
154154
<id>html</id>

docker/owlbot/java/tests/new-version/golden/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.7</version>
17+
<version>1.5.0</version>
1818
</parent>
1919

2020
<developers>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.google.cloud</groupId>
9797
<artifactId>google-cloud-shared-dependencies</artifactId>
98-
<version>2.8.0</version>
98+
<version>2.13.0</version>
9999
<type>pom</type>
100100
<scope>import</scope>
101101
</dependency>
@@ -133,7 +133,7 @@
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-project-info-reports-plugin</artifactId>
136-
<version>3.1.1</version>
136+
<version>3.3.0</version>
137137
<reportSets>
138138
<reportSet>
139139
<reports>
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-javadoc-plugin</artifactId>
163-
<version>3.2.0</version>
163+
<version>3.4.0</version>
164164
<reportSets>
165165
<reportSet>
166166
<id>html</id>

docker/owlbot/java/tests/new-version/input/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud</groupId>
1616
<artifactId>google-cloud-shared-config</artifactId>
17-
<version>1.2.7</version>
17+
<version>1.5.0</version>
1818
</parent>
1919

2020
<developers>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>com.google.cloud</groupId>
8787
<artifactId>google-cloud-shared-dependencies</artifactId>
88-
<version>2.8.0</version>
88+
<version>2.13.0</version>
8989
<type>pom</type>
9090
<scope>import</scope>
9191
</dependency>
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-project-info-reports-plugin</artifactId>
124-
<version>3.1.1</version>
124+
<version>3.3.0</version>
125125
<reportSets>
126126
<reportSet>
127127
<reports>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.apache.maven.plugins</groupId>
150150
<artifactId>maven-javadoc-plugin</artifactId>
151-
<version>3.2.0</version>
151+
<version>3.4.0</version>
152152
<reportSets>
153153
<reportSet>
154154
<id>html</id>

synthtool/gcp/templates/java_library/samples/install-without-bom/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud.samples</groupId>
1818
<artifactId>shared-configuration</artifactId>
19-
<version>1.0.12</version>
19+
<version>1.2.0</version>
2020
</parent>
2121

2222
<properties>
@@ -38,13 +38,13 @@
3838
<dependency>
3939
<groupId>junit</groupId>
4040
<artifactId>junit</artifactId>
41-
<version>4.13</version>
41+
<version>4.13.2</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>com.google.truth</groupId>
4646
<artifactId>truth</artifactId>
47-
<version>1.0.1</version>
47+
<version>1.1.3</version>
4848
<scope>test</scope>
4949
</dependency>
5050
</dependencies>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.codehaus.mojo</groupId>
5757
<artifactId>build-helper-maven-plugin</artifactId>
58-
<version>3.1.0</version>
58+
<version>3.3.0</version>
5959
<executions>
6060
<execution>
6161
<id>add-snippets-source</id>

synthtool/gcp/templates/java_library/samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plugin>
4747
<groupId>org.sonatype.plugins</groupId>
4848
<artifactId>nexus-staging-maven-plugin</artifactId>
49-
<version>1.6.12</version>
49+
<version>1.6.13</version>
5050
<configuration>
5151
<skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo>
5252
</configuration>

synthtool/gcp/templates/java_library/samples/snapshot/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud.samples</groupId>
1818
<artifactId>shared-configuration</artifactId>
19-
<version>1.0.12</version>
19+
<version>1.2.0</version>
2020
</parent>
2121

2222
<properties>
@@ -37,13 +37,13 @@
3737
<dependency>
3838
<groupId>junit</groupId>
3939
<artifactId>junit</artifactId>
40-
<version>4.13</version>
40+
<version>4.13.2</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>com.google.truth</groupId>
4545
<artifactId>truth</artifactId>
46-
<version>1.0.1</version>
46+
<version>1.1.3</version>
4747
<scope>test</scope>
4848
</dependency>
4949
</dependencies>
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>org.codehaus.mojo</groupId>
5656
<artifactId>build-helper-maven-plugin</artifactId>
57-
<version>3.1.0</version>
57+
<version>3.3.0</version>
5858
<executions>
5959
<execution>
6060
<id>add-snippets-source</id>

synthtool/gcp/templates/java_library/samples/snippets/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>com.google.cloud.samples</groupId>
1818
<artifactId>shared-configuration</artifactId>
19-
<version>1.0.12</version>
19+
<version>1.2.0</version>
2020
</parent>
2121

2222
<properties>
@@ -36,13 +36,13 @@
3636
<dependency>
3737
<groupId>junit</groupId>
3838
<artifactId>junit</artifactId>
39-
<version>4.13</version>
39+
<version>4.13.2</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>com.google.truth</groupId>
4444
<artifactId>truth</artifactId>
45-
<version>1.0.1</version>
45+
<version>1.1.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

0 commit comments

Comments
 (0)