Skip to content

Commit c28973b

Browse files
chore(deps): bump org.apache.spark:spark-sql_2.13 from 3.5.0 to 4.1.2 (#62)
* chore(deps): bump org.apache.spark:spark-sql_2.13 from 3.5.0 to 4.1.2 Bumps org.apache.spark:spark-sql_2.13 from 3.5.0 to 4.1.2. --- updated-dependencies: - dependency-name: org.apache.spark:spark-sql_2.13 dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ci: switch to Java 17, fix tests on JDK 17.0.13+ - Switch CI from Java 8 to Java 17 (artifact target stays 1.8) - Add Surefire --add-opens flags required for Spark 3.x on Java 17 - Add mockito-core to stub Subject.getSubject() (removed in JDK 17.0.13+) - Load test JSON via InputStream to avoid Hadoop FileSystem.get() in ForkJoin workers --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Anush008 <mail@anush.sh>
1 parent d33bf6c commit c28973b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.apache.spark</groupId>
6363
<artifactId>spark-sql_2.13</artifactId>
64-
<version>3.5.0</version>
64+
<version>4.1.2</version>
6565
<scope>provided</scope>
6666
<exclusions>
6767
<exclusion>

0 commit comments

Comments
 (0)