-
Notifications
You must be signed in to change notification settings - Fork 76
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
Bumped dependency versions #581
Conversation
Thanks for your interest in palantir/gradle-git-version, @mweber03! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request. |
Generate changelog in
|
cfbd72b
to
c4a4960
Compare
versions.props
Outdated
com.google.guava:guava = 31.1-jre | ||
org.immutables:* = 2.8.8 | ||
org.immutables:* = 2.9.0 |
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.
This version has a known memory leak: immutables/immutables#1355
Let's bump only jgit in this change, and see what that does for us. A ./gradlew --write-locks
will be necessary to update the versions.lock
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.
done and done
c4a4960
to
ee667dc
Compare
ee667dc
to
18a51fb
Compare
Released 0.14.0 |
Before this PR
Issue is described at length: #468
After this PR
Usages of
git-version
on submodules no longer errors out.Possible downsides?
New versions have breaking changes to the used APIs.