Skip to content

Commit

Permalink
Merge pull request #325 from jhipster/micronaut-4.3.6
Browse files Browse the repository at this point in the history
Upgrade to Micronaut 4.3.6
  • Loading branch information
DanielFran authored Mar 22, 2024
2 parents 1a39ef5 + bf50ce2 commit 1eefed6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions generators/constants.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

module.exports = {
JAVA_VERSION: 17,
GRADLE_VERSION: '8.5',
GRADLE_VERSION: '8.6',
DOCKER_REDIS: 'redis:6.0.10',
sqlDb: {
h2Disk: {
Expand Down Expand Up @@ -52,11 +52,11 @@ module.exports = {
},
},
versions: {
micronaut: '4.3.4',
micronaut: '4.3.6',
micronautData: '4.6.2',
micronautDiscoveryClient: '4.1.0',
micronautDiscoveryClient: '4.2.0',
micronautOpenApi: '4.2.0',
netty: '4.1.97.Final',
netty: '4.1.107.Final',
rxJava3: '2.3.0',
hibernate: '6.4.4.Final',
prometheusSimpleclient: '0.16.0',
Expand Down
2 changes: 1 addition & 1 deletion generators/server/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ public class`,
this.log.ok('Micronaut application generated successfully.');

let executable = 'mvnw';
if (this.buildTool === 'gradle') {
if (this.jhipsterConfigWithDefaults.buildTool === 'gradle') {
executable = 'gradlew';
}
let logMsgComment = '';
Expand Down
2 changes: 1 addition & 1 deletion generators/server/templates/gradle.properties.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jaxb_runtime_version=2.3.2
<%_ } _%>

# gradle plugin version
micronaut_plugin_version=4.0.2
micronaut_plugin_version=4.3.4
git_properties_plugin_version=2.4.1
<%_ if (!skipClient) { _%>
gradle_node_plugin_version=2.2.4
Expand Down

0 comments on commit 1eefed6

Please sign in to comment.