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

Bump org.mlflow:mlflow-client from 2.19.0 to 2.20.1 #1698

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@
<dependency>
<groupId>org.mlflow</groupId>
<artifactId>mlflow-client</artifactId>
<version>2.19.0</version>
<version>2.20.1</version>
</dependency>
Comment on lines 385 to 389
Copy link

Choose a reason for hiding this comment

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

Version update is correctly formatted and follows Maven dependency declaration conventions. The minor version bump suggests backward compatibility should be maintained.



Expand Down Expand Up @@ -584,7 +584,7 @@
<dependency>
<groupId>org.mlflow</groupId>
<artifactId>mlflow-client</artifactId>
<version>2.19.0</version>
<version>2.20.1</version>
</dependency>
Comment on lines 584 to 588
Copy link

Choose a reason for hiding this comment

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

Version update is consistent with the previous declaration, maintaining version alignment across the project.


</dependencies>
Expand Down