diff --git a/CHANGELOG.md b/CHANGELOG.md index a4aff3a..5f178c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,3 +9,5 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch ### Added - *FF1 implementation* @jdvr +## [1.0.1] Updated dependencies and Minimum JDK to 1.8 + diff --git a/pom.xml b/pom.xml index f237eea..8ca2a6c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.idealista format-preserving-encryption - 1.0.0 + 1.0.1 Format-Preserving Encryption Format-Preserving Encryption Implementation in Java @@ -44,8 +44,8 @@ UTF-8 - 1.6 - 1.6 + 1.8 + 1.8 @@ -91,7 +91,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.2.1 attach-sources @@ -104,7 +104,10 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.9.1 + 3.2.0 + + 8 + attach-javadocs @@ -126,7 +129,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.8 true ossrh @@ -137,7 +140,7 @@ maven-compiler-plugin - 3.5.1 + 3.8.1 ${maven-compiler-plugin.source} ${maven-compiler-plugin.target} @@ -169,7 +172,7 @@ org.assertj assertj-core - 2.8.0 + 3.18.1 test