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 cf6e86c Bump accumulo-core from 1.10.0 to 1.10.1 in /phrasecount (#24)
cf6e86c is described below
commit cf6e86c33e596f0fa81dba32535deee201642770
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 21 06:31:26 2022 -0400
Bump accumulo-core from 1.10.0 to 1.10.1 in /phrasecount (#24)
Bumps [accumulo-core](https://github.com/apache/accumulo) from 1.10.0 to
1.10.1.
- [Release notes](https://github.com/apache/accumulo/releases)
-
[Commits](https://github.com/apache/accumulo/compare/rel/1.10.0...rel/1.10.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>
---
phrasecount/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/phrasecount/pom.xml b/phrasecount/pom.xml
index 40ff906..e09fa23 100644
--- a/phrasecount/pom.xml
+++ b/phrasecount/pom.xml
@@ -28,7 +28,7 @@
<name>phrasecount</name>
<url>https://github.com/astralway/phrasecount</url>
<properties>
- <accumulo.version>1.10.0</accumulo.version>
+ <accumulo.version>1.10.1</accumulo.version>
<fluo-recipes.version>1.0.0-incubating</fluo-recipes.version>
<fluo.version>1.0.0-incubating</fluo.version>
</properties>