Skip to content

Commit 4e74100

Browse files
committed
Bumped to 1.1.1
Depending Spark connector 2.4.1, which includes the fix for logging by excluding slf4j-api 1.x.
1 parent 41108d9 commit 4e74100

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flux-cli/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
// The rocksdbjni dependency weighs in at 50mb and so far does not appear necessary for our use of Spark.
1818
exclude module: "rocksdbjni"
1919
}
20-
implementation "com.marklogic:marklogic-spark-connector:2.4.0"
20+
implementation "com.marklogic:marklogic-spark-connector:2.4.1"
2121
implementation "info.picocli:picocli:4.7.6"
2222

2323
// Spark 3.4.3 depends on Hadoop 3.3.4, which depends on AWS SDK 1.12.262. As of August 2024, all public releases of

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.1-SNAPSHOT
1+
version=1.1.1
22

33
# Define these on the command line to publish to OSSRH
44
# See https://central.sonatype.org/publish/publish-gradle/#credentials for more information

0 commit comments

Comments
 (0)