This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluo-examples.git
The following commit(s) were added to refs/heads/main by this push:
new dd6532e Bump accumulo-core from 2.0.0 to 2.0.1 in /stresso (#18)
dd6532e is described below
commit dd6532e77c401de99fab1acd339913c0cccaa7f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 06:28:16 2022 -0400
Bump accumulo-core from 2.0.0 to 2.0.1 in /stresso (#18)
Bumps [accumulo-core](https://github.com/apache/accumulo) from 2.0.0 to
2.0.1.
- [Release notes](https://github.com/apache/accumulo/releases)
-
[Commits](https://github.com/apache/accumulo/compare/rel/2.0.0...rel/2.0.1)
---
updated-dependencies:
- dependency-name: org.apache.accumulo:accumulo-core
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
stresso/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stresso/pom.xml b/stresso/pom.xml
index 04c06fa..0632381 100644
--- a/stresso/pom.xml
+++ b/stresso/pom.xml
@@ -29,7 +29,7 @@
<description>This repo contains an example application designed to stress
Apache Fluo</description>
<url>https://github.com/astralway/stresso</url>
<properties>
- <accumulo.version>2.0.0</accumulo.version>
+ <accumulo.version>2.0.1</accumulo.version>
<accumulo2-plugin.version>1.0.0</accumulo2-plugin.version>
<fluo-recipes.version>1.2.0</fluo-recipes.version>
<fluo.version>1.2.0</fluo.version>