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 #274

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Update dependencies #274

merged 1 commit into from
Dec 20, 2023

Conversation

andresgomezfrr
Copy link
Collaborator

TL;DR

Update dependencies

Type

  • Bug Fix
  • Feature
  • Plugin
  • Improvements

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Signed-off-by: Andres Gomez Ferrer <[email protected]>
@@ -290,6 +290,11 @@
<artifactId>picocli</artifactId>
<version>${picocli.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this? Because of checker-qual?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not

[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message:
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for junit:junit:4.13 paths to dependency are:
+-org.flyte:jflyte-utils:0.4.38-SNAPSHOT
  +-org.junit.vintage:junit-vintage-engine:5.7.0
    +-junit:junit:4.13
and
+-org.flyte:jflyte-utils:0.4.38-SNAPSHOT
  +-io.grpc:grpc-testing:1.59.1
    +-junit:junit:4.13.2
]

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, OK, it's part of grpc.

@andresgomezfrr andresgomezfrr merged commit d582277 into master Dec 20, 2023
3 checks passed
@andresgomezfrr andresgomezfrr deleted the update-deps branch December 20, 2023 13:36
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