You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ch...@apache.org on 2022/09/11 04:51:10 UTC

[incubator-kyuubi] branch master updated: [KYUUBI #3469]Bump silencer-plugin from 1.7.6 to 1.7.9

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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5db3d0103 [KYUUBI #3469]Bump silencer-plugin from 1.7.6 to 1.7.9
5db3d0103 is described below

commit 5db3d010321e9ef8e24855f10a615d0eaee059bb
Author: yikf <yi...@gmail.com>
AuthorDate: Sun Sep 11 12:51:00 2022 +0800

    [KYUUBI #3469]Bump silencer-plugin from 1.7.6 to 1.7.9
    
    ### _Why are the changes needed?_
    
    Close https://github.com/apache/incubator-kyuubi/issues/3469, This pr aims to bump silencer-plugin from 1.7.6 to 1.7.9
    
    ### _How was this patch tested?_
    - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible
    
    - [ ] Add screenshots for manual tests if appropriate
    
    - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request
    
    Closes #3470 from Yikf/bump-silencer.
    
    Closes #3469
    
    158289dd [yikf] Bump silencer-plugin from 1.7.6 to 1.7.9
    
    Authored-by: yikf <yi...@gmail.com>
    Signed-off-by: Cheng Pan <ch...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index afc721288..07aeeb156 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,7 +208,7 @@
         <maven.plugin.jar.version>3.2.0</maven.plugin.jar.version>
         <maven.plugin.scalastyle.version>1.0.0</maven.plugin.scalastyle.version>
         <maven.plugin.shade.version>3.2.4</maven.plugin.shade.version>
-        <maven.plugin.silencer.version>1.7.6</maven.plugin.silencer.version>
+        <maven.plugin.silencer.version>1.7.9</maven.plugin.silencer.version>
         <maven.plugin.source.version>3.2.1</maven.plugin.source.version>
         <maven.plugin.rat.version>0.13</maven.plugin.rat.version>