Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2025

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

Release notes

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

Version 14.5.2

  • Fix an issue reading secondary constraint dates and finish constraint dates from Open Plan BK3 files.
  • Update the Jackcess dependency Commons Lang 3 to a version not affected by CVE-2025-48924.

Version 14.5.1

  • Ensure that project listeners work in MPXJ.Net when using the ProjectReaderProxy from UniversalProjectReader.
  • Minor PrimaveraScheduler improvements.

Version 14.5.0

  • Implemented support for reading and exporting projects using Primavera P6 Web Services (p6ws). Among other things this could be used to access projects managed by Primavera P6 EPPM.
  • Add Free Slack calculation to the Task class.
  • Ensure that the PrimaveraScheduler updates resource assignment dates.
  • Handle blank Activity ID values when writing XER and PMXML files.
  • Ensure that all Activity, Project, Resource Assignment, Resource and Role Code definitions in XER and PMXML files include a maximum length.

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.

... (truncated)

Changelog

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

14.5.2 (2025-10-22)

  • Fix an issue reading secondary constraint dates and finish constraint dates from Open Plan BK3 files.
  • Update the Jackcess dependency Commons Lang 3 to a version not affected by CVE-2025-48924.

14.5.1 (2025-10-07)

  • Ensure that project listeners work in MPXJ.Net when using the ProjectReaderProxy from UniversalProjectReader.
  • Minor PrimaveraScheduler improvements.

14.5.0 (2025-10-01)

  • Implemented support for reading and exporting projects using Primavera P6 Web Services (p6ws). Among other things this could be used to access projects managed by Primavera P6 EPPM.
  • Add Free Slack calculation to the Task class.
  • Ensure that the PrimaveraScheduler updates resource assignment dates.
  • Handle blank Activity ID values when writing XER and PMXML files.
  • Ensure that all Activity, Project, Resource Assignment, Resource and Role Code definitions in XER and PMXML files include a maximum length.

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.

... (truncated)

Commits
  • f0f1c0d Update documentation
  • 8026418 Update version
  • a11349b Update commons-lang3
  • 5e4abfe Revert "Use calendar defaults for unit conversions"
  • 973ea64 Revert "Use calendar defaults for unit conversions"
  • 52979a5 Revert "Use calendar defaults for unit conversions"
  • bde4715 Revert "Revert "Use calendar defaults for unit conversions""
  • 9b3fed8 Revert "Use getParentFile()"
  • 4776ad6 Revert "Don't restrict date range when expanding working weeks"
  • fd7a496 Revert "Use CalendarContainer"
  • Additional commits viewable in compare view

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.5.2.
- [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.5.2)

---
updated-dependencies:
- dependency-name: net.sf.mpxj:mpxj
  dependency-version: 14.5.2
  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 Oct 22, 2025
@github-actions
Copy link

Test Results

9 tests   - 321   9 ✅  - 321   2s ⏱️ -23s
7 suites  -  83   0 💤 ±  0 
7 files    -  83   0 ❌ ±  0 

Results for commit 7b1dac6. ± Comparison against base commit c63a54f.

This pull request removes 321 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.PropertySheetTest ‑ basic string property()
biz.ganttproject.app.PropertySheetTest ‑ date property considers formatting settings()
biz.ganttproject.app.ValidatorsTest ‑ test money validator()
…

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.

1 participant