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:
卢春梦 2025-03-04 09:19:59 +08:00 committed by GitHub
commit 3afa79cd15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

View File

@ -397,7 +397,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<version>6.1.0</version>
</dependency>
<!-- javax -->
<dependency>