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

[WIP] Upgrade all runtime dependencies to the most recent version #2702

Closed
wants to merge 1 commit into from

Conversation

jonenst
Copy link
Contributor

@jonenst jonenst commented Sep 14, 2023

The following remains and is left as is (I did a manual check that there was nothing better available)

$ mvn versions:display-dependency-updates
[INFO] com.google.code.findbugs:annotations ................ 3.0.1 -> 3.0.1u2
[INFO] com.powsybl:powsybl-build-tools ............................. 13 -> 14
[INFO] org.apache.groovy:groovy ..................... 4.0.14 -> 5.0.0-alpha-2
[INFO] org.apache.groovy:groovy-console ............. 4.0.14 -> 5.0.0-alpha-2
[INFO] org.apache.groovy:groovy-groovysh ............ 4.0.14 -> 5.0.0-alpha-2
[INFO] org.apache.groovy:groovy-nio ................. 4.0.14 -> 5.0.0-alpha-2
[INFO] org.apache.maven:maven-core ................... 3.8.5 -> 4.0.0-alpha-7
[INFO] org.eclipse.rdf4j:rdf4j-common-transaction ......... 4.3.6 -> 5.0.0-M1
[INFO] org.eclipse.rdf4j:rdf4j-repository-sail ............ 4.3.6 -> 5.0.0-M1
[INFO] org.eclipse.rdf4j:rdf4j-rio-rdfxml ................. 4.3.6 -> 5.0.0-M1
[INFO] org.eclipse.rdf4j:rdf4j-sail-memory ................ 4.3.6 -> 5.0.0-M1

TODO: there's at least one relocation I know of that I didn't handle: findbugs -> spotbugs
TODO: are there other relocations ?

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Does this PR already have an issue describing the problem?
NO

What kind of change does this PR introduce?

Feature

What is the current behavior?

Old deps

What is the new behavior (if this is a feature change)?
new deps !

Does this PR introduce a breaking change or deprecate an API?

  • The Breaking Change or Deprecated label has been added
  • The migration guide has been updated in the github wiki (What changes might users need to make in their application due to this PR?)
    Not sure, maybe worth mentionning

Other information:
based on code from #2124

The following remains and is left as is (I did a manual check that there was nothing better available)

$ mvn versions:display-dependency-updates
[INFO]   com.google.code.findbugs:annotations ................ 3.0.1 -> 3.0.1u2
[INFO]   com.powsybl:powsybl-build-tools ............................. 13 -> 14
[INFO]   org.apache.groovy:groovy ..................... 4.0.14 -> 5.0.0-alpha-2
[INFO]   org.apache.groovy:groovy-console ............. 4.0.14 -> 5.0.0-alpha-2
[INFO]   org.apache.groovy:groovy-groovysh ............ 4.0.14 -> 5.0.0-alpha-2
[INFO]   org.apache.groovy:groovy-nio ................. 4.0.14 -> 5.0.0-alpha-2
[INFO]   org.apache.maven:maven-core ................... 3.8.5 -> 4.0.0-alpha-7
[INFO]   org.eclipse.rdf4j:rdf4j-common-transaction ......... 4.3.6 -> 5.0.0-M1
[INFO]   org.eclipse.rdf4j:rdf4j-repository-sail ............ 4.3.6 -> 5.0.0-M1
[INFO]   org.eclipse.rdf4j:rdf4j-rio-rdfxml ................. 4.3.6 -> 5.0.0-M1
[INFO]   org.eclipse.rdf4j:rdf4j-sail-memory ................ 4.3.6 -> 5.0.0-M1

TODO: there's at least one relocation I know of that I didn't handle: findbugs -> spotbugs
TODO: are there other relocations ?

Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@jonenst jonenst mentioned this pull request Sep 18, 2023
5 tasks
@jonenst jonenst mentioned this pull request Sep 18, 2023
5 tasks
@geofjamg geofjamg changed the title Upgrade all runtime dependencies to the most recent version [WIP] Upgrade all runtime dependencies to the most recent version Sep 19, 2023
@jonenst
Copy link
Contributor Author

jonenst commented Sep 19, 2023

to be revisited when we know what to do with the univocity parsers

@jonenst jonenst closed this Sep 19, 2023
@annetill
Copy link
Member

Partially solved by #2704

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.

2 participants