-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mike Weber
authored
Mar 21, 2022
1 parent
b93f4ca
commit 16da4fa
Showing
3 changed files
with
27 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
type: fix | ||
fix: | ||
description: |- | ||
Bumped dependency versions | ||
## Before this PR | ||
Issue is described at length: https://github.com/palantir/gradle-git-version/issues/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. | ||
links: | ||
- https://github.com/palantir/gradle-git-version/pull/581 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
org.eclipse.jgit:org.eclipse.jgit = 5.3.2.201906051522-r | ||
org.eclipse.jgit:org.eclipse.jgit = 6.1.0.202203080745-r | ||
com.google.guava:guava = 31.1-jre | ||
org.immutables:* = 2.8.8 | ||
|
||
# test dependencies | ||
junit:junit = 4.13.2 | ||
org.assertj:assertj-core = 3.22.0 | ||
org.spockframework:spock-core = 2.0-groovy-3.0 | ||
org.spockframework:spock-core = 2.1-groovy-3.0 | ||
org.junit.jupiter:* = 5.8.2 | ||
org.junit.vintage:* = 5.8.2 | ||
com.fasterxml.jackson.core:jackson-databind = 2.11.3 | ||
com.fasterxml.jackson.core:jackson-databind = 2.13.2 |