Skip to content

Commit c03eb85

Browse files
committed
Upgrade system-stubs
1 parent 7569495 commit c03eb85

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/dependabot.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ updates:
6565
# LMAX Disruptor requires Java 11
6666
- dependency-name: "com.lmax:disruptor"
6767
versions: ["[4.0.0,)"]
68-
# WebCompere System Stubs requires Java 11
69-
- dependency-name: "uk.org.webcompere:*"
70-
versions: ["2.1.0,)"]
7168
# Slf4j Extensions contain a breaking change in 1.7.26
7269
- dependency-name: "org.slf4j:slf4j-ext"
7370
versions: ["1.7.26,)"]

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<slf4j-ext.version>1.7.25</slf4j-ext.version>
145145
<spring-boot.version>2.7.18</spring-boot.version>
146146
<spring-framework.version>5.3.31</spring-framework.version>
147-
<system-stubs.version>2.0.3</system-stubs.version>
147+
<system-stubs.version>2.1.5</system-stubs.version>
148148
<tomcat-juli.version>10.0.27</tomcat-juli.version>
149149
<velocity.version>1.7</velocity.version>
150150
<wiremock.version>2.35.1</wiremock.version>

0 commit comments

Comments
 (0)