Skip to content

Commit 2485f3b

Browse files
renovate-botgae-java-bot
authored andcommitted
Copybara import of the project:
-- c3996b7 by Mend Renovate <[email protected]>: Update all non-major dependencies COPYBARA_INTEGRATE_REVIEW=#400 from renovate-bot:renovate/all-minor-patch c3996b7 PiperOrigin-RevId: 796254691 Change-Id: I81aa0ae6a678e98c35a0f039625d2a74c01c4868
1 parent d19c6f5 commit 2485f3b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@
239239
<plugin>
240240
<groupId>org.apache.maven.plugins</groupId>
241241
<artifactId>maven-javadoc-plugin</artifactId>
242-
<version>3.11.2</version>
242+
<version>3.11.3</version>
243243
<configuration>
244244
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
245245
<useStandardDocletOptions>false</useStandardDocletOptions>

applications/proberapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>com.google.cloud</groupId>
118118
<artifactId>google-cloud-bigquery</artifactId>
119-
<version>2.54.0</version>
119+
<version>2.54.1</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>com.google.cloud</groupId>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<maven.compiler.source>1.8</maven.compiler.source>
6565
<maven.compiler.target>1.8</maven.compiler.target>
6666
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
67-
<jetty.version>9.4.57.v20241219</jetty.version>
67+
<jetty.version>9.4.58.v20250814</jetty.version>
6868
<jetty12.version>12.0.25</jetty12.version>
6969
<slf4j.version>2.0.17</slf4j.version>
7070
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
@@ -323,12 +323,12 @@
323323
<dependency>
324324
<groupId>com.google.api-client</groupId>
325325
<artifactId>google-api-client-appengine</artifactId>
326-
<version>2.8.0</version>
326+
<version>2.8.1</version>
327327
</dependency>
328328
<dependency>
329329
<groupId>com.google.api-client</groupId>
330330
<artifactId>google-api-client</artifactId>
331-
<version>2.8.0</version>
331+
<version>2.8.1</version>
332332
</dependency>
333333
<dependency>
334334
<groupId>com.google.appengine</groupId>
@@ -649,7 +649,7 @@
649649
<dependency>
650650
<groupId>org.mockito</groupId>
651651
<artifactId>mockito-bom</artifactId>
652-
<version>5.18.0</version>
652+
<version>5.19.0</version>
653653
<scope>import</scope>
654654
<type>pom</type>
655655
</dependency>
@@ -749,7 +749,7 @@
749749
<plugin>
750750
<groupId>org.apache.maven.plugins</groupId>
751751
<artifactId>maven-javadoc-plugin</artifactId>
752-
<version>3.11.2</version>
752+
<version>3.11.3</version>
753753
<configuration>
754754
<failOnWarnings>false</failOnWarnings>
755755
<doclint>none</doclint>

0 commit comments

Comments
 (0)