Merge pull request #67 from turbanoff/master

Replace cycles with iterator with enhanced-for
diff --git a/pom.xml b/pom.xml
index e2a2ea4..841ff08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>3.2.0</version>
+                <version>3.2.2</version>
                 <executions>
                     <execution>
                         <phase>test-compile</phase>
@@ -304,7 +304,7 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <version>0.8.7</version>
+                <version>0.8.8</version>
                 <executions>
                     <execution>
                         <goals>
@@ -525,12 +525,12 @@
         <xalan.version>2.7.2</xalan.version>
         <junit.version>5.8.0</junit.version>
         <log4j.version>2.17.2</log4j.version>
-        <bcprov.version>1.70</bcprov.version>
+        <bcprov.version>1.71</bcprov.version>
         <hamcrest.version>2.2</hamcrest.version>
-        <xmlunit.version>2.8.2</xmlunit.version>
+        <xmlunit.version>2.9.0</xmlunit.version>
         <commons.codec.version>1.15</commons.codec.version>
-        <woodstox.core.version>6.2.6</woodstox.core.version>
-        <jetty.version>9.4.45.v20220203</jetty.version>
+        <woodstox.core.version>6.2.8</woodstox.core.version>
+        <jetty.version>9.4.46.v20220331</jetty.version>
         <xml.bind.api.version>3.0.1</xml.bind.api.version>
         <xml.bind.impl.version>3.0.2</xml.bind.impl.version>
         <xmlsec.jaxb.context.class />
@@ -538,7 +538,7 @@
         <targetJdk>1.8</targetJdk>
         <maven.compiler.target>1.8</maven.compiler.target>
         <clirr.version>2.8</clirr.version>
-        <maven-owasp-plugin-version>6.3.2</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>6.5.2</maven-owasp-plugin-version>
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
         <project.build.outputTimestamp>2022-04-28T06:42:37Z</project.build.outputTimestamp>
@@ -632,7 +632,7 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk18on</artifactId>
             <version>${bcprov.version}</version>
             <scope>test</scope>
         </dependency>