Skip to content

Commit b60cb73

Browse files
authored
Merge pull request #4644 from eXist-db/dependabot/maven/jetty.version-9.4.50.v20221201
build(deps): bump jetty.version from 9.4.49.v20220914 to 9.4.50.v20221201
2 parents a6725e0 + 984630f commit b60cb73

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

exist-core/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,13 @@
391391
<artifactId>jetty-jaas</artifactId>
392392
<version>${jetty.version}</version>
393393
<scope>runtime</scope>
394+
<exclusions>
395+
<exclusion>
396+
<!-- conflicts with antlr 2.7.7 -->
397+
<groupId>org.apache.servicemix.bundles</groupId>
398+
<artifactId>org.apache.servicemix.bundles.antlr</artifactId>
399+
</exclusion>
400+
</exclusions>
394401
</dependency>
395402
<dependency>
396403
<groupId>org.eclipse.jetty</groupId>

exist-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
<jansi.version>2.4.0</jansi.version>
113113
<jaxb.api.version>3.0.1</jaxb.api.version>
114114
<jaxb.impl.version>3.0.2</jaxb.impl.version>
115-
<jetty.version>9.4.49.v20220914</jetty.version>
115+
<jetty.version>9.4.50.v20221201</jetty.version>
116116
<log4j.version>2.19.0</log4j.version>
117117
<lucene.version>4.10.4</lucene.version>
118118
<milton.version>1.8.1.3</milton.version>

0 commit comments

Comments
 (0)