Skip to content

Commit e6525ff

Browse files
committed
chore: fix dependencies
1 parent 6690048 commit e6525ff

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

batch/install-without-bom/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.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.12</version>
17+
<version>1.2.0</version>
1818
</parent>
1919

2020
<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>
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>org.codehaus.mojo</groupId>
5555
<artifactId>build-helper-maven-plugin</artifactId>
56-
<version>3.1.0</version>
56+
<version>3.3.0</version>
5757
<executions>
5858
<execution>
5959
<id>add-snippets-source</id>

batch/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>

batch/snapshot/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.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.12</version>
17+
<version>1.2.0</version>
1818
</parent>
1919

2020
<properties>
@@ -35,13 +35,13 @@
3535
<dependency>
3636
<groupId>junit</groupId>
3737
<artifactId>junit</artifactId>
38-
<version>4.13</version>
38+
<version>4.13.2</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.google.truth</groupId>
4343
<artifactId>truth</artifactId>
44-
<version>1.0.1</version>
44+
<version>1.1.3</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.codehaus.mojo</groupId>
5454
<artifactId>build-helper-maven-plugin</artifactId>
55-
<version>3.1.0</version>
55+
<version>3.3.0</version>
5656
<executions>
5757
<execution>
5858
<id>add-snippets-source</id>

batch/snippets/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>com.google.cloud.samples</groupId>
1616
<artifactId>shared-configuration</artifactId>
17-
<version>1.0.12</version>
17+
<version>1.2.0</version>
1818
</parent>
1919

2020
<properties>
@@ -34,13 +34,13 @@
3434
<dependency>
3535
<groupId>junit</groupId>
3636
<artifactId>junit</artifactId>
37-
<version>4.13</version>
37+
<version>4.13.2</version>
3838
<scope>test</scope>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.truth</groupId>
4242
<artifactId>truth</artifactId>
43-
<version>1.0.1</version>
43+
<version>1.1.3</version>
4444
<scope>test</scope>
4545
</dependency>
4646
</dependencies>

0 commit comments

Comments
 (0)