Skip to content

Commit 9b3e8a1

Browse files
committed
Merge pull request #419 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 815542104 Change-Id: I0a61bae6c750df52635a6ac3d2f126480d77a9df
2 parents 874ba62 + b6c513c commit 9b3e8a1

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<DB_REGION>us-central1</DB_REGION>
4141
<DB_USER>prober-user</DB_USER>
4242
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
43-
<gax.version>2.70.2</gax.version>
43+
<gax.version>2.70.3</gax.version>
4444
<appengine.target.version>${project.version}</appengine.target.version>
4545
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4646
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
125125
<artifactId>google-cloud-core</artifactId>
126-
<version>2.60.2</version>
126+
<version>2.60.3</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>
@@ -221,7 +221,7 @@
221221
<groupId>org.apache.maven.plugins</groupId>
222222
<artifactId>maven-dependency-plugin</artifactId>
223223
<!-- TODO it would good to have this version only in pluginManagement in top pom -->
224-
<version>3.8.1</version>
224+
<version>3.9.0</version>
225225
<executions>
226226
<execution>
227227
<id>copy-file</id>
@@ -278,7 +278,7 @@
278278
<plugin>
279279
<groupId>org.apache.maven.plugins</groupId>
280280
<artifactId>maven-enforcer-plugin</artifactId>
281-
<version>3.6.1</version>
281+
<version>3.6.2</version>
282282
<executions>
283283
<execution>
284284
<id>enforce-maven</id>

jetty121_assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugins>
3939
<plugin>
4040
<artifactId>maven-dependency-plugin</artifactId>
41-
<version>3.8.1</version>
41+
<version>3.9.0</version>
4242
<executions>
4343
<execution>
4444
<id>unpack</id>

jetty12_assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<plugins>
3939
<plugin>
4040
<artifactId>maven-dependency-plugin</artifactId>
41-
<version>3.8.1</version>
41+
<version>3.9.0</version>
4242
<executions>
4343
<execution>
4444
<id>unpack</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
<plugin>
759759
<groupId>org.apache.maven.plugins</groupId>
760760
<artifactId>maven-enforcer-plugin</artifactId>
761-
<version>3.6.1</version>
761+
<version>3.6.2</version>
762762
<executions>
763763
<execution>
764764
<id>enforce-maven</id>

sdk_assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</plugin>
8383
<plugin>
8484
<artifactId>maven-dependency-plugin</artifactId>
85-
<version>3.8.1</version>
85+
<version>3.9.0</version>
8686
<executions>
8787
<execution>
8888
<id>unpack</id>

0 commit comments

Comments
 (0)