Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump jetty.version from 9.4.49.v20220914 to 9.4.50.v20221201 #4644

Merged
merged 2 commits into from Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions exist-core/pom.xml
Expand Up @@ -391,6 +391,13 @@
<artifactId>jetty-jaas</artifactId>
<version>${jetty.version}</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<!-- conflicts with antlr 2.7.7 -->
<groupId>org.apache.servicemix.bundles</groupId>
<artifactId>org.apache.servicemix.bundles.antlr</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion exist-parent/pom.xml
Expand Up @@ -112,7 +112,7 @@
<jansi.version>2.4.0</jansi.version>
<jaxb.api.version>3.0.1</jaxb.api.version>
<jaxb.impl.version>3.0.2</jaxb.impl.version>
<jetty.version>9.4.49.v20220914</jetty.version>
<jetty.version>9.4.50.v20221201</jetty.version>
<log4j.version>2.19.0</log4j.version>
<lucene.version>4.10.4</lucene.version>
<milton.version>1.8.1.3</milton.version>
Expand Down