Updating Jetty + BouncyCastle
diff --git a/pom.xml b/pom.xml
index e989594..e0ffddc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     
     <!-- Set versions for depending jars -->
     <ant.version>1.10.6</ant.version>
-    <bcprov.version>1.61</bcprov.version>
+    <bcprov.version>1.62</bcprov.version>
     <commons.cli.version>1.4</commons.cli.version>
     <commons.codec.version>1.12</commons.codec.version>
     <commons.collections.version>4.3</commons.collections.version>
@@ -66,9 +66,9 @@
     <dnsjava.version>2.1.9</dnsjava.version>
     <caffeine.version>2.7.0</caffeine.version>
     <findbugs.annotations.version>1.0.0</findbugs.annotations.version>
-    <jetty.version>9.4.14.v20181114</jetty.version>
+    <jetty.version>9.4.19.v20190610</jetty.version>
     <!-- The Jetty bundle exports are using version 9.4.5, not 9.4.5.v20170502... -->
-    <jetty.bundle.version>9.4.14</jetty.bundle.version>
+    <jetty.bundle.version>9.4.19</jetty.bundle.version>
     <junit.version>4.12</junit.version>
     <ldapsdk.version>4.1</ldapsdk.version>
     <log4j.version>1.2.17</log4j.version>