Skip to content

Commit 51a81fe

Browse files
committed
Merge pull request #349 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 735214001 Change-Id: Iad7a6cf2192aa4c2c7f498e30d9ea91fdce5023a
2 parents d816ef5 + 392e167 commit 51a81fe

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

appengine_setup/testapps/jetty12_testapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<groupId>com.google.appengine.setup.testapps</groupId>
2727
<artifactId>jetty12_testapp</artifactId>
2828
<properties>
29-
<jetty.version>12.0.16</jetty.version>
29+
<jetty.version>12.0.17</jetty.version>
3030
<aspectj.version>1.9.22.1</aspectj.version>
3131
</properties>
3232
<dependencies>

applications/proberapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.google.cloud</groupId>
128128
<artifactId>google-cloud-datastore</artifactId>
129-
<version>2.26.4</version>
129+
<version>2.27.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6767
<jetty.version>9.4.57.v20241219</jetty.version>
6868
<jetty12.version>12.0.17</jetty12.version>
69-
<io.grpc>1.70.0</io.grpc>
69+
<io.grpc>1.71.0</io.grpc>
7070
<io.netty>4.1.119.Final</io.netty>
7171
<slf4j.version>2.0.17</slf4j.version>
7272
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
@@ -471,7 +471,7 @@
471471
<dependency>
472472
<groupId>com.google.oauth-client</groupId>
473473
<artifactId>google-oauth-client</artifactId>
474-
<version>1.38.0</version>
474+
<version>1.39.0</version>
475475
</dependency>
476476
<dependency>
477477
<groupId>com.google.protobuf</groupId>
@@ -537,7 +537,7 @@
537537
<dependency>
538538
<groupId>org.checkerframework</groupId>
539539
<artifactId>checker-qual</artifactId>
540-
<version>3.49.0</version>
540+
<version>3.49.1</version>
541541
<scope>provided</scope>
542542
</dependency>
543543
<dependency>
@@ -571,7 +571,7 @@
571571
<dependency>
572572
<groupId>org.jsoup</groupId>
573573
<artifactId>jsoup</artifactId>
574-
<version>1.18.3</version>
574+
<version>1.19.1</version>
575575
</dependency>
576576
<dependency>
577577
<groupId>org.apache.lucene</groupId>
@@ -596,7 +596,7 @@
596596
<dependency>
597597
<groupId>com.google.oauth-client</groupId>
598598
<artifactId>google-oauth-client-java6</artifactId>
599-
<version>1.38.0</version>
599+
<version>1.39.0</version>
600600
</dependency>
601601
<dependency>
602602
<groupId>io.grpc</groupId>
@@ -713,7 +713,7 @@
713713
<dependency>
714714
<groupId>org.mockito</groupId>
715715
<artifactId>mockito-bom</artifactId>
716-
<version>5.15.2</version>
716+
<version>5.16.0</version>
717717
<scope>import</scope>
718718
<type>pom</type>
719719
</dependency>

0 commit comments

Comments
 (0)