jhipster / generator-jhipster-micronaut

Micronaut blueprint for JHipster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rely on micronaut-* managed dependencies and move remaining dependencies to dependabot.

mshima opened this issue · comments

Overview of the feature request

versions: {
netty: '4.1.107.Final',
rxJava3: '2.3.0',
hibernate: '6.4.4.Final',
prometheusSimpleclient: '0.16.0',
jackson: '2.15.2',
javassist: '3.27.0-GA', // Should match Hibernate deps
javaxMail: '2.0.1',
jbcrypt: '0.4',
logback: '1.5.3',
mapstruct: '1.5.5.Final',
swaggerAnnotations: '2.2.19',
mockito: '5.10.0',
problem: '0.29.1',
caffeine: '3.1.8',
archunit: '1.2.1',
simplejavamail: '8.6.3',
testcontainers: '1.19.6',
assertj: '3.25.3',
},

<maven-shade-plugin.version>3.5.1</maven-shade-plugin.version>
<maven-exec-plugin.version>3.1.1</maven-exec-plugin.version>
<git-commit-id-maven-plugin.version><%- javaDependencies['git-commit-id-maven-plugin'] %></git-commit-id-maven-plugin.version>
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>

implementation "org.zalando:jackson-datatype-problem:0.27.1"

typesafe_config_version=1.4.0
<%_ } _%>
testcontainers_version=<%= versions.testcontainers %>
liquibaseTaskPrefix=liquibase
<%_ if (databaseTypeSql) { _%>
jaxb_runtime_version=<%= javaDependencies['jaxb-runtime'] %>
<%_ } _%>
# gradle plugin version
git_properties_plugin_version=2.4.1
apt_plugin_version=0.21
<%_ if (databaseTypeSql) { _%>
liquibase_plugin_version=2.2.0
<%_ } _%>
<%_ if (enableSwaggerCodegen) { _%>
openapi_plugin_version=4.3.1
<%_ } _%>
shadow_plugin_version=7.1.2

Motivation for or Use Case
Related issues or PR

@mshima Do you want to do this before the next release (with JHipster 8.4.0), or wait until after?