Skip to content

Commit 2b0a31d

Browse files
committed
Bumped dependencies in example projects
1 parent 168cf5f commit 2b0a31d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/entity-aggregation/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repositories {
77
}
88

99
dependencies {
10-
implementation 'org.apache.spark:spark-sql_2.12:3.4.3'
11-
implementation "com.marklogic:marklogic-spark-connector:2.2.0"
10+
implementation 'org.apache.spark:spark-sql_2.12:3.5.3'
11+
implementation "com.marklogic:marklogic-spark-connector:2.4.0"
1212
implementation "org.postgresql:postgresql:42.6.2"
1313
}
1414

examples/getting-started/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'net.saliman.properties' version '1.5.2'
3-
id "com.marklogic.ml-gradle" version "4.6.0"
3+
id "com.marklogic.ml-gradle" version "5.0.0"
44
}
55

66
repositories {
@@ -13,7 +13,7 @@ configurations {
1313
}
1414

1515
dependencies {
16-
mlcp "com.marklogic:mlcp:11.0.2"
16+
mlcp "com.marklogic:mlcp:11.3.0"
1717
}
1818

1919
task loadEmployees(type: com.marklogic.gradle.task.MlcpTask) {

examples/java-dependency/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ repositories {
77
}
88

99
dependencies {
10-
implementation 'org.apache.spark:spark-sql_2.12:3.4.3'
11-
implementation 'com.marklogic:marklogic-spark-connector:2.2.0'
10+
implementation 'org.apache.spark:spark-sql_2.12:3.5.3'
11+
implementation 'com.marklogic:marklogic-spark-connector:2.4.0'
1212
}
1313

1414
task runApp(type: JavaExec) {

0 commit comments

Comments
 (0)