googleapis / java-logging-servlet-initializer

Apache License 2.0
2 stars 6 forks source link

Dependency Dashboard #8

Open forking-renovate[bot] opened 2 years ago

forking-renovate[bot] commented 2 years ago

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

Edited/Blocked

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

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

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.5.6` - `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.76` - `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`

minherz commented 2 years ago

Discovered problems were due to misconfigurations.

minherz commented 2 years ago

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