diff --git a/pom.xml b/pom.xml index 620a54f9..71e88172 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 no.entur schema2proto-parent - 1.85 + 1.86 pom Schema 2 proto parent pom Schema2proto - XSD schema to protobuf. @@ -15,16 +15,36 @@ schema2proto-xsom - 1.8.10 + 3.24.2 + 1.5.0 + 2.13.0 + 3.12.0 + 1.10.0 + 2.10.1 + 32.1.1-jre + 4.12 + 1.2 + 5.9.3 + 4.13.2 + 1.8.22 3.5.0 - 3.2.1 + 3.9.0 + 3.3.0 1.8 1.8 - 3.9.0 - 8.1.2 + 3.9.2 + 3.3.0 + 8.3.1 + 0.10.1 UTF-8 UTF-8 - 2.35.0 + 3.23.3 + 4.0.3 + 2.0.7 + 1.33 + 2.37.0 + 2.0.1 + 3.7.1 @@ -32,7 +52,7 @@ org.codehaus.mojo license-maven-plugin - 2.0.0 + 2.1.0 Entur 2019 @@ -65,15 +85,15 @@ maven-clean-plugin - 3.2.0 + 3.3.1 maven-resources-plugin - 3.3.0 + 3.3.1 maven-plugin-plugin - 3.8.1 + 3.9.0 maven-surefire-plugin @@ -85,18 +105,18 @@ maven-install-plugin - 3.1.0 + 3.1.1 maven-deploy-plugin - 3.1.0 + 3.1.1 true maven-invoker-plugin - 3.5.0 + 3.6.0 @@ -146,7 +166,7 @@ com.amashchenko.maven.plugin gitflow-maven-plugin - 1.19.0 + 1.20.0 false true @@ -252,7 +272,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts diff --git a/schema2proto-lib/pom.xml b/schema2proto-lib/pom.xml index dc3682d9..7028e1f6 100755 --- a/schema2proto-lib/pom.xml +++ b/schema2proto-lib/pom.xml @@ -4,19 +4,15 @@ no.entur schema2proto-parent - 1.85 + 1.86 schema2proto-lib jar - - 5.9.2 - 3.22.2 - commons-io commons-io - 2.11.0 + ${commons-io.version} ${project.groupId} @@ -26,22 +22,22 @@ com.google.guava guava - 31.1-jre + ${guava.version} org.yaml snakeyaml - 1.33 + ${snakeyaml.version} org.slf4j slf4j-api - 2.0.6 + ${slf4j.version} org.slf4j slf4j-simple - 2.0.6 + ${slf4j.version} no.entur @@ -61,23 +57,23 @@ org.apache.commons commons-lang3 - 3.12.0 + ${commons-lang3.version} compile commons-cli commons-cli - 1.5.0 + ${commons-cli.version} build.buf.protoc-gen-validate pgv-java-stub - 0.9.1 + ${pgv-java-stub.version} org.apache.commons commons-text - 1.10.0 + ${commons-text.version} no.entur @@ -87,17 +83,17 @@ com.google.code.gson gson - 2.10.1 + ${gson.version} de.slub-dresden urnlib - 2.0.1 + ${urnlib.version} io.github.java-diff-utils java-diff-utils - 4.12 + ${java-diff-utils.version} test @@ -128,7 +124,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.4.1 + 3.5.0 diff --git a/schema2proto-maven-plugin/pom.xml b/schema2proto-maven-plugin/pom.xml index d04e5fe6..ae064d7e 100644 --- a/schema2proto-maven-plugin/pom.xml +++ b/schema2proto-maven-plugin/pom.xml @@ -4,7 +4,7 @@ no.entur schema2proto-parent - 1.85 + 1.86 schema2proto-maven-plugin maven-plugin @@ -42,7 +42,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.8.1 + ${maven-plugin-annotations.version} provided @@ -54,7 +54,7 @@ junit junit - 4.13.2 + ${junit.version} test @@ -114,7 +114,7 @@ org.apache.maven.plugins maven-invoker-plugin - 3.5.0 + 3.6.0 true ${project.build.directory}/it diff --git a/schema2proto-wire/pom.xml b/schema2proto-wire/pom.xml index 714167c7..d6a80ab4 100755 --- a/schema2proto-wire/pom.xml +++ b/schema2proto-wire/pom.xml @@ -4,15 +4,10 @@ no.entur schema2proto-parent - 1.85 + 1.86 schema2proto-wire jar - - 5.9.2 - 1.8.10 - 3.7.1 - org.jetbrains.kotlin @@ -22,12 +17,12 @@ com.google.guava guava - 31.1-jre + ${guava.version} org.apache.commons commons-lang3 - 3.12.0 + ${commons-lang3.version} compile @@ -38,18 +33,18 @@ com.squareup.okio okio - 3.3.0 + ${okio.version} org.assertj assertj-core - 3.24.2 + ${assertj.version} test io.github.java-diff-utils java-diff-utils - 4.12 + ${java-diff-utils.version} test @@ -61,7 +56,7 @@ com.google.jimfs jimfs - 1.2 + ${jimfs.version} test diff --git a/schema2proto-xsdproto/pom.xml b/schema2proto-xsdproto/pom.xml index 60128f59..3adb55c9 100644 --- a/schema2proto-xsdproto/pom.xml +++ b/schema2proto-xsdproto/pom.xml @@ -4,7 +4,7 @@ no.entur schema2proto-parent - 1.85 + 1.86 schema2proto-xsdproto jar diff --git a/schema2proto-xsom/pom.xml b/schema2proto-xsom/pom.xml index 6a1b1dc6..de254c0b 100644 --- a/schema2proto-xsom/pom.xml +++ b/schema2proto-xsom/pom.xml @@ -15,7 +15,7 @@ no.entur schema2proto-parent - 1.85 + 1.86 schema2proto-xsom schema2proto-XSOM @@ -26,7 +26,6 @@ ${project.basedir}/copyright-exclude ${project.basedir}/copyright.txt ${project.basedir}/exclude-xsom.xml - 4.0.2 @@ -37,7 +36,7 @@ junit junit - 4.13.2 + ${junit.version} test @@ -89,7 +88,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.5.0 + 3.6.0 copy-relaxng-to-mp @@ -103,7 +102,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.2.1 + 3.3.0