Skip to content

Commit

Permalink
Merge bd0c7e7 into 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Mar 19, 2024
2 parents 867bfbd + bd0c7e7 commit 18b1730
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@ updates:
# Don't update Reactor projects
- dependency-name: io.projectreactor:*
- dependency-name: io.projectreactor.addons:*
# Versions > 6.13 require JDK11+
- dependency-name: com.diffplug.spotless
versions:
- "[6.14.a, 7.0]"
# Versions > 4 require JDK11+
- dependency-name: org.mockito:mockito-core
versions:
- "[5.a, 6]"
# Versions > 6 require JDK17+
- dependency-name: biz.aQute.bnd.builder
versions:
- "[7.a, 8]"
- dependency-name: org.slf4j:*
versions:
- "[2.a, 3]"
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: "/"
Expand Down

0 comments on commit 18b1730

Please sign in to comment.