Skip to content

Commit bbad553

Browse files
renovate-botgae-java-bot
authored andcommitted
Copybara import of the project:
-- d00ef00 by Mend Renovate <bot@renovateapp.com>: Update all non-major dependencies COPYBARA_INTEGRATE_REVIEW=#495 from renovate-bot:renovate/all-minor-patch d00ef00 PiperOrigin-RevId: 901039893 Change-Id: I84ef8adbd34eca63688ee242c1333c36e5a5b074
1 parent 906f3d8 commit bbad553

52 files changed

Lines changed: 71 additions & 71 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

appengine_setup/testapps/springboot_testapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<plugin>
6565
<groupId>com.google.cloud.tools</groupId>
6666
<artifactId>appengine-maven-plugin</artifactId>
67-
<version>2.8.6</version>
67+
<version>2.8.7</version>
6868
<configuration>
6969
<projectId>srirammahavadi-dev</projectId>
7070
<version>GCLOUD_CONFIG</version>

applications/guestbook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>com.google.cloud.tools</groupId>
126126
<artifactId>appengine-maven-plugin</artifactId>
127-
<version>2.8.6</version>
127+
<version>2.8.7</version>
128128
<configuration>
129129
<projectId>ludo-in-in</projectId>
130130
<version>guestbook</version>

applications/guestbook_jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>com.google.cloud.tools</groupId>
126126
<artifactId>appengine-maven-plugin</artifactId>
127-
<version>2.8.6</version>
127+
<version>2.8.7</version>
128128
<configuration>
129129
<projectId>ludo-in-in</projectId>
130130
<version>guestbook-ee10</version>

applications/jaxrs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>com.google.cloud.tools</groupId>
121121
<artifactId>appengine-maven-plugin</artifactId>
122-
<version>2.8.6</version>
122+
<version>2.8.7</version>
123123
<configuration>
124124
<projectId>ludo-in-in</projectId>
125125
<version>jaxrs</version>

applications/proberapp/pom.xml

Lines changed: 7 additions & 7 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.76.0</gax.version>
43+
<gax.version>2.79.0</gax.version>
4444
<appengine.target.version>${project.version}</appengine.target.version>
4545
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
4646
</properties>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>com.google.cloud</groupId>
6161
<artifactId>google-cloud-spanner</artifactId>
62-
<version>6.113.0</version>
62+
<version>6.116.0</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.appengine</groupId>
@@ -117,17 +117,17 @@
117117
<dependency>
118118
<groupId>com.google.cloud</groupId>
119119
<artifactId>google-cloud-bigquery</artifactId>
120-
<version>2.62.0</version>
120+
<version>2.65.0</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>com.google.cloud</groupId>
124124
<artifactId>google-cloud-core</artifactId>
125-
<version>2.66.0</version>
125+
<version>2.69.0</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>com.google.cloud</groupId>
129129
<artifactId>google-cloud-datastore</artifactId>
130-
<version>2.37.0</version>
130+
<version>2.40.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.google.cloud</groupId>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>com.google.cloud</groupId>
138138
<artifactId>google-cloud-storage</artifactId>
139-
<version>2.64.1</version>
139+
<version>2.67.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.cloud.sql</groupId>
@@ -250,7 +250,7 @@
250250
<plugin>
251251
<groupId>com.google.cloud.tools</groupId>
252252
<artifactId>appengine-maven-plugin</artifactId>
253-
<version>2.8.6</version>
253+
<version>2.8.7</version>
254254
<configuration>
255255
<projectId>ludo-in-in</projectId>
256256
<version>liveruntimejava8maven</version>

applications/proberapp_jakarta/pom.xml

Lines changed: 8 additions & 8 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.76.0</gax.version>
43+
<gax.version>2.79.0</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>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>com.google.cloud</groupId>
6262
<artifactId>google-cloud-spanner</artifactId>
63-
<version>6.113.0</version>
63+
<version>6.116.0</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>com.google.appengine</groupId>
@@ -118,27 +118,27 @@
118118
<dependency>
119119
<groupId>com.google.auth</groupId>
120120
<artifactId>google-auth-library-oauth2-http</artifactId>
121-
<version>1.43.0</version>
121+
<version>1.46.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.google.auth</groupId>
125125
<artifactId>google-auth-library-credentials</artifactId>
126-
<version>1.43.0</version>
126+
<version>1.46.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>
130130
<artifactId>google-cloud-bigquery</artifactId>
131-
<version>2.62.0</version>
131+
<version>2.65.0</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.cloud</groupId>
135135
<artifactId>google-cloud-core</artifactId>
136-
<version>2.66.0</version>
136+
<version>2.69.0</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>
140140
<artifactId>google-cloud-datastore</artifactId>
141-
<version>2.37.0</version>
141+
<version>2.40.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.cloud</groupId>
@@ -147,7 +147,7 @@
147147
<dependency>
148148
<groupId>com.google.cloud</groupId>
149149
<artifactId>google-cloud-storage</artifactId>
150-
<version>2.64.1</version>
150+
<version>2.67.0</version>
151151
</dependency>
152152
<dependency>
153153
<groupId>com.google.cloud.sql</groupId>

applications/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<plugin>
8888
<groupId>com.google.cloud.tools</groupId>
8989
<artifactId>appengine-maven-plugin</artifactId>
90-
<version>2.8.6</version>
90+
<version>2.8.7</version>
9191
<configuration>
9292
<!-- can be set w/ -DprojectId=myProjectId on command line -->
9393
<projectId>ludo-in-in</projectId>

e2etests/testlocalapps/allinone/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>com.google.cloud.tools</groupId>
6565
<artifactId>appengine-maven-plugin</artifactId>
66-
<version>2.8.6</version>
66+
<version>2.8.7</version>
6767
<configuration>
6868
<!-- can be set w/ -DprojectId=myProjectId on command line -->
6969
<projectId>ludo-in-in</projectId>

e2etests/testlocalapps/allinone_jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>com.google.cloud.tools</groupId>
6565
<artifactId>appengine-maven-plugin</artifactId>
66-
<version>2.8.6</version>
66+
<version>2.8.7</version>
6767
<configuration>
6868
<!-- can be set w/ -DprojectId=myProjectId on command line -->
6969
<projectId>ludo-in-in</projectId>

e2etests/testlocalapps/badcron/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>com.google.cloud.tools</groupId>
5656
<artifactId>appengine-maven-plugin</artifactId>
57-
<version>2.8.6</version>
57+
<version>2.8.7</version>
5858
<configuration>
5959
<!-- can be set w/ -DprojectId=myProjectId on command line -->
6060
<projectId>ludo-in-in</projectId>

0 commit comments

Comments
 (0)