Skip to content

Commit

Permalink
Bump net.sf.mpxj:mpxj from 13.3.1 to 13.4.0
Browse files Browse the repository at this point in the history
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](joniles/mpxj@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 131bd16 commit 3426b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biz.ganttproject.impex.msproject2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 3426b4a

Please sign in to comment.