Upgrade version of Maven plugin

See https://github.com/ferstl/depgraph-maven-plugin
This commit is contained in:
Justin Holguín
2025-04-03 18:33:47 +00:00
committed by GitHub
parent 29fd39885e
commit 298a804769
+1 -1
View File
@@ -7,7 +7,7 @@ import { MavenRunner } from './maven-runner';
import { loadFileContents } from './utils/file-utils';
const packageData = require('../package.json');
const DEPGRAPH_MAVEN_PLUGIN_VERSION = '4.0.2';
const DEPGRAPH_MAVEN_PLUGIN_VERSION = '4.0.3';
export type MavenConfiguration = {
ignoreMavenWrapper?: boolean;