Skip to content

Commit fafe9e4

Browse files
authored
Updating hadoop fixture version to 3.3.2 (elastic#1944) (elastic#1945)
3.3.0 is no longer available for download
1 parent 5e9bcaa commit fafe9e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle/fixture/hadoop/services/HadoopServiceDescriptor.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class HadoopServiceDescriptor implements ServiceDescriptor {
6262

6363
@Override
6464
Version defaultVersion() {
65-
return new Version(3, 3, 0)
65+
return new Version(3, 3, 2)
6666
}
6767

6868
@Override

0 commit comments

Comments
 (0)