Skip to content

Commit 0811ccf

Browse files
committed
Merge pull request #442 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 843591471 Change-Id: Icfbf393cf86056ebdfa0c7c8afc00592ad49fe45
2 parents 94c8d73 + 991c6ae commit 0811ccf

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

applications/proberapp/pom.xml

Lines changed: 5 additions & 5 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.72.1</gax.version>
43+
<gax.version>2.72.2</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>
@@ -118,22 +118,22 @@
118118
<dependency>
119119
<groupId>com.google.cloud</groupId>
120120
<artifactId>google-cloud-bigquery</artifactId>
121-
<version>2.56.0</version>
121+
<version>2.57.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>com.google.cloud</groupId>
125125
<artifactId>google-cloud-core</artifactId>
126-
<version>2.62.1</version>
126+
<version>2.62.2</version>
127127
</dependency>
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>
130130
<artifactId>google-cloud-datastore</artifactId>
131-
<version>2.33.0</version>
131+
<version>2.33.1</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.cloud</groupId>
135135
<artifactId>google-cloud-logging</artifactId>
136-
<version>3.23.8</version>
136+
<version>3.23.9</version>
137137
</dependency>
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@
696696
<dependency>
697697
<groupId>org.mockito</groupId>
698698
<artifactId>mockito-bom</artifactId>
699-
<version>5.20.0</version>
699+
<version>5.21.0</version>
700700
<scope>import</scope>
701701
<type>pom</type>
702702
</dependency>
@@ -709,7 +709,7 @@
709709
<dependency>
710710
<groupId>com.google.cloud</groupId>
711711
<artifactId>google-cloud-logging</artifactId>
712-
<version>3.23.8</version>
712+
<version>3.23.9</version>
713713
</dependency>
714714
<dependency>
715715
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)