From 3426b4a5b310acdd66636c8c50acbc1349050ab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:57:03 +0000 Subject: [PATCH] Bump net.sf.mpxj:mpxj from 13.3.1 to 13.4.0 Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.3.1 to 13.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.3.1...v13.4.0) --- updated-dependencies: - dependency-name: net.sf.mpxj:mpxj dependency-type: direct:production update-type: version-update:semver-minor ... 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 e061d9f6d..056e4c5dd 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.3.1') { + api('net.sf.mpxj:mpxj:13.4.0') { exclude group: 'org.xerial', module: 'sqlite-jdbc' exclude group: 'com.jgoodies' }