diff --git a/pom.xml b/pom.xml
index 8810f39..bbd1b01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.mattrixwv
cipher-stream-java
- 1.0.1
+ 1.1.0
CipherStreamJava
http://www.mattrixwv.com
@@ -14,12 +14,12 @@
UTF-8
- 18
- 18
- 18
+ 19
+ 19
+ 19
- 18
+ 19
target/dependency-check-report.json
target/dependency-check-report.html
@@ -28,7 +28,7 @@
mattrixwv
myClasses
- 1.0.1
+ 1.2.0
@@ -40,14 +40,14 @@
org.slf4j
slf4j-api
- 1.7.36
+ 2.0.6
org.junit.jupiter
junit-jupiter-api
- 5.9.0
+ 5.9.1
test
diff --git a/src/main/java/com/mattrixwv/cipherstream/monosubstitution/Affine.java b/src/main/java/com/mattrixwv/cipherstream/monosubstitution/Affine.java
index 01a542f..8d5bf92 100644
--- a/src/main/java/com/mattrixwv/cipherstream/monosubstitution/Affine.java
+++ b/src/main/java/com/mattrixwv/cipherstream/monosubstitution/Affine.java
@@ -11,7 +11,7 @@ import org.slf4j.LoggerFactory;
import com.mattrixwv.cipherstream.exceptions.InvalidInputException;
import com.mattrixwv.cipherstream.exceptions.InvalidKeywordException;
-import mattrixwv.NumberAlgorithms;
+import com.mattrixwv.NumberAlgorithms;
public class Affine{