diff --git a/e2e/pom.xml b/e2e/pom.xml index 17238c2e..92672aaf 100644 --- a/e2e/pom.xml +++ b/e2e/pom.xml @@ -4,17 +4,13 @@ org.dhatim fastexcel-parent - 0-SNAPSHOT + 0.16.0-SNAPSHOT ../pom.xml fastexcel-e2e Fastexcel End-to-End tests https://github.com/dhatim/fastexcel - - 1.36 - - org.dhatim @@ -46,13 +42,13 @@ org.openjdk.jmh jmh-core - ${jmh.version} + 1.36 test org.openjdk.jmh jmh-generator-annprocess - ${jmh.version} + 1.36 test diff --git a/fastexcel-reader/pom.xml b/fastexcel-reader/pom.xml index ccd7d753..cb0d4df8 100644 --- a/fastexcel-reader/pom.xml +++ b/fastexcel-reader/pom.xml @@ -3,7 +3,7 @@ org.dhatim fastexcel-parent - 0-SNAPSHOT + 0.16.0-SNAPSHOT ../pom.xml fastexcel-reader diff --git a/fastexcel-writer/pom.xml b/fastexcel-writer/pom.xml index 435e0d1f..9f499163 100644 --- a/fastexcel-writer/pom.xml +++ b/fastexcel-writer/pom.xml @@ -5,7 +5,7 @@ org.dhatim fastexcel-parent - 0-SNAPSHOT + 0.16.0-SNAPSHOT ../pom.xml diff --git a/pom.xml b/pom.xml index 11b808d7..9f8191e2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.dhatim fastexcel-parent - 0-SNAPSHOT + 0.16.0-SNAPSHOT pom @@ -40,8 +40,6 @@ 1.8 1.8 - 5.9.2 - 1.3.2 false @@ -50,7 +48,7 @@ org.junit junit-bom - ${junit.jupiter.version} + 5.9.2 import pom @@ -75,12 +73,12 @@ org.dhatim fastexcel - ${project.version} + 0.16.0-SNAPSHOT org.dhatim fastexcel-reader - ${project.version} + 0.16.0-SNAPSHOT org.apache.logging.log4j