You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2020/04/13 20:14:23 UTC

[shiro] branch master updated: [SHIRO-758] Upgrade to Jetty 9.4.27.v20200227

This is an automated email from the ASF dual-hosted git repository.

fpapon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/master by this push:
     new 2b3b818  [SHIRO-758] Upgrade to Jetty 9.4.27.v20200227
     new ad41e7f  Merge pull request #216 from fpapon/SHIRO-758
2b3b818 is described below

commit 2b3b81873636bf470c5e15344a44433caaa93c36
Author: Francois Papon <fp...@apache.org>
AuthorDate: Mon Apr 13 17:59:48 2020 +0200

    [SHIRO-758] Upgrade to Jetty 9.4.27.v20200227
---
 integration-tests/support/pom.xml | 12 ++++++------
 pom.xml                           |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/integration-tests/support/pom.xml b/integration-tests/support/pom.xml
index a2a1ea7..fd3eadd 100644
--- a/integration-tests/support/pom.xml
+++ b/integration-tests/support/pom.xml
@@ -32,14 +32,14 @@
 
 	<dependencies>
 	    <dependency>
-		<groupId>org.apache.taglibs</groupId>
-		<artifactId>taglibs-standard-spec</artifactId>
-		<scope>compile</scope>
+            <groupId>org.apache.taglibs</groupId>
+            <artifactId>taglibs-standard-spec</artifactId>
+            <scope>compile</scope>
 	    </dependency>
 	    <dependency>
-		<groupId>org.apache.taglibs</groupId>
-		<artifactId>taglibs-standard-impl</artifactId>
-		<scope>compile</scope>
+            <groupId>org.apache.taglibs</groupId>
+            <artifactId>taglibs-standard-impl</artifactId>
+            <scope>compile</scope>
 	    </dependency>
 	    <dependency>
 	        <groupId>javax.servlet</groupId>
diff --git a/pom.xml b/pom.xml
index ace7a47..be5fab5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
         <hsqldb.version>2.5.0</hsqldb.version>
         <javax.annotation.api.version>1.3.2</javax.annotation.api.version>
         <jdk.version>1.8</jdk.version>
-        <jetty.version>9.4.20.v20190813</jetty.version>
+        <jetty.version>9.4.27.v20200227</jetty.version>
         <owasp.java.encoder.version>1.2.2</owasp.java.encoder.version>
         <!-- Don't change this version without also changing the shiro-quartz and shiro-features
              modules' OSGi metadata: -->