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

Excavator: Upgrade dependencies #939

Merged
merged 1 commit into from
Oct 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions versions.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ com.google.auto:auto-common:1.2.1 (2 constraints: 5a219b5a)
com.google.auto.service:auto-service:1.1.1 (1 constraints: 0505f435)
com.google.auto.service:auto-service-annotations:1.1.1 (1 constraints: 9c0f6a86)
com.google.code.findbugs:jsr305:3.0.2 (3 constraints: 571ca3f6)
com.google.errorprone:error_prone_annotations:2.19.1 (4 constraints: 4f27c87b)
com.google.errorprone:error_prone_annotations:2.21.1 (4 constraints: 4a27557a)
com.google.guava:failureaccess:1.0.1 (1 constraints: 140ae1b4)
com.google.guava:guava:32.1.2-jre (7 constraints: 7e6ddaa1)
com.google.guava:guava:32.1.3-jre (7 constraints: 7f6d07a3)
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava (1 constraints: bd17c918)
com.google.j2objc:j2objc-annotations:2.8 (2 constraints: 9716ab11)
com.googlecode.concurrent-trees:concurrent-trees:2.6.1 (1 constraints: 761166da)
Expand All @@ -28,7 +28,7 @@ com.squareup.okio:okio:3.2.0 (1 constraints: 4f0c2cfd)
com.squareup.okio:okio-jvm:3.2.0 (1 constraints: 4c0ac7b9)
commons-codec:commons-codec:1.16.0 (1 constraints: 780efe5e)
dev.equo.ide:solstice:1.7.3 (1 constraints: 781166da)
org.checkerframework:checker-qual:3.35.0 (3 constraints: 1b224228)
org.checkerframework:checker-qual:3.37.0 (3 constraints: 1f226a29)
org.derive4j:derive4j-annotation:1.1.1 (1 constraints: 0505f435)
org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r (2 constraints: f22a55d9)
org.eclipse.platform:org.eclipse.osgi:3.18.300 (1 constraints: 5e0ad9c7)
Expand Down
2 changes: 1 addition & 1 deletion versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ com.github.ben-manes.caffeine:caffeine = 3.1.8
com.google.auto.service:auto-service = 1.1.1
com.google.code.findbugs:jsr305 = 3.0.2
com.google.errorprone:error_prone_annotations = 2.11.0
com.google.guava:guava = 32.1.2-jre
com.google.guava:guava = 32.1.3-jre
Copy link
Contributor

Choose a reason for hiding this comment

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

Guava 32.1.1 breaks the PJF 2.38.0 integration in Spotless due to an issue about resolving transitive dependencies, which has been fixed in Guava 32.1.3. It would be nice to have a revision release for this update.

See:

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for the flag, I can create a new release that contains the now updated Guava version!

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

Thanks for this release.

com.google.guava:guava-testlib = 27.0.1-jre
com.google.testing.compile:compile-testing = 0.15
com.google.truth:truth = 1.1.5
Expand Down