Skip to content

Commit d5899c8

Browse files
authored
Pin spotbugs-annotations version to 4.8.6, last release supporting Java 8 (#3762)
1 parent f1054c7 commit d5899c8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ updates:
9090
registries:
9191
- maven-central
9292
ignore:
93+
# `com.github.spotbugs:spotbugs-annotations:4.9.0` and onwards require Java 11
94+
- dependency-name: "com.github.spotbugs:spotbugs-annotations"
95+
versions: [ "[4.9.0,)" ]
9396
# Jetty 10.x does not have an internal logging API
9497
- dependency-name: "org.eclipse.jetty:*"
9598
versions: [ "[10,)" ]

log4j-parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@
130130
<osgi.annotation.versioning.version>1.1.2</osgi.annotation.versioning.version>
131131
<pax-exam.version>4.14.0</pax-exam.version>
132132
<plexus-utils.version>3.6.0</plexus-utils.version>
133-
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
133+
<!-- `com.github.spotbugs:spotbugs-annotations:4.9.0` and onwards require Java 11: -->
134+
<spotbugs-annotations.version>4.8.6</spotbugs-annotations.version>
134135
<spring-boot.version>2.7.18</spring-boot.version>
135136
<spring-framework.version>5.3.39</spring-framework.version>
136137
<system-stubs.version>2.0.3</system-stubs.version>

0 commit comments

Comments
 (0)