This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch 2.x-java-17
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 2f13db7b02e828776b33a0490df31dd4394f7f82
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Fri Dec 1 12:15:31 2023 +0100

    Revert "Upgrade `system-stubs`"
    
    This reverts commit c03eb85bb3a453c71a625fd5d772ae1a7997dea0.
---
 .github/dependabot.yaml | 3 +++
 log4j-parent/pom.xml    | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 280a861401..ab7f8819b6 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -65,6 +65,9 @@ updates:
     # LMAX Disruptor requires Java 11
     - dependency-name: "com.lmax:disruptor"
       versions: ["[4.0.0,)"]
+    # WebCompere System Stubs requires Java 11
+    - dependency-name: "uk.org.webcompere:*"
+      versions: ["2.1.0,)"]
     # Slf4j Extensions contain a breaking change in 1.7.26
     - dependency-name: "org.slf4j:slf4j-ext"
       versions: ["1.7.26,)"]
diff --git a/log4j-parent/pom.xml b/log4j-parent/pom.xml
index 0489530813..e190ae5e2d 100644
--- a/log4j-parent/pom.xml
+++ b/log4j-parent/pom.xml
@@ -144,7 +144,7 @@
     <slf4j-ext.version>1.7.25</slf4j-ext.version>
     <spring-boot.version>2.7.18</spring-boot.version>
     <spring-framework.version>5.3.31</spring-framework.version>
-    <system-stubs.version>2.1.5</system-stubs.version>
+    <system-stubs.version>2.0.3</system-stubs.version>
     <tomcat-juli.version>10.0.27</tomcat-juli.version>
     <velocity.version>1.7</velocity.version>
     <wiremock.version>2.35.1</wiremock.version>

Reply via email to