diff --git a/biz.ganttproject.impex.msproject2/build.gradle b/biz.ganttproject.impex.msproject2/build.gradle index be1539e4fd..98b5934c28 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.4.1') { + api('net.sf.mpxj:mpxj:13.4.2') { exclude group: 'org.xerial', module: 'sqlite-jdbc' exclude group: 'com.jgoodies' }