mirror of
https://gitee.com/smallc/blade-tool.git
synced 2026-07-18 05:02:09 +08:00
Merge pull request #30 from chillzhuang/dependabot/maven/dev/jakarta.servlet-jakarta.servlet-api-6.1.0
⬆️ Bump jakarta.servlet:jakarta.servlet-api from 6.0.0 to 6.1.0
This commit is contained in:
commit
3afa79cd15
|
|
@ -51,7 +51,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>jakarta.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
<version>6.0.0</version>
|
<version>6.1.0</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
|
||||||
2
pom.xml
2
pom.xml
|
|
@ -397,7 +397,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>jakarta.servlet</groupId>
|
<groupId>jakarta.servlet</groupId>
|
||||||
<artifactId>jakarta.servlet-api</artifactId>
|
<artifactId>jakarta.servlet-api</artifactId>
|
||||||
<version>6.0.0</version>
|
<version>6.1.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- javax -->
|
<!-- javax -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user