You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by su...@apache.org on 2023/01/12 16:54:18 UTC

[hive] branch master updated: HIVE-26918: Upgrade jamon-runtime to 2.4.1 (#3932)

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

sunchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hive.git


The following commit(s) were added to refs/heads/master by this push:
     new 5617e5d2889 HIVE-26918: Upgrade jamon-runtime to 2.4.1 (#3932)
5617e5d2889 is described below

commit 5617e5d288977a5ade1e1334ad153cbf046b0b08
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu Jan 12 08:54:11 2023 -0800

    HIVE-26918: Upgrade jamon-runtime to 2.4.1 (#3932)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf2fef7725f..45de65a3704 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
     <ivy.version>2.5.1</ivy.version>
     <jackson.version>2.12.7</jackson.version>
     <jamon.plugin.version>2.3.4</jamon.plugin.version>
-    <jamon-runtime.version>2.3.1</jamon-runtime.version>
+    <jamon-runtime.version>2.4.1</jamon-runtime.version>
     <javaewah.version>0.3.2</javaewah.version>
     <javax-servlet.version>3.1.0</javax-servlet.version>
     <javax-servlet-jsp.version>2.3.1</javax-servlet-jsp.version>