Skip to content

Commit

Permalink
feat(common): update Spotless maven plugin from 2.20.2 --> 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tinesoft authored Jul 5, 2022
1 parent 8c76d3b commit ab182ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/lib/core/jvm/maven-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { addXmlNode, findXmlMatching, isXmlNodeEmpty, readXml, removeXmlNode, st

export const SPOTLESS_MAVEN_PLUGIN_GROUP_ID = 'com.diffplug.spotless';
export const SPOTLESS_MAVEN_PLUGIN_ARTIFACT_ID = 'spotless-maven-plugin';
export const SPOTLESS_MAVEN_PLUGIN_VERSION = '2.20.2';
export const SPOTLESS_MAVEN_PLUGIN_VERSION = '2.23.0';

export function hasMavenPlugin(tree: Tree, rootFolder: string, groupId: string, artifactId: string, version?: string): boolean {
const pomXmlStr = tree.read(`${rootFolder}/pom.xml`, 'utf-8');
Expand Down

0 comments on commit ab182ef

Please sign in to comment.