From 50ad2540780bf0a8bf8fa237f2bd940b994e6f24 Mon Sep 17 00:00:00 2001 From: Kevin V Date: Wed, 12 Aug 2020 14:36:29 -0700 Subject: [PATCH 1/4] Add config to maven-javadoc-plugin This fixes errors when building for JDK 11 and 12 https://bugs.openjdk.java.net/browse/JDK-8212233 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 887e9a9..e9249d5 100644 --- a/pom.xml +++ b/pom.xml @@ -127,6 +127,7 @@ 3.1.1 none + 8 From d1a102f6e39075592b6ab0d52d91bd559f5ed634 Mon Sep 17 00:00:00 2001 From: slisaasquatch Date: Wed, 9 Sep 2020 09:42:09 -0700 Subject: [PATCH 2/4] Version bumps --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e9249d5..d0e5762 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ UTF-8 - 5.6.0 + 5.6.2 @@ -51,7 +51,7 @@ com.fasterxml.jackson.core jackson-databind - 2.10.3 + 2.11.2 commons-validator @@ -86,13 +86,13 @@ org.apache.httpcomponents.client5 httpclient5 - 5.0 + 5.0.1 test com.google.guava guava - 28.2-jre + 29.0-jre test @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.2.0 none 8 @@ -141,7 +141,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M4 + 3.0.0-M5 org.jacoco From b5247d9730367ad309873df95befb4aabd8c5a5a Mon Sep 17 00:00:00 2001 From: slisaasquatch Date: Wed, 9 Sep 2020 09:47:00 -0700 Subject: [PATCH 3/4] Validator version bump --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d0e5762..ac82b01 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ commons-validator commons-validator - 1.6 + 1.7 true From 64ab53838c6863a1392961dad7d7be0543754254 Mon Sep 17 00:00:00 2001 From: slisaasquatch Date: Wed, 9 Sep 2020 09:47:07 -0700 Subject: [PATCH 4/4] Release version bump --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 615f48b..7618934 100644 --- a/README.md +++ b/README.md @@ -176,14 +176,14 @@ Maven com.github.saasquatch json-schema-inferrer - 0.1.1 + 0.1.3 ``` Gradle ```gradle -compile 'com.github.saasquatch:json-schema-inferrer:0.1.1' +compile 'com.github.saasquatch:json-schema-inferrer:0.1.3' ``` ### Transitive Dependencies diff --git a/pom.xml b/pom.xml index ac82b01..8fb7804 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.saasquatch json-schema-inferrer - 0.1.2 + 0.1.3 jar json-schema-inferrer