Skip to content

Commit

Permalink
Merge pull request #185 from jglick/ini4j-JENKINS-65175
Browse files Browse the repository at this point in the history
[JENKINS-65175] Revert `ini4j` upgrade
  • Loading branch information
jglick authored Nov 16, 2021
2 parents 9f3c7b2 + a462f72 commit 5b7d524
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ updates:
directory: "/"
schedule:
interval: "weekly"
ignore:
# JENKINS-65175
- dependency-name: "org.ini4j:ini4j"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.ini4j</groupId>
<artifactId>ini4j</artifactId>
<version>0.5.4</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
Expand Down

0 comments on commit 5b7d524

Please sign in to comment.