Skip to content

Commit 87839ae

Browse files
renovate-botgae-java-bot
authored andcommitted
Copybara import of the project:
-- 15144c9 by Mend Renovate <bot@renovateapp.com>: Update all non-major dependencies COPYBARA_INTEGRATE_REVIEW=#421 from renovate-bot:renovate/all-minor-patch 15144c9 PiperOrigin-RevId: 821981915 Change-Id: I3ac7657bbad486517f4aa9695403c485a94e83ea
1 parent 6d1599e commit 87839ae

2 files changed

Lines changed: 5 additions & 5 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.3</gax.version>
43+
<gax.version>2.71.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>
@@ -123,17 +123,17 @@
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
125125
<artifactId>google-cloud-core</artifactId>
126-
<version>2.60.3</version>
126+
<version>2.61.0</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>
130130
<artifactId>google-cloud-datastore</artifactId>
131-
<version>2.32.2</version>
131+
<version>2.32.3</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.cloud</groupId>
135135
<artifactId>google-cloud-logging</artifactId>
136-
<version>3.23.6</version>
136+
<version>3.23.7</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@
709709
<dependency>
710710
<groupId>com.google.cloud</groupId>
711711
<artifactId>google-cloud-logging</artifactId>
712-
<version>3.23.6</version>
712+
<version>3.23.7</version>
713713
</dependency>
714714
</dependencies>
715715
</dependencyManagement>

0 commit comments

Comments
 (0)