Browse Source
Bump javax.servlet:javax.servlet-api in /migrator/migrator-servlet (#3117)
Bumps [javax.servlet:javax.servlet-api](https://github.com/javaee/servlet-spec) from 3.1.0 to 4.0.1.
- [Commits](https://github.com/javaee/servlet-spec/compare/3.1.0...4.0.1)
---
updated-dependencies:
- dependency-name: javax.servlet:javax.servlet-api
dependency-type: direct:production
update-type: version-update:semver-major
...
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/3169/head
dependabot[bot]
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
migrator/migrator-servlet/pom.xml
|
|
|
@ -30,7 +30,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>javax.servlet</groupId> |
|
|
|
<artifactId>javax.servlet-api</artifactId> |
|
|
|
<version>3.1.0</version> |
|
|
|
<version>4.0.1</version> |
|
|
|
<type>jar</type> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
|