From 9d4fb4544bf5cf886a4cf5bc4195558fb0288482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20Yaz=C4=B1c=C4=B1?= Date: Fri, 20 Jun 2025 11:30:22 +0200 Subject: [PATCH] Pin `spotbugs-annotations` version to `4.8.6`, last release supporting Java 8 --- .github/dependabot.yaml | 3 +++ log4j-parent/pom.xml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 6c73c48d8d7..5e7fa1e63ce 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -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,)" ] diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml index 33c3c9ac70a..c1e38a9231e 100644 --- a/log4j-parent/pom.xml +++ b/log4j-parent/pom.xml @@ -130,7 +130,8 @@ 1.1.2 4.14.0 3.6.0 - 4.9.3 + + 4.8.6 2.7.18 5.3.39 2.0.3