diff --git a/mustache-templates/pom.xml b/mustache-templates/pom.xml index a972e094..954a4cf6 100644 --- a/mustache-templates/pom.xml +++ b/mustache-templates/pom.xml @@ -44,8 +44,20 @@ 17 17 + 17 UTF-8 + + 7.8.0 + 5.11.4 + 2.11.0 + 0.2.6 + 3.0.2 + 3.0.0 + 2.18.1 + 8.0.1.Final + + 3.4.2 3.3.1 @@ -115,41 +127,49 @@ org.junit.jupiter junit-jupiter-api + ${junit-jupiter.version} test org.junit.jupiter junit-jupiter-params + ${junit-jupiter.version} test com.google.code.gson gson + ${gson.version} jakarta.annotation jakarta.annotation-api + ${jakarta.annotation-api.version} com.google.code.findbugs jsr305 + ${jsr305.version} org.openapitools jackson-databind-nullable + ${jackson-databind-nullable.version} com.fasterxml.jackson.core jackson-annotations + ${jackson-annotations.version} org.hibernate.validator hibernate-validator + ${hibernate-validator.version} diff --git a/pom.xml b/pom.xml index 5508823b..3a24df80 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ - OpenAPI to Java records :: Mustache Templates + OpenAPI to Java records :: Mustache Templates :: Parent Project containing Mustache-templates used by openapi-generator-maven-plugin to generate Java records from OpenAPI Specifications. 2024 https://chrimle.github.io/openapi-to-java-records-mustache-templates/ @@ -46,68 +46,5 @@ 17 17 VERBOSE - - - 7.8.0 - 5.11.4 - 2.11.0 - 0.2.6 - 3.0.2 - 3.0.0 - 2.18.1 - 8.0.1.Final - - - - - - org.junit.jupiter - junit-jupiter-api - ${junit-jupiter.version} - test - - - org.junit.jupiter - junit-jupiter-params - ${junit-jupiter.version} - test - - - - com.google.code.gson - gson - ${gson.version} - - - - jakarta.annotation - jakarta.annotation-api - ${jakarta.annotation-api.version} - - - - com.google.code.findbugs - jsr305 - ${jsr305.version} - - - org.openapitools - jackson-databind-nullable - ${jackson-databind-nullable.version} - - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson-annotations.version} - - - - org.hibernate.validator - hibernate-validator - ${hibernate-validator.version} - - -