Skip to content

Commit

Permalink
Revert "Bump jakarta.servlet:jakarta.servlet-api from 5.0.0 to 6.1.0 …
Browse files Browse the repository at this point in the history
…in /sample-plugin" (#3541)

* Revert "Bump jakarta.servlet:jakarta.servlet-api in /sample-plugin (#3536)"

This reverts commit 5bc493e.

* Exclude in Dependabot
  • Loading branch information
basil authored Sep 4, 2024
1 parent 5bc493e commit 494b379
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: "maven"
Expand All @@ -14,6 +15,9 @@ updates:
# Should have been 1.27.0
- dependency-name: "com.sonyericsson.jenkins.plugins.bfa:build-failure-analyzer"
versions: ["2.27.0"]
# EE 10+ is not yet supported
- dependency-name: "jakarta.servlet:jakarta.servlet-api"
versions: [">=6.0.0"]
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion sample-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>6.1.0</version>
<version>5.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 494b379

Please sign in to comment.