Skip to content

Commit 69dee00

Browse files
authored
chore(deps): update jetty packages to v9.4.29.v20200521 (GoogleCloudPlatform#2964)
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).
1 parent 6faf755 commit 69dee00

File tree

32 files changed

+36
-36
lines changed

32 files changed

+36
-36
lines changed

appengine-java11/appengine-simple-jetty-main/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,30 +29,30 @@
2929
<dependency>
3030
<groupId>org.eclipse.jetty</groupId>
3131
<artifactId>jetty-server</artifactId>
32-
<version>9.4.28.v20200408</version>
32+
<version>9.4.29.v20200521</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.eclipse.jetty</groupId>
3636
<artifactId>jetty-webapp</artifactId>
37-
<version>9.4.28.v20200408</version>
37+
<version>9.4.29.v20200521</version>
3838
<type>jar</type>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.eclipse.jetty</groupId>
4242
<artifactId>jetty-util</artifactId>
43-
<version>9.4.28.v20200408</version>
43+
<version>9.4.29.v20200521</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.eclipse.jetty</groupId>
4747
<artifactId>jetty-annotations</artifactId>
48-
<version>9.4.28.v20200408</version>
48+
<version>9.4.29.v20200521</version>
4949
<type>jar</type>
5050
</dependency>
5151
<!-- extra explicit dependency needed because there is a JSP in the sample-->
5252
<dependency>
5353
<groupId>org.eclipse.jetty</groupId>
5454
<artifactId>apache-jsp</artifactId>
55-
<version>9.4.28.v20200408</version>
55+
<version>9.4.29.v20200521</version>
5656
</dependency>
5757
</dependencies>
5858
<!-- [END gae_java11_server_dependencies] -->

appengine-java11/gaeinfo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Copyright 2019 Google LLC
118118
<plugin>
119119
<groupId>org.eclipse.jetty</groupId>
120120
<artifactId>jetty-maven-plugin</artifactId>
121-
<version>9.4.28.v20200408</version>
121+
<version>9.4.29.v20200521</version>
122122
</plugin>
123123
</plugins>
124124

appengine-java11/guestbook-cloud-firestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>org.eclipse.jetty</groupId>
106106
<artifactId>jetty-maven-plugin</artifactId>
107-
<version>9.4.28.v20200408</version>
107+
<version>9.4.29.v20200521</version>
108108
</plugin>
109109

110110
<plugin>

appengine-java11/oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.eclipse.jetty</groupId>
111111
<artifactId>jetty-maven-plugin</artifactId>
112-
<version>9.4.28.v20200408</version>
112+
<version>9.4.29.v20200521</version>
113113
</plugin>
114114

115115
<plugin>

appengine-java8/sendgrid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Copyright 2018 Google LLC
7070
<plugin>
7171
<groupId>org.eclipse.jetty</groupId>
7272
<artifactId>jetty-maven-plugin</artifactId>
73-
<version>9.4.28.v20200408</version>
73+
<version>9.4.29.v20200521</version>
7474
</plugin>
7575
</plugins>
7676
</build>

appengine-java8/spanner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>org.eclipse.jetty</groupId>
8585
<artifactId>jetty-maven-plugin</artifactId>
86-
<version>9.4.28.v20200408</version>
86+
<version>9.4.29.v20200521</version>
8787
</plugin>
8888
<!-- END -->
8989

cloud-sql/mysql/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.eclipse.jetty</groupId>
8383
<artifactId>jetty-maven-plugin</artifactId>
84-
<version>9.4.28.v20200408</version>
84+
<version>9.4.29.v20200521</version>
8585
<configuration>
8686
<scanIntervalSeconds>1</scanIntervalSeconds>
8787
</configuration>

cloud-sql/postgres/servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.eclipse.jetty</groupId>
7373
<artifactId>jetty-maven-plugin</artifactId>
74-
<version>9.4.28.v20200408</version>
74+
<version>9.4.29.v20200521</version>
7575
<configuration>
7676
<scanIntervalSeconds>1</scanIntervalSeconds>
7777
</configuration>

endpoints/getting-started/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.eclipse.jetty</groupId>
7777
<artifactId>jetty-maven-plugin</artifactId>
78-
<version>9.4.28.v20200408</version>
78+
<version>9.4.29.v20200521</version>
7979
</plugin>
8080
</plugins>
8181
</build>

endpoints/multiple-versions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<maven.war.plugin>2.6</maven.war.plugin>
4040

4141
<appengine.maven.plugin>2.2.0</appengine.maven.plugin>
42-
<jetty.maven.plugin>9.4.28.v20200408</jetty.maven.plugin>
42+
<jetty.maven.plugin>9.4.29.v20200521</jetty.maven.plugin>
4343

4444
<failOnMissingWebXml>false</failOnMissingWebXml> <!-- REQUIRED -->
4545
</properties>

0 commit comments

Comments
 (0)