You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2021/01/01 19:55:51 UTC

[jspwiki] branch master updated: Bump javax.servlet.jsp-api from 2.3.0 to 2.3.3

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 08097cc  Bump javax.servlet.jsp-api from 2.3.0 to 2.3.3
08097cc is described below

commit 08097ccd694312d1c749ba00043d2b399374e039
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Dec 28 17:28:28 2020 +0000

    Bump javax.servlet.jsp-api from 2.3.0 to 2.3.3
    
    Bumps [javax.servlet.jsp-api](https://github.com/javaee/javaee-jsp-api) from 2.3.0 to 2.3.3.
    - [Release notes](https://github.com/javaee/javaee-jsp-api/releases)
    - [Commits](https://github.com/javaee/javaee-jsp-api/compare/javax.servlet.jsp-2.3.0...javax.servlet.jsp-api-2.3.3)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 755a2b4..a5d9685 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,7 @@
     <jaxen.version>1.2.0</jaxen.version>
     <javax-jstl.version>1.2</javax-jstl.version>
     <javax-mail.version>1.4.7</javax-mail.version>
-    <javax-jsp-api.version>2.3.0</javax-jsp-api.version>
+    <javax-jsp-api.version>2.3.3</javax-jsp-api.version>
     <javax-servlet-api.version>3.1.0</javax-servlet-api.version>
     <jdom2.version>2.0.6</jdom2.version>
     <jetty.version>8.1.15.v20140411</jetty.version>