Skip to content

Commit

Permalink
Upgrading jetty dependecy to secure version.
Browse files Browse the repository at this point in the history
Issue reported by github. Jetty is only used in tests, this does not affect any production versions of midPoint.
  • Loading branch information
semancik committed Apr 3, 2019
1 parent c6a92c6 commit c54ee1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/pom.xml
Expand Up @@ -1226,7 +1226,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.11.v20180605</version>
<version>9.4.12.v20180830</version>
</dependency>
<dependency>
<groupId>org.apache.qpid</groupId>
Expand Down

0 comments on commit c54ee1b

Please sign in to comment.