From c95bae569553b5c086d11e21ba163c79507d15cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 08:03:50 +0000 Subject: [PATCH] Bump net.sf.mpxj:mpxj from 13.12.0 to 14.4.0 Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.12.0 to 14.4.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.4.0) --- updated-dependencies: - dependency-name: net.sf.mpxj:mpxj dependency-version: 14.4.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..90213a584 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.4.0') { exclude group: 'org.xerial', module: 'sqlite-jdbc' exclude group: 'com.jgoodies' }