diff --git a/core/pom.xml b/core/pom.xml index e2144c2c9..0ea05ac8b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -63,7 +63,7 @@ biz.aQute.bnd bnd-maven-plugin - 6.2.0 + 6.3.1 diff --git a/core/src/main/java/com/google/zxing/common/BitMatrix.java b/core/src/main/java/com/google/zxing/common/BitMatrix.java index aa00fd6e3..d3f21758c 100755 --- a/core/src/main/java/com/google/zxing/common/BitMatrix.java +++ b/core/src/main/java/com/google/zxing/common/BitMatrix.java @@ -287,7 +287,9 @@ public final class BitMatrix implements Cloneable { } /** - * Modifies this {@code BitMatrix} to represent the same but rotated the given degrees (multiple of 0, 90, 180, 270) + * Modifies this {@code BitMatrix} to represent the same but rotated the given degrees (0, 90, 180, 270) + * + * @param degrees number of degrees to rotate through counter-clockwise (0, 90, 180, 270) */ public void rotate(int degrees) { switch (degrees % 360) { diff --git a/core/src/main/java/com/google/zxing/common/ECIStringBuilder.java b/core/src/main/java/com/google/zxing/common/ECIStringBuilder.java index ce251442a..a4a2968d1 100644 --- a/core/src/main/java/com/google/zxing/common/ECIStringBuilder.java +++ b/core/src/main/java/com/google/zxing/common/ECIStringBuilder.java @@ -78,6 +78,7 @@ public final class ECIStringBuilder { * Appends ECI value to output. * * @param value ECI value to append, as an int + * @throws FormatException on invalid ECI value */ public void appendECI(int value) throws FormatException { encodeCurrentBytesIfAny(); diff --git a/pom.xml b/pom.xml index 74d6496b7..d0a933e10 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ UTF-8 1.8 ${env.ANDROID_HOME} - 2.5.3 + 2.6.0 3.5.1-SNAPSHOT 22 @@ -113,7 +113,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.0.0 + 3.1.0 enforce @@ -219,7 +219,7 @@ org.apache.maven.plugins maven-assembly-plugin - 3.3.0 + 3.4.0 org.apache.maven.plugins @@ -251,7 +251,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.0-M5 + 3.0.0-M6 forked-path zxing-@{project.version} @@ -262,7 +262,7 @@ org.apache.maven.plugins maven-scm-plugin - 1.12.2 + 2.0.0-M1 org.apache.maven.plugins @@ -299,7 +299,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M6 + 3.0.0-M7 0.5C @@ -385,7 +385,7 @@ org.apache.maven.plugins maven-site-plugin - 3.12.0 + 4.0.0-M2 false @@ -421,7 +421,7 @@ org.apache.rat apache-rat-plugin - 0.13 + 0.14 true true diff --git a/zxing.appspot.com/pom.xml b/zxing.appspot.com/pom.xml index 00e7795df..15f00b23d 100644 --- a/zxing.appspot.com/pom.xml +++ b/zxing.appspot.com/pom.xml @@ -23,7 +23,7 @@ - com.google.gwt + org.gwtproject gwt-user ${gwt.version} provided @@ -37,7 +37,7 @@ - 2.9.0 + 2.10.0 diff --git a/zxingorg/pom.xml b/zxingorg/pom.xml index bef04ae6b..72cdf45ea 100644 --- a/zxingorg/pom.xml +++ b/zxingorg/pom.xml @@ -39,7 +39,7 @@ com.google.guava guava - 31.0.1-android + 31.1-android junit @@ -73,7 +73,7 @@ - 5.3.19 + 5.3.21