You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by pg...@apache.org on 2021/07/26 11:59:20 UTC

[orc] branch main updated: ORC-869: Pin jmh 1.20 (#777)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 66577dc  ORC-869: Pin jmh 1.20 (#777)
66577dc is described below

commit 66577dc1fca5bd52d5e94221572ffec819e98d55
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Mon Jul 26 04:59:10 2021 -0700

    ORC-869: Pin jmh 1.20 (#777)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to pin `jmh` to 1.20.
    
    ### Why are the changes needed?
    
    As we see the test result (https://github.com/apache/orc/pull/769), the upgrade needs more efforts. ORC-870 will handle it later.
    
    ### How was this patch tested?
    
    N/A
    
    Closes #769
---
 .github/dependabot.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 182ccc8..496dbd3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -23,3 +23,6 @@ updates:
       # Pin gson to 2.2.4 because of Hive
       - dependency-name: "com.google.code.gson:gson"
         versions: "[2.3,)"
+      # Pin jmh to 1.20
+      - dependency-name: "org.openjdk.jmh:jmh-core"
+        versions: "[1.21,)"