Skip to content

Commit

Permalink
Revert symbol-annotation bump (#5293)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Feb 22, 2021
1 parent c84dc5a commit a34a7e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ updates:
- dependency-name: "javax.servlet:javax.servlet-api"
# log4j 1.2.17 is the final 1.x release
- dependency-name: "log4j:log4j"
# using a newer version clashes in RequireUpperBoundDeps with plugins using a valid script-security dependency
- dependency-name: "org.jenkins-ci:symbol-annotation"
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ THE SOFTWARE.
<dependency> <!-- Not included into BOM, plugins should use one from structs-plugin -->
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
<version>1.21</version>
<version>1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a34a7e3

Please sign in to comment.