Skip to content

Commit

Permalink
Merge pull request #281 from renovate-bot:renovate/all-minor-patch
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 683054904
Change-Id: If89618c6c09343d63c08a03a7de9f6f60c2f8ec9
  • Loading branch information
gae-java-bot committed Oct 7, 2024
2 parents 78bbabe + d8cb21e commit eddcdcf
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<doclet>com.microsoft.doclet.DocFxDoclet</doclet>
<useStandardDocletOptions>false</useStandardDocletOptions>
Expand Down
2 changes: 1 addition & 1 deletion appengine_setup/apiserver_local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion appengine_setup/testapps/jetty12_testapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>com.google.appengine.setup.testapps</groupId>
<artifactId>jetty12_testapp</artifactId>
<properties>
<jetty.version>12.0.13</jetty.version>
<jetty.version>12.0.14</jetty.version>
<aspectj.version>1.9.22.1</aspectj.version>
</properties>
<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<DB_REGION>us-central1</DB_REGION>
<DB_USER>prober-user</DB_USER>
<DB_PASSOWRD>prober_connectivity_test_database</DB_PASSOWRD>
<gax.version>2.54.1</gax.version>
<gax.version>2.55.0</gax.version>
<appengine.target.version>${project.version}</appengine.target.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<appengine.runtime.location>target/${project.artifactId}-${project.version}</appengine.runtime.location>
Expand All @@ -58,7 +58,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner</artifactId>
<version>6.76.0</version>
<version>6.77.0</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
Expand Down Expand Up @@ -86,22 +86,22 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.42.3</version>
<version>2.43.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
<version>2.44.1</version>
<version>2.45.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-datastore</artifactId>
<version>2.21.3</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.2</version>
<version>3.20.3</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jetty.version>9.4.56.v20240826</jetty.version>
<jetty12.version>12.0.13</jetty12.version>
<jetty12.version>12.0.14</jetty12.version>
<io.grpc>1.68.0</io.grpc>
<io.netty>4.1.113.Final</io.netty>
<io.netty>4.1.114.Final</io.netty>
<slf4j.version>2.0.16</slf4j.version>
<distributionManagement.snapshot.url>https://oss.sonatype.org/content/repositories/google-snapshots/</distributionManagement.snapshot.url>
<distributionManagement.snapshot.id>sonatype-nexus-snapshots</distributionManagement.snapshot.id>
Expand Down Expand Up @@ -454,7 +454,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.32.0</version>
<version>2.33.0</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down Expand Up @@ -536,7 +536,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.47.0</version>
<version>3.48.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -712,7 +712,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-bom</artifactId>
<version>5.14.0</version>
<version>5.14.1</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand All @@ -725,7 +725,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.2</version>
<version>3.20.3</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand All @@ -743,7 +743,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<appengine.runtime.dir>../deployment/target/runtime-deployment-${project.version}</appengine.runtime.dir>
Expand Down Expand Up @@ -812,7 +812,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<failOnWarnings>false</failOnWarnings>
<doclint>none</doclint>
Expand Down
2 changes: 1 addition & 1 deletion runtime/lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.google.testparameterinjector</groupId>
<artifactId>test-parameter-injector</artifactId>
<version>1.17</version>
<version>1.18</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit eddcdcf

Please sign in to comment.