From 298a80476969862896de03263b786faedc84727a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Justin=20Holgu=C3=ADn?= Date: Thu, 3 Apr 2025 18:33:47 +0000 Subject: [PATCH] Upgrade version of Maven plugin See https://github.com/ferstl/depgraph-maven-plugin --- src/snapshot-generator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/snapshot-generator.ts b/src/snapshot-generator.ts index bbfd6bb..d56a4f8 100644 --- a/src/snapshot-generator.ts +++ b/src/snapshot-generator.ts @@ -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;