Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2025

Bumps net.sf.mpxj:mpxj from 13.12.0 to 14.4.0.

Release notes

Sourced from net.sf.mpxj:mpxj's releases.

Version 14.4.0

  • Implemented support for reading projects from Microsoft Project Server (also known as Project Online, Project Web Access or PWA).
  • Improve handling of different date formats read from BK3 files.
  • Adjust handling of the Mandatory Start constraint on in progress tasks in the PrimaveraScheduler.

Version 14.3.5

  • When reading XER files and P6 databases, ensure that project-specific calendars are only attached to the project to which they relate.

Version 14.3.4

  • Add missing reader class proxy handling in MPXJ.Net.

Version 14.3.3

  • Do not supply a default value for the Task Constraint Type attribute. Previously if this value was not set, MPXJ returned ConstraintType.AS_SOON_AS_POSSIBLE.
  • Remove workaround for locating the SQLite native library when using .Net on a Mac. This is no longer necessary following the recent SQLite version update.

Version 14.3.2

  • Handle time ranges in Synchro SP file which finish at midnight.
  • Improve support for reading task data from certain Synchro 6.5 SP files.

Version 14.3.1

  • Improve handling of resource data read from certain Synchro 6.5 SP files.
  • Ensure the parent resource is set for nested resources read from Synchro SP files.
  • Populate the Resource's Resource ID attribute when reading from Synchro SP files.

Version 14.3.0

  • Implemented support for reading and exporting projects from Oracle Primavera Cloud (OPC)
  • Improve support for reading BK3 files.
  • Avoid NPE when writing MSPDI files with manually scheduled tasks when no default calendar has been provided.
  • When writing PMXML files all non-null values for User Defined Fields are included. Previously UDF values considered to be defaults were not written.

Version 14.2.0

  • MS Project will reject MSPDI files where resource names contain , [ or ] characters. When writing MSPDI files, ensure resource names do not contain these characters.
  • MS Project will reject MSPDI files where calendar names are longer than 51 characters. When writing MSPDI files, truncate calendar names longer than 51 characters.
  • Improve handling of unusual end-of-line character combinations when reading XER files.
  • Improve handling of invalid encoded UUID values read from XER files.
  • Reduce memory used when reading XER files.
  • Ignore invalid recurring exceptions read from BK3 files.
  • Updated to use sqlite-jdbc 3.50.2.0
  • Updated to use jsoup 1.21.1
  • Updated to use jackson-core 2.19.1
  • Updated to use jackcess 4.0.8

Version 14.1.0

  • Updated to POI 5.4.1
  • Improve actual duration calculation for activities with suspend and resume dates when reading XER files and Primavera P6 databases.
  • Added Enable Summarization and Enable Publication flags to ProjectProperties.
  • Added support for Enable Summarization and Enable Publication flags when reading and writing PMXML files.
  • Ensure the Actual Start and Actual Finish attributes in ProjectProperties are populated.
  • Improve retrieval of Enterprise Custom Field names when reading MSPDI files.
  • Updated the JSON writer to use Jackson.

... (truncated)

Changelog

Sourced from net.sf.mpxj:mpxj's changelog.

14.4.0 (2025-09-16)

  • Implemented support for reading projects from Microsoft Project Server (also known as Project Online, Project Web Access or PWA).
  • Improve handling of different date formats read from BK3 files.
  • Adjust handling of the Mandatory Start constraint on in progress tasks in the PrimaveraScheduler.

14.3.5 (2025-08-26)

  • When reading XER files and P6 databases, ensure that project-specific calendars are only attached to the project to which they relate.

14.3.4 (2025-08-20)

  • Add missing reader class proxy handling in MPXJ.Net.

14.3.3 (2025-08-14)

  • Do not supply a default value for the Task Constraint Type attribute. Previously if this value was not set, MPXJ returned ConstraintType.AS_SOON_AS_POSSIBLE.
  • Remove workaround for locating the SQLite native library when using .Net on a Mac. This is no longer necessary following the recent SQLite version update.

14.3.2 (2025-08-05)

  • Handle time ranges in Synchro SP file which finish at midnight.
  • Improve support for reading task data from certain Synchro 6.5 SP files.

14.3.1 (2025-08-04)

  • Improve handling of resource data read from certain Synchro 6.5 SP files.
  • Ensure the parent resource is set for nested resources read from Synchro SP files.
  • Populate the Resource's Resource ID attribute when reading from Synchro SP files.

14.3.0 (2025-08-01)

  • Implemented support for reading and exporting projects from Oracle Primavera Cloud (OPC)
  • Improve support for reading BK3 files.
  • Avoid NPE when writing MSPDI files with manually scheduled tasks when no default calendar has been provided.
  • When writing PMXML files all non-null values for User Defined Fields are included. Previously UDF values considered to be defaults were not written.

14.2.0 (2025-07-03)

  • MS Project will reject MSPDI files where resource names contain , [ or ] characters. When writing MSPDI files, ensure resource names do not contain these characters.
  • MS Project will reject MSPDI files where calendar names are longer than 51 characters. When writing MSPDI files, truncate calendar names longer than 51 characters.
  • Improve handling of unusual end-of-line character combinations when reading XER files.
  • Improve handling of invalid encoded UUID values read from XER files.
  • Reduce memory used when reading XER files.
  • Ignore invalid recurring exceptions read from BK3 files.
  • Updated to use sqlite-jdbc 3.50.2.0
  • Updated to use jsoup 1.21.1
  • Updated to use jackson-core 2.19.1
  • Updated to use jackcess 4.0.8

14.1.0 (2025-06-05)

  • Updated to POI 5.4.1
  • Improve actual duration calculation for activities with suspend and resume dates when reading XER files and Primavera P6 databases.
  • Added Enable Summarization and Enable Publication flags to ProjectProperties.
  • Added support for Enable Summarization and Enable Publication flags when reading and writing PMXML files.
  • Ensure the Actual Start and Actual Finish attributes in ProjectProperties are populated.
  • Improve retrieval of Enterprise Custom Field names when reading MSPDI files.
  • Updated the JSON writer to use Jackson.

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
net.sf.mpxj:mpxj [>= 12.a, < 13]

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [net.sf.mpxj:mpxj](https://github.com/joniles/mpxj) from 13.12.0 to 14.4.0.
- [Release notes](https://github.com/joniles/mpxj/releases)
- [Changelog](https://github.com/joniles/mpxj/blob/master/CHANGELOG.md)
- [Commits](joniles/mpxj@v13.12.0...v14.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added Dependencies java Pull requests that update java code labels Sep 18, 2025
Copy link

Test Results

9 tests   - 315   9 ✅  - 315   2s ⏱️ -17s
7 suites  -  79   0 💤 ±  0 
7 files    -  79   0 ❌ ±  0 

Results for commit c95bae5. ± Comparison against base commit 8c57b0a.

This pull request removes 315 tests.
biz.ganttproject.app.BarriersTest ‑ two phase barrier exit registered after entrance()
biz.ganttproject.app.BarriersTest ‑ two phase barrier exit registered before entrance()
biz.ganttproject.app.InternationalizationTest ‑ fallback localizer()
biz.ganttproject.app.InternationalizationTest ‑ mapping localizer()
biz.ganttproject.app.InternationalizationTest ‑ prefix and fallback()
biz.ganttproject.app.InternationalizationTest ‑ test key prefix()
biz.ganttproject.app.InternationalizationTest ‑ test simple localizer()
biz.ganttproject.app.ValidatorsTest ‑ test money validator()
biz.ganttproject.app.platform.UpdateDialogModelTest ‑ initial state with major update()
biz.ganttproject.app.platform.UpdateDialogModelTest ‑ initial state with minor update()
…

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2025

Superseded by #2762.

@dependabot dependabot bot closed this Oct 2, 2025
@dependabot dependabot bot deleted the dependabot/gradle/net.sf.mpxj-mpxj-14.4.0 branch October 2, 2025 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dependencies java Pull requests that update java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants