From 9c61d1a80af6eb099620cce71be73e4cc9c51173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 11:26:42 +0000 Subject: [PATCH] Bump net.sf.mpxj:mpxj from 13.12.0 to 14.3.0 Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.12.0 to 14.3.0. - [Release notes](https://github.com/joniles/mpxj/releases) - [Changelog](https://github.com/joniles/mpxj/blob/master/CHANGELOG.md) - [Commits](https://github.com/joniles/mpxj/compare/v13.12.0...v14.3.0) --- updated-dependencies: - dependency-name: net.sf.mpxj:mpxj dependency-version: 14.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- biz.ganttproject.impex.msproject2/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biz.ganttproject.impex.msproject2/build.gradle b/biz.ganttproject.impex.msproject2/build.gradle index fc9041dad..3100c3f2b 100644 --- a/biz.ganttproject.impex.msproject2/build.gradle +++ b/biz.ganttproject.impex.msproject2/build.gradle @@ -10,7 +10,7 @@ dependencies { providedCompile project(path: ':biz.ganttproject.app.libs', configuration: 'exported') providedCompile project(path: ':biz.ganttproject.core') providedCompile project(path: ':ganttproject') - api('net.sf.mpxj:mpxj:13.12.0') { + api('net.sf.mpxj:mpxj:14.3.0') { exclude group: 'org.xerial', module: 'sqlite-jdbc' exclude group: 'com.jgoodies' }