-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 various dependencies (both libraries and plugins) #17384
Conversation
This requires updating google bigquery dependencies to 26.14.0
4c0150c
to
ceef368
Compare
CI hit #11140 |
@@ -1944,7 +1944,7 @@ | |||
<plugin> | |||
<groupId>org.skife.maven</groupId> | |||
<artifactId>really-executable-jar-maven-plugin</artifactId> | |||
<version>1.0.5</version> | |||
<version>2.1.1</version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like a major change. What changed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The way zip is made executable. Plugin works the same
@@ -1105,7 +1105,7 @@ | |||
<dependency> | |||
<groupId>com.github.ben-manes.caffeine</groupId> | |||
<artifactId>caffeine</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where this is used? Can we drop it maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is used. We can rewrite call sites
Thanks! |
Spring cleaning in progress :)