Skip to content

Commit d540ea3

Browse files
authored
Update java/spark for version 0.24.3 (#557)
1 parent 89f2cdb commit d540ea3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apis/java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'io.tiledb'
10-
version '0.24.2'
10+
version '0.24.3'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8

apis/spark/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'io.tiledb'
10-
version '0.24.2'
10+
version '0.24.3'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8

apis/spark3/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'io.tiledb'
10-
version '0.24.2'
10+
version '0.24.3'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8

0 commit comments

Comments
 (0)