You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/15 14:57:49 UTC

[commons-logging] branch master updated: Bump servlet-api from 2.3 to 2.5 (#27)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new cd9d8d0  Bump servlet-api from 2.3 to 2.5 (#27)
cd9d8d0 is described below

commit cd9d8d0c9e395ce9b6d0101bee33644726c640c4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 15 09:57:41 2020 -0500

    Bump servlet-api from 2.3 to 2.5 (#27)
    
    Bumps servlet-api from 2.3 to 2.5.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb1c1a8..750203e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,7 +500,7 @@ under the License.
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      <version>2.3</version>
+      <version>2.5</version>
       <scope>provided</scope>
       <optional>true</optional>
     </dependency>