Skip to content

Commit 1cee4f5

Browse files
authored
Bump to Accumulo 2.1.5 (#3578)
1 parent b564ec8 commit 1cee4f5

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

build/dependencies.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ net.sf.saxon:Saxon-HE:12.4:compile
112112
org.antlr:antlr4-runtime:4.7.2:compile
113113
org.antlr:antlr4-runtime:4.9.3:compile
114114
org.apache.accumulo:accumulo-access:1.0.0-beta:compile
115-
org.apache.accumulo:accumulo-core:2.1.4:compile
116-
org.apache.accumulo:accumulo-hadoop-mapreduce:2.1.4:compile
115+
org.apache.accumulo:accumulo-core:2.1.5:compile
116+
org.apache.accumulo:accumulo-hadoop-mapreduce:2.1.5:compile
117117
org.apache.arrow:arrow-format:19.0.0:compile
118118
org.apache.arrow:arrow-memory-core:19.0.0:compile
119119
org.apache.arrow:arrow-memory-netty-buffer-patch:19.0.0:compile
@@ -392,7 +392,7 @@ net.razorvine:pickle:1.3:provided
392392
net.sf.py4j:py4j:0.10.9.7:provided
393393
org.agrona:agrona:1.12.0:provided
394394
org.antlr:antlr4-runtime:4.7.1:provided
395-
org.apache.accumulo:accumulo-start:2.1.4:provided
395+
org.apache.accumulo:accumulo-start:2.1.5:provided
396396
org.apache.avro:avro-ipc:1.11.5:provided
397397
org.apache.avro:avro-mapred:1.11.5:provided
398398
org.apache.commons:commons-math3:3.6.1:provided

docs/user/upgrade/6.0.0.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Dependency Version Upgrades
4040

4141
The following dependencies have been upgraded:
4242

43+
* accumulo ``2.1.4`` -> ``2.1.5``
4344
* arrow ``18.3.0`` -> ``19.0.0``
4445
* avro ``1.11.4`` -> ``1.12.1``
4546
* commons-codec ``1.17.1`` -> ``1.18.0``

pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,9 @@
129129
<testcontainers.spark.version>1.1.0</testcontainers.spark.version>
130130

131131
<!-- provided artifacts, not bundled to support multiple environments -->
132-
<accumulo.version>2.1.4</accumulo.version>
133-
<accumulo-20.version>2.0.1</accumulo-20.version>
132+
<accumulo.version>2.1.5</accumulo.version>
134133
<zookeeper.version>3.9.5</zookeeper.version>
135134
<thrift.version>0.17.0</thrift.version>
136-
<thrift-accumulo-20.version>0.12.0</thrift-accumulo-20.version>
137135
<thrift-cassandra.version>0.12.0</thrift-cassandra.version>
138136
<hadoop.version>3.5.0</hadoop.version>
139137
<spark.version>3.5.8</spark.version>

0 commit comments

Comments
 (0)