Skip to content

Commit 95c67be

Browse files
committed
bump dependency versions
1 parent f64638e commit 95c67be

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

subprojects/WhiskeyWayang/build.gradle

+8-7
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@
1616
apply plugin: 'groovy'
1717
apply plugin: 'application'
1818

19-
//repositories {
19+
repositories {
20+
mavenCentral()
2021
// maven {
2122
// url 'https://repository.apache.org/content/repositories/orgapachewayang-1017'
2223
// }
23-
//}
24+
}
2425

2526
ext.appName = 'WhiskeyWayang'
2627

@@ -37,13 +38,13 @@ tasks.named('run').configure {
3738

3839
ext {
3940
wayangVersion = '0.7.1'
40-
hadoopVersion = '3.3.6'
41+
hadoopVersion = '3.4.0'
4142
scalaMajorVersion = '2.12'
42-
sparkVersion = '3.5.0'
43+
sparkVersion = '3.5.1'
4344
}
4445

4546
dependencies {
46-
implementation "org.apache.groovy:groovy:5.0.0-alpha-3"
47+
implementation "org.apache.groovy:groovy:5.0.0-alpha-8"
4748
implementation "org.apache.wayang:wayang-api-scala-java_$scalaMajorVersion:$wayangVersion"
4849
implementation "org.apache.wayang:wayang-java:$wayangVersion"
4950
implementation("org.apache.wayang:wayang-spark_$scalaMajorVersion:$wayangVersion") {
@@ -56,8 +57,8 @@ dependencies {
5657
exclude(group: 'org.apache.logging.log4j', module: 'log4j-slf4j-impl')
5758
}
5859
runtimeOnly "org.slf4j:slf4j-simple:$slf4jVersion"
59-
runtimeOnly 'org.apache.commons:commons-configuration2:2.9.0'
60-
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.5.1'
60+
runtimeOnly 'org.apache.commons:commons-configuration2:2.10.1'
61+
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.6.2'
6162
runtimeOnly 'com.google.re2j:re2j:1.7'
6263
runtimeOnly("org.apache.hadoop:hadoop-common:$hadoopVersion") {
6364
transitive = false

0 commit comments

Comments
 (0)