diff --git a/CHANGELOG.md b/CHANGELOG.md index 1926633..e9da1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# v0.4.2 + +New tag because of versioning problems. + +# v0.4.1 + +JsonSchema: + +* Updated dependency because of CVE-2020-29582 + # v0.4.0 JsonTools: diff --git a/VERSION b/VERSION index 267577d..2b7c5ae 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.1 +0.4.2 diff --git a/collections/pom.xml b/collections/pom.xml index 6750bf5..857801a 100644 --- a/collections/pom.xml +++ b/collections/pom.xml @@ -7,7 +7,7 @@ java-project co.arago - 0.4.1 + 0.4.2 co.arago.util diff --git a/common/pom.xml b/common/pom.xml index 0f47212..768e73b 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -7,7 +7,7 @@ co.arago java-project - 0.4.1 + 0.4.2 co.arago.util diff --git a/json-schema/pom.xml b/json-schema/pom.xml index 1f4c5fd..88c1bb6 100644 --- a/json-schema/pom.xml +++ b/json-schema/pom.xml @@ -7,7 +7,7 @@ co.arago java-project - 0.4.1 + 0.4.2 co.arago.util @@ -21,7 +21,7 @@ co.arago.util json - 0.4.1 + 0.4.2 com.kjetland diff --git a/json-surfer/pom.xml b/json-surfer/pom.xml index 37a25cb..b48090a 100644 --- a/json-surfer/pom.xml +++ b/json-surfer/pom.xml @@ -7,7 +7,7 @@ co.arago java-project - 0.4.1 + 0.4.2 co.arago.util @@ -22,7 +22,7 @@ co.arago.util json - 0.4.1 + 0.4.2 com.github.jsurfer diff --git a/json/pom.xml b/json/pom.xml index 3a24737..e185a83 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -7,7 +7,7 @@ java-project co.arago - 0.4.1 + 0.4.2 co.arago.util diff --git a/pom.xml b/pom.xml index bf5d6c1..7a1010b 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ co.arago java-project - 0.4.1 + 0.4.2 pom