Skip to content

Commit

Permalink
Upgraded parquet-hadoop version from 1.13.1 to 1.14.0 (deephaven#5469)
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam authored May 22, 2024
1 parent bccecf5 commit 29a58ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Classpaths.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class Classpaths {

static void inheritParquetHadoop(Project p, String configName = JavaPlugin.IMPLEMENTATION_CONFIGURATION_NAME) {
Configuration config = p.configurations.getByName(configName)
addDependency(config, 'org.apache.parquet', 'parquet-hadoop', '1.13.1')
addDependency(config, 'org.apache.parquet', 'parquet-hadoop', '1.14.0')
}

/** configName controls only the Configuration's classpath, all transitive dependencies are runtimeOnly */
Expand Down

0 comments on commit 29a58ac

Please sign in to comment.