Skip to content

Commit

Permalink
Bump net.sf.mpxj:mpxj from 10.14.0 to 12.0.0
Browse files Browse the repository at this point in the history
Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 10.14.0 to 12.0.0.
- [Release notes](https://github.com/joniles/mpxj/releases)
- [Changelog](https://github.com/joniles/mpxj/blob/master/CHANGELOG.md)
- [Commits](joniles/mpxj@v10.14.0...v12.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent 7fecf7e commit ef86f25
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 @@ -8,7 +8,7 @@ configurations {

dependencies {
providedCompile project(path: ':ganttproject', configuration: 'exported')
api('net.sf.mpxj:mpxj:10.14.0') {
api('net.sf.mpxj:mpxj:12.0.0') {
exclude group: 'org.xerial', module: 'sqlite-jdbc'
exclude group: 'com.jgoodies'
}
Expand Down

0 comments on commit ef86f25

Please sign in to comment.