Browse Source

Bump javax.servlet.jsp-api in /migrator/migrator-servlet (#2970)

Bumps [javax.servlet.jsp-api](https://github.com/javaee/javaee-jsp-api) from 2.3.1 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.1...javax.servlet.jsp-api-2.3.3)

---
updated-dependencies:
- dependency-name: javax.servlet.jsp:javax.servlet.jsp-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mandlil <138015259+mandlil@users.noreply.github.com>
pull/3167/head
dependabot[bot] 2 years ago
committed by GitHub
parent
commit
d84d5b1d17
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      migrator/migrator-servlet/pom.xml

+ 1
- 1
migrator/migrator-servlet/pom.xml View File

@ -48,7 +48,7 @@
<dependency>
<groupId>javax.servlet.jsp</groupId>
<artifactId>javax.servlet.jsp-api</artifactId>
<version>2.3.1</version>
<version>2.3.3</version>
<scope>provided</scope>
</dependency>
<dependency>


Loading…
Cancel
Save