File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,9 @@ updates:
90
90
registries :
91
91
- maven-central
92
92
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,)" ]
93
96
# Jetty 10.x does not have an internal logging API
94
97
- dependency-name : " org.eclipse.jetty:*"
95
98
versions : [ "[10,)" ]
Original file line number Diff line number Diff line change 130
130
<osgi .annotation.versioning.version>1.1.2</osgi .annotation.versioning.version>
131
131
<pax-exam .version>4.14.0</pax-exam .version>
132
132
<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>
134
135
<spring-boot .version>2.7.18</spring-boot .version>
135
136
<spring-framework .version>5.3.39</spring-framework .version>
136
137
<system-stubs .version>2.0.3</system-stubs .version>
You can’t perform that action at this time.
0 commit comments