Skip to content

Commit

Permalink
Merge pull request #1610 from jhipster/dependabot/npm_and_yarn/pretti…
Browse files Browse the repository at this point in the history
…er-plugin-java-2.6.4

build(deps-dev): bump prettier-plugin-java from 2.6.0 to 2.6.4
  • Loading branch information
DanielFran authored Jul 16, 2024
2 parents 62238d1 + 2335720 commit f1f9cba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,13 @@ public GroupedOpenApi openAPIManagementGroupedOpenAPI(@Value("${spring.applicati
log.debug("Initializing JHipster OpenApi management group");
return GroupedOpenApi.builder()
.group(MANAGEMENT_GROUP_NAME)
.addOpenApiCustomizer(
openApi ->
openApi.info(
new Info()
.title(StringUtils.capitalize(appName) + " " + MANAGEMENT_TITLE_SUFFIX)
.description(MANAGEMENT_DESCRIPTION)
.version(properties.getVersion())
)
.addOpenApiCustomizer(openApi ->
openApi.info(
new Info()
.title(StringUtils.capitalize(appName) + " " + MANAGEMENT_TITLE_SUFFIX)
.description(MANAGEMENT_DESCRIPTION)
.version(properties.getVersion())
)
)
.pathsToMatch(properties.getManagementIncludePattern())
.build();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"prettier": "3.3.3",
"prettier-plugin-java": "2.6.0"
"prettier-plugin-java": "2.6.4"
}
}

0 comments on commit f1f9cba

Please sign in to comment.