Skip to content

[MRESOLVER-293] Update dependencies #220

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

Merged
merged 3 commits into from
Nov 13, 2022

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Nov 12, 2022

Update dependencies, mostly to align with Maven.

Updates:

  • Guice to 5.1.0 (align with Maven 3.9,0)
  • Hazelcast 5.1.1 -> 5.1.4 (bugfixes)
  • Redisson 3.17.5 -> 3.17.7 (bugfixes)
  • plexus-utils multiple -> 3.5.0 (runtime dependency)
  • http transport used HttpClient commons-codec 1.11 -> 1.15 (to get rid of CVEs)
  • wagon transport Wagon API 3.5.1 -> 3.5.2
  • test dependency Jetty 9.4.46 -> 9.4.49 (to get rid of CVEs, but not affecting us, as this is test dependency)
  • test dependency Mockito core 3.7.7 -> 4.8.1

Make sure plexus-utils, guava are NEVER in compile scope, as resolver should not use classes from these
(exception is Wagon Transport).


https://issues.apache.org/jira/browse/MRESOLVER-293

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies, mostly to align with Maven.

Updates:
* Guice to 5.1.0 (align with Maven 3.9,0)
* Hazelcast 5.1.1 -> 5.1.4 (bugfixes)
* Redisson 3.17.5 -> 3.17.7 (bugfixes)
* plexus-utils multiple -> 3.5.0 (runtime dependency)
* http transport used HttpClient commons-codec 1.11 -> 1.15 (to get rid of CVEs)
* wagon transport Wagon API 3.5.1 -> 3.5.2
* test dependency Jetty 9.4.46 -> 9.4.49 (to get rid of CVEs, but not affecting us, as this is test dependency)
* test dependency Mockito core 3.7.7 -> 4.8.1

Make sure plexus-utils, guava are NEVER in compile scope,
as resolver should not use classes from these
(exception is Wagon Transport).

---

https://issues.apache.org/jira/browse/MRESOLVER-293
@cstamas cstamas added this to the 1.9.1 milestone Nov 12, 2022
@cstamas cstamas self-assigned this Nov 12, 2022
@cstamas cstamas marked this pull request as ready for review November 12, 2022 12:11
@cstamas cstamas requested a review from michael-o November 12, 2022 20:16
@cstamas cstamas merged commit 3726666 into apache:master Nov 13, 2022
@cstamas cstamas deleted the MRESOLVER-293-update-dependencies branch November 13, 2022 14:20
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.

None yet

3 participants