Skip to content

Commit

Permalink
Merge branch 'main' into generator-jhipster-8.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielFran authored Oct 8, 2024
2 parents 024a630 + 4848bac commit 12b4070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/quarkus/resources/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ mapstruct-processor = { group = "org.mapstruct", name = "mapstruct-processor", v
mongock-bom = { group = "com.github.cloudyrock.mongock", name = "mongock-bom", version = "4.3.8" }
quarkus-resteasy-problem = { group = "com.tietoevry.quarkus", name = "quarkus-resteasy-problem", version = "3.9.0" }
wiremock = { group = "com.github.tomakehurst", name = "wiremock-jre8", version = "3.0.1" }
testcontainers-keycloak = { group = "com.github.dasniko", name = "testcontainers-keycloak", version = "3.4.0" }
testcontainers-keycloak = { group = "com.github.dasniko", name = "testcontainers-keycloak", version = "3.5.0" }
checkstyle = { module = "com.puppycrawl.tools:checkstyle", version = "10.18.2" }

[plugins]
gradle-git-properties = { id = "com.gorylenko.gradle-git-properties", version = "2.4.2" }
gradle-node = { id = "com.github.node-gradle.node", version = "7.1.0" }
liquibase = { id = "org.liquibase.gradle", version = "2.2.0" }
sonarqube = { id = "org.sonarqube", version = "5.1.0.4882" }
openapi-generator = { id = "org.openapi.generator", version = "7.8.0" }
openapi-generator = { id = "org.openapi.generator", version = "7.9.0" }
no-http-checkstyle = { id = "io.github.checkstyle.checkstyle", version = "0.0.11" }
modernizer = { id = "org.gaul.modernizer", version = "1.8.0" }

0 comments on commit 12b4070

Please sign in to comment.