googleapis/java-logging-servlet-initializer

Dependency Dashboard

forking-renovate opened this issue · 2 comments

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.

Config Migration Needed

  • Select this checkbox to let Renovate create an automated Config Migration PR.

Rate-Limited

The following updates are currently rate-limited. To force their creation now, click on a checkbox below.

  • build(deps): update dependency org.apache.maven.plugins:maven-project-info-reports-plugin to v3.9.0
  • build(deps): update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1
  • build(deps): update dependency org.sonatype.plugins:nexus-staging-maven-plugin to v1.7.0
  • test(deps): update dependency com.google.truth:truth to v1.4.5
  • deps: update actions/checkout action to v5
  • deps: update actions/github-script action to v8
  • deps: update actions/setup-java action to v5
  • 🔐 Create all rate-limited PRs at once 🔐

Edited/Blocked

The following updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox below.

Open

The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.

Detected dependencies

github-actions
.github/workflows/approve-readme.yaml
  • actions/github-script v6
.github/workflows/auto-release.yaml
  • actions/github-script v6
.github/workflows/ci.yaml
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
  • actions/checkout v3
  • actions/setup-java v3
.github/workflows/samples.yaml
  • actions/checkout v3
  • actions/setup-java v3
maven
pom.xml
  • com.google.cloud:google-cloud-shared-config 1.16.1
  • com.google.cloud:google-cloud-shared-dependencies 3.11.0
  • com.google.cloud:google-cloud-logging 3.14.6
  • jakarta.servlet:jakarta.servlet-api 4.0.4
  • junit:junit 4.13.2
  • org.easymock:easymock 5.1.0
  • org.eclipse.jetty:jetty-client 9.4.51.v20230217
  • org.eclipse.jetty:jetty-server 9.4.51.v20230217
  • org.eclipse.jetty:jetty-servlet 9.4.51.v20230217
  • org.apache.tomcat.embed:tomcat-embed-core 9.0.106
  • io.undertow:undertow-core 2.2.24.Final
  • io.undertow:undertow-servlet 2.2.24.Final
  • org.apache.maven.plugins:maven-project-info-reports-plugin 3.4.5
  • org.apache.maven.plugins:maven-javadoc-plugin 3.5.0
samples/install-without-bom/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • com.google.cloud:google-cloud-logging-servlet-initializer 0.2.13-alpha
  • junit:junit 4.13.2
  • com.google.truth:truth 1.1.5
  • org.codehaus.mojo:build-helper-maven-plugin 3.4.0
samples/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • org.apache.maven.plugins:maven-deploy-plugin 3.1.1
  • org.sonatype.plugins:nexus-staging-maven-plugin 1.6.13
samples/snapshot/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • com.google.cloud:google-cloud-logging-servlet-initializer 0.2.14-alpha-SNAPSHOT
  • junit:junit 4.13.2
  • com.google.truth:truth 1.1.5
  • org.codehaus.mojo:build-helper-maven-plugin 3.4.0
samples/snippets/pom.xml
  • com.google.cloud.samples:shared-configuration 1.2.0
  • com.google.cloud:google-cloud-logging-servlet-initializer 0.2.13-alpha
  • junit:junit 4.13.2
  • com.google.truth:truth 1.1.5

  • Check this box to trigger a request for Renovate to run again on this repository

Discovered problems were due to misconfigurations.

Currently the repo uses fixed versions of Servlet-based Web server packages (undertow, jetty) and Jakarta servlet.
The reason for it is to support customers who aren't ready to upgrade.
The planned modification of the test setup will provide two profiles for testing: latest and fixed and will run both nightly.
We will keep this issue open until the work is completed