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:
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,)" ]
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments