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 Maven dependencies #1218

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Update Maven dependencies #1218

merged 1 commit into from
Jan 6, 2025

Conversation

pkwarren
Copy link
Member

@pkwarren pkwarren commented Jan 6, 2025

Update Maven dependencies to the latest. Add Guava as a compile dependency. Clean up build to use dependency management.

Update Maven dependencies to the latest. Add Guava as a compile
dependency. Clean up build to use dependency management.
@@ -21,18 +21,41 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a required compile dependency - updated to pull it in explicitly and also enabled dependency analysis to catch any additional required dependencies which aren't declared.

@pkwarren pkwarren requested a review from rodaine January 6, 2025 16:30
@rodaine rodaine merged commit ddbe9d7 into main Jan 6, 2025
5 checks passed
@rodaine rodaine deleted the pkw/update-dependencies branch January 6, 2025 17:50
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