From f9f370382f1a2e53456482b208d9860746065900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 08:42:21 +0000 Subject: [PATCH] Bump net.sf.mpxj:mpxj from 13.12.0 to 14.2.0 Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.12.0 to 14.2.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.2.0) --- updated-dependencies: - dependency-name: net.sf.mpxj:mpxj dependency-version: 14.2.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..84cb365b1 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.2.0') { exclude group: 'org.xerial', module: 'sqlite-jdbc' exclude group: 'com.jgoodies' }