From 6cfabec9d340c454e0fcc35be1fa7c9f305a8089 Mon Sep 17 00:00:00 2001 From: Joakim Erdfelt Date: Tue, 14 Sep 2021 21:54:47 -0500 Subject: [PATCH] Jetty 9.4.x - more dependency backlog catch-up (#6827) * Bump maven-enforcer-plugin from 3.0.0-M3 to 3.0.0 Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.0.0. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.0.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * fix some upperbound issues * Bump maven-plugin-plugin to 3.6.1 * Bump asciidoctor-maven-plugin to 2.2.1 * Bump cbi-plugins.version to 1.3.2 * Bump maven.invoker.version to 1.3.2 * Bump tycho.version to 2.3.0 * Align google.errorprone.version to 2.9.0 * Bump checkstyle to 9.0 * Fix checkstyle violation Signed-off-by: Joakim Erdfelt Signed-off-by: Olivier Lamy Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Olivier Lamy --- .../TestSecurityAnnotationConversions.java | 16 +++-- jetty-cdi/pom.xml | 10 +++ jetty-gcloud/pom.xml | 2 +- jetty-osgi/test-jetty-osgi/pom.xml | 1 - pom.xml | 67 ++++++++++++++++--- 5 files changed, 78 insertions(+), 18 deletions(-) diff --git a/jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestSecurityAnnotationConversions.java b/jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestSecurityAnnotationConversions.java index bcb08663e05..3c96fa4e477 100644 --- a/jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestSecurityAnnotationConversions.java +++ b/jetty-annotations/src/test/java/org/eclipse/jetty/annotations/TestSecurityAnnotationConversions.java @@ -70,12 +70,16 @@ public class TestSecurityAnnotationConversions { } - @ServletSecurity(value = @HttpConstraint(value = EmptyRoleSemantic.PERMIT, transportGuarantee = TransportGuarantee.CONFIDENTIAL, rolesAllowed = - { - "tom", "dick", "harry" - }), httpMethodConstraints = { - @HttpMethodConstraint(value = "GET", transportGuarantee = TransportGuarantee.CONFIDENTIAL) - }) + @ServletSecurity( + value = @HttpConstraint( + value = EmptyRoleSemantic.PERMIT, + transportGuarantee = TransportGuarantee.CONFIDENTIAL, + rolesAllowed = { + "tom", "dick", "harry" + }), + httpMethodConstraints = { + @HttpMethodConstraint(value = "GET", transportGuarantee = TransportGuarantee.CONFIDENTIAL) + }) public static class Method2Servlet extends HttpServlet { } diff --git a/jetty-cdi/pom.xml b/jetty-cdi/pom.xml index 6e8eea2a4b9..b58315b97ec 100644 --- a/jetty-cdi/pom.xml +++ b/jetty-cdi/pom.xml @@ -13,6 +13,16 @@ ${project.groupId}.cdi + + javax.servlet + javax.servlet-api + provided + + + org.eclipse.jetty + jetty-server + compile + org.eclipse.jetty jetty-util diff --git a/jetty-gcloud/pom.xml b/jetty-gcloud/pom.xml index ee10ecd6db6..e26421a28e9 100644 --- a/jetty-gcloud/pom.xml +++ b/jetty-gcloud/pom.xml @@ -13,7 +13,7 @@ Jetty :: GCloud - 1.105.0 + 2.1.0 diff --git a/jetty-osgi/test-jetty-osgi/pom.xml b/jetty-osgi/test-jetty-osgi/pom.xml index 68a7c113509..aff16bd78a8 100644 --- a/jetty-osgi/test-jetty-osgi/pom.xml +++ b/jetty-osgi/test-jetty-osgi/pom.xml @@ -107,7 +107,6 @@ biz.aQute.bnd biz.aQute.bndlib - ${bnd.version} org.osgi diff --git a/pom.xml b/pom.xml index 90174a9d4aa..f7af6d9d7cd 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ https://eclipse.org/jetty UTF-8 1.5 - 8.37 + 9.0 1.7.32 2.14.0 3.4.2 @@ -29,12 +29,13 @@ 4.3.4.Final 2.8.8 1.40.1 + 2.9.0 2.0.10 2.5.2 9.2 1.33 benchmarks - 2.1.0 + 2.3.0 5.8.0 3.8.2 1.7.2 @@ -50,6 +51,7 @@ ${bundle-symbolic-name} + 3.2.2 3.0.0-M5 3.8.1 3.2.0 @@ -498,7 +500,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0-M3 + 3.0.0 org.apache.maven.plugins @@ -508,7 +510,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.2.1 + ${maven.invoker.version} true true @@ -585,7 +587,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.0 + 3.6.1 org.apache.maven.plugins @@ -717,7 +719,7 @@ org.asciidoctor asciidoctor-maven-plugin - 2.1.0 + 2.2.1 org.codehaus.mojo @@ -930,6 +932,11 @@ + + org.eclipse.jetty + jetty-server + ${project.version} + javax.servlet javax.servlet-api @@ -1057,6 +1064,11 @@ ${maven.plugin-tools.version} provided + + org.codehaus.plexus + plexus-container-default + 2.1.0 + org.junit.jupiter junit-jupiter @@ -1132,6 +1144,41 @@ jnr-unixsocket 0.38.10 + + org.osgi + org.osgi.core + 6.0.0 + + + org.osgi + osgi.annotation + 8.0.0 + + + biz.aQute.bnd + biz.aQute.bndlib + 5.3.0 + + + com.google.code.findbugs + jsr305 + 3.0.2 + + + com.google.guava + guava + 30.1.1-jre + + + com.google.inject + guice + 4.2.2 + + + com.google.errorprone + error_prone_annotations + ${google.errorprone.version} + io.grpc @@ -1170,7 +1217,7 @@ com.google.errorprone error_prone_core - 2.4.0 + ${google.errorprone.version} @@ -1447,14 +1494,14 @@ - 1.1.7 + 1.3.2 org.eclipse.tycho.extras tycho-pack200a-plugin - ${tycho-version} + ${tycho.version} pack200-normalize @@ -1482,7 +1529,7 @@ org.eclipse.tycho.extras tycho-pack200b-plugin - ${tycho-version} + ${tycho.version} pack200-pack