Skip to content

Commit

Permalink
build: updates to enable Java 21 build (substrait-io#292)
Browse files Browse the repository at this point in the history
* build: update com.diffplug.spotless 6.11.0 - 6.19.0
* build: update protobuf 3.25.3 - 3.25.5
  • Loading branch information
acruise authored and mbwhite committed Oct 1, 2024
1 parent 2f482b0 commit c4b2027
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public void roundtrip(boolean n) {
private ProtoTypeConverter protoTypeConverter =
new ProtoTypeConverter(
lookup, ImmutableSimpleExtension.ExtensionCollection.builder().build());

/*
* Test a type pojo -> proto -> pojo roundtrip.
*
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ guava.version=32.1.3-jre
immutables.version=2.10.1
jackson.version=2.16.1
junit.version=5.8.1
protobuf.version=3.25.3
protobuf.version=3.25.5
slf4j.version=2.0.13
sparkbundle.version=3.4
spark.version=3.4.2
Expand Down

0 comments on commit c4b2027

Please sign in to comment.