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

dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 713b74944 ORC-1217: Downgrade `org.jetbrains.annotations` to 17.0.0
713b74944 is described below

commit 713b74944b2d4f57a65f6e15a1c819740f5ec3d6
Author: William Hyun <[email protected]>
AuthorDate: Tue Jul 19 08:11:02 2022 -0700

    ORC-1217: Downgrade `org.jetbrains.annotations` to 17.0.0
    
    ### What changes were proposed in this pull request?
    This PR aims to downgrade `org.jetbrains.annotations` to 17.0.0.
    
    ### Why are the changes needed?
    ORC-916, ORC-956, and ORC-1056 bumped `annotations`, but we only use 
`NotNull` so we do not need to update the `annotations` version.
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #1182 from williamhyun/ORC-1217.
    
    Authored-by: William Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 83414958549d7ffa6953d0c4e61254bbcfdd29fe)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index ee3fb7c99..d46160307 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -823,7 +823,7 @@
       <dependency>
         <groupId>org.jetbrains</groupId>
         <artifactId>annotations</artifactId>
-        <version>23.0.0</version>
+        <version>17.0.0</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>

Reply via email to