Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ updates:
registries:
- maven-central
ignore:
# `com.github.spotbugs:spotbugs-annotations:4.9.0` and onwards require Java 11
- dependency-name: "com.github.spotbugs:spotbugs-annotations"
versions: [ "[4.9.0,)" ]
# Jetty 10.x does not have an internal logging API
- dependency-name: "org.eclipse.jetty:*"
versions: [ "[10,)" ]
Expand Down
3 changes: 2 additions & 1 deletion log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
<pax-exam.version>4.14.0</pax-exam.version>
<plexus-utils.version>3.6.0</plexus-utils.version>
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
<!-- `com.github.spotbugs:spotbugs-annotations:4.9.0` and onwards require Java 11: -->
<spotbugs-annotations.version>4.8.6</spotbugs-annotations.version>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-framework.version>5.3.39</spring-framework.version>
<system-stubs.version>2.0.3</system-stubs.version>
Expand Down