You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by dl...@apache.org on 2022/09/09 19:52:17 UTC

[accumulo] branch main updated: Upgrade snakeyaml from 1.30 to 1.31 (#2924)

This is an automated email from the ASF dual-hosted git repository.

dlmarion pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 74b5d9cf1a Upgrade snakeyaml from 1.30 to 1.31 (#2924)
74b5d9cf1a is described below

commit 74b5d9cf1a58ab217679114804064711a122d2e3
Author: Dave Marion <dl...@apache.org>
AuthorDate: Fri Sep 9 15:52:12 2022 -0400

    Upgrade snakeyaml from 1.30 to 1.31 (#2924)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4b9486ff9f..8f762788be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -663,7 +663,7 @@
       <dependency>
         <groupId>org.yaml</groupId>
         <artifactId>snakeyaml</artifactId>
-        <version>1.30</version>
+        <version>1.31</version>
       </dependency>
     </dependencies>
   </dependencyManagement>