Skip to content

Commit

Permalink
Bump net.sf.mpxj:mpxj from 13.6.0 to 13.7.0
Browse files Browse the repository at this point in the history
Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.6.0 to 13.7.0.
- [Release notes](https://github.com/joniles/mpxj/releases)
- [Changelog](https://github.com/joniles/mpxj/blob/master/CHANGELOG.md)
- [Commits](joniles/mpxj@v13.6.0...v13.7.0)

---
updated-dependencies:
- dependency-name: net.sf.mpxj:mpxj
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 047d3ff commit 073e746
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.6.0') {
api('net.sf.mpxj:mpxj:13.7.0') {
exclude group: 'org.xerial', module: 'sqlite-jdbc'
exclude group: 'com.jgoodies'
}
Expand Down

0 comments on commit 073e746

Please sign in to comment.