Skip to content

Commit

Permalink
chore(deps): update jetty packages to v9.4.29.v20200521 (#2964)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| org.eclipse.jetty:jetty-maven-plugin | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |
| [org.eclipse.jetty:apache-jsp](http://www.eclipse.org/jetty) | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |
| [org.eclipse.jetty:jetty-annotations](http://www.eclipse.org/jetty) | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |
| [org.eclipse.jetty:jetty-util](http://www.eclipse.org/jetty) | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |
| [org.eclipse.jetty:jetty-webapp](http://www.eclipse.org/jetty) | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |
| [org.eclipse.jetty:jetty-util-ajax](http://www.eclipse.org/jetty) | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |
| [org.eclipse.jetty:jetty-client](http://www.eclipse.org/jetty) | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |
| [org.eclipse.jetty:jetty-server](http://www.eclipse.org/jetty) | patch | `9.4.28.v20200408` -> `9.4.29.v20200521` |

---

### Renovate configuration

:date: **Schedule**: At any time (no schedule defined).

:vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

:recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox.

:no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
  • Loading branch information
renovate-bot authored May 21, 2020
1 parent 6faf755 commit 69dee00
Show file tree
Hide file tree
Showing 32 changed files with 36 additions and 36 deletions.
10 changes: 5 additions & 5 deletions appengine-java11/appengine-simple-jetty-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,30 +29,30 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-annotations</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
<type>jar</type>
</dependency>
<!-- extra explicit dependency needed because there is a JSP in the sample-->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>apache-jsp</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</dependency>
</dependencies>
<!-- [END gae_java11_server_dependencies] -->
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/gaeinfo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ Copyright 2019 Google LLC
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</plugin>
</plugins>

Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/guestbook-cloud-firestore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java11/oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/sendgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Copyright 2018 Google LLC
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion appengine-java8/spanner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</plugin>
<!-- END -->

Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/mysql/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
<configuration>
<scanIntervalSeconds>1</scanIntervalSeconds>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion cloud-sql/postgres/servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
<configuration>
<scanIntervalSeconds>1</scanIntervalSeconds>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion endpoints/getting-started/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.28.v20200408</version>
<version>9.4.29.v20200521</version>
</plugin>
</plugins>
</build>
Expand Down
2 changes: 1 addition & 1 deletion endpoints/multiple-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<maven.war.plugin>2.6</maven.war.plugin>

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty.maven.plugin>9.4.28.v20200408</jetty.maven.plugin>
<jetty.maven.plugin>9.4.29.v20200521</jetty.maven.plugin>

<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
</properties>
Expand Down
2 changes: 1 addition & 1 deletion flexible/analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<maven.compiler.source>1.8</maven.compiler.source>

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
</properties>

Expand Down
2 changes: 1 addition & 1 deletion flexible/async-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>

<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion flexible/cloudsql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
<!-- [END_EXCLUDE] -->
<sqlURL>jdbc:mysql://google/${database}?cloudSqlInstance=${INSTANCE_CONNECTION_NAME}&amp;socketFactory=com.google.cloud.sql.mysql.SocketFactory&amp;user=${user}&amp;password=${password}&amp;useSSL=false</sqlURL>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion flexible/cloudstorage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<!-- [START gae_flex_storage_dependencies] -->
Expand Down
2 changes: 1 addition & 1 deletion flexible/cron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<!-- [START gae_flex_datastore_config] -->
Expand Down
2 changes: 1 addition & 1 deletion flexible/disk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<failOnMissingWebXml>false</failOnMissingWebXml>
<jetty.maven.plugin>9.4.28.v20200408</jetty.maven.plugin>
<jetty.maven.plugin>9.4.29.v20200521</jetty.maven.plugin>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/extending-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<!-- [START gae_flex_libraries_dependencies] -->
Expand Down
2 changes: 1 addition & 1 deletion flexible/mailgun/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/mailjet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>

<mailjet-version>4.5.0</mailjet-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion flexible/memcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
<!-- [END_EXCLUDE] -->
<sqlURL>jdbc:postgresql://google/${database}?useSSL=false&amp;socketFactoryArg=${INSTANCE_CONNECTION_NAME}&amp;socketFactory=com.google.cloud.sql.postgres.SocketFactory&amp;user=${user}&amp;password=${password}</sqlURL>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion flexible/pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<!-- FIXME(lesv) Temporary fix due to Datastore having the wrong version -->
Expand Down
2 changes: 1 addition & 1 deletion flexible/sendgrid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/static-files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/twilio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->

<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/websocket-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
<jetty.version>9.4.28.v20200408</jetty.version>
<jetty.version>9.4.29.v20200521</jetty.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion flexible/websocket-jsr356/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ limitations under the License.
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
<jetty.version>9.4.28.v20200408</jetty.version>
<jetty.version>9.4.29.v20200521</jetty.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion memorystore/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<jetty>9.4.28.v20200408</jetty>
<jetty>9.4.29.v20200521</jetty>
<failOnMissingWebXml>false</failOnMissingWebXml>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion session-handling/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Copyright 2019 Google LLC
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<maven.compiler.failOnWarning>false</maven.compiler.failOnWarning>
<maven.war.filteringDeploymentDescriptors>false</maven.war.filteringDeploymentDescriptors>
<jetty.version>9.4.28.v20200408</jetty.version>
<jetty.version>9.4.29.v20200521</jetty.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 69dee00

Please sign in to comment.