Skip to content

Commit

Permalink
Bump net.sf.mpxj:mpxj from 13.4.2 to 13.5.0
Browse files Browse the repository at this point in the history
Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.4.2 to 13.5.0.
- [Release notes](https://github.com/joniles/mpxj/releases)
- [Changelog](https://github.com/joniles/mpxj/blob/master/CHANGELOG.md)
- [Commits](joniles/mpxj@v13.4.2...v13.5.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 Oct 18, 2024
1 parent 705c222 commit 78c1bab
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.4.2') {
api('net.sf.mpxj:mpxj:13.5.0') {
exclude group: 'org.xerial', module: 'sqlite-jdbc'
exclude group: 'com.jgoodies'
}
Expand Down

0 comments on commit 78c1bab

Please sign in to comment.