Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Bump jetty.version from 9.2.28.v20190418 to 9.4.22.v20191022 in /rpki-validator-app #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rpki-validator-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<!-- 9.2 is the last jetty that's compatible with Java 7 -->
<jetty.version>9.2.28.v20190418</jetty.version>
<jetty.version>9.4.22.v20191022</jetty.version>
<yammer.version>3.0.2</yammer.version>
<main.class>net.ripe.rpki.validator.config.Main</main.class>
</properties>
Expand Down