You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/02/21 17:47:01 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps): bump jsp-api from 2.1 to 2.1.2

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

lofwyr pushed a commit to branch tobago-2.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new ca9238b  build(deps): bump jsp-api from 2.1 to 2.1.2
ca9238b is described below

commit ca9238b376f67729b14342bc25ee77584154603b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 21 17:45:39 2022 +0000

    build(deps): bump jsp-api from 2.1 to 2.1.2
    
    Bumps jsp-api from 2.1 to 2.1.2.
    
    ---
    updated-dependencies:
    - dependency-name: javax.servlet.jsp:jsp-api
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6e9dc43..64f397f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,7 @@
       <dependency>
         <groupId>javax.servlet.jsp</groupId>
         <artifactId>jsp-api</artifactId>
-        <version>2.1</version>
+        <version>2.1.2</version>
         <optional>true</optional>
         <scope>provided</scope>
       </dependency>
@@ -1090,7 +1090,7 @@
           <dependency>
             <groupId>javax.servlet.jsp</groupId>
             <artifactId>jsp-api</artifactId>
-            <version>2.1</version>
+            <version>2.1.2</version>
             <scope>provided</scope>
             <optional>true</optional>
           </dependency>