Skip to content

Commit 37d3ce0

Browse files
committed
Revert "Upgrade to Jetty 9.4.20.v20190813"
This reverts commit f6f99d7 as 9.4.20 includes an incompatible class change where an abstract class in Jetty's public API was changed to an interface, making it incompatible with Framework 5.1.9. See gh-18035
1 parent 3fc4df9 commit 37d3ce0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.bomr/bomr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ bomr:
1616
versions:
1717
# Switches to Jarkarta EE API dependencies resulting in duplicate classes
1818
- '[2.3.2,2.4)'
19+
- project: jetty
20+
versions:
21+
# Contains incompatiable class change
22+
- '9.4.20.v20190813'
1923
- project: saaj-impl
2024
versions:
2125
# Switches to Jarkarta EE API dependencies resulting in duplicate classes

spring-boot-project/spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<jedis.version>2.9.3</jedis.version>
108108
<jersey.version>2.27</jersey.version>
109109
<jest.version>6.3.1</jest.version>
110-
<jetty.version>9.4.20.v20190813</jetty.version>
110+
<jetty.version>9.4.19.v20190610</jetty.version>
111111
<jetty-jsp.version>2.2.0.v201112011158</jetty-jsp.version>
112112
<jetty-el.version>8.5.40</jetty-el.version>
113113
<jetty-reactive-httpclient.version>1.0.3</jetty-reactive-httpclient.version>

0 commit comments

Comments
 (0)