Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies on eforms-core and antlr4 #103

Merged
merged 2 commits into from
Mar 19, 2024

Conversation

bertrand-lorentz
Copy link
Contributor

This requires the change in PR OP-TED/eforms-core-java#31, so that both libraries use the same version of Antlr4. That's because parsers generated by Antlr4 4.9 (which we used before this change) are not compatible with Antlr4 4.10 and above.

So it is expected that the build here will fail until that PR is merged.

This avoids depending on a "milestone" version.
Also update eforms-core to 1.4.0-SNAPSHOT, so that it uses the same
version of antlr4, to avoid any potential problem, as parsers generated
by antlr4 version 4.9 are not compatible with more recent versions.
@bertrand-lorentz
Copy link
Contributor Author

The PR for eforms-core-java has been merged, so the build is now OK.

@bertrand-lorentz bertrand-lorentz merged commit 513815c into develop Mar 19, 2024
1 check passed
@bertrand-lorentz bertrand-lorentz deleted the update-dependencies branch March 19, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants