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

[Backport 2.x] fix(deps): update dependency com.google.guava:guava to v33 #51

Closed

Conversation

dbwiddis
Copy link
Member

Backports ebeb4c5 from #38

Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com>
@zane-neo
Copy link
Collaborator

Please fix the conflicts.

@@ -104,7 +104,7 @@ dependencies {
compileOnly "org.apache.logging.log4j:log4j-slf4j-impl:2.22.0"
compileOnly group: 'org.json', name: 'json', version: '20231013'
zipArchive group: 'org.opensearch.plugin', name:'opensearch-sql-plugin', version: "${version}"
implementation("com.google.guava:guava:32.1.3-jre")
implementation("com.google.guava:guava:33.0.0-jre")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Question about this update, skills depends on ml-commons, ml-common use different version of guava, it will cause jar hell exception when OpenSearch start

Copy link
Member

Choose a reason for hiding this comment

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

In #38 it uses compileOnly, we should be consistent about this

Copy link
Collaborator

Choose a reason for hiding this comment

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

@dbwiddis can you help change this to compileOnly?

@dbwiddis
Copy link
Member Author

Closing this as the changes have been made in other PRs.

@dbwiddis dbwiddis closed this Jan 26, 2024
@dbwiddis dbwiddis deleted the backport/backport-38-to-2.x branch January 26, 2024 17:22
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.

5 participants