You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/07 18:52:45 UTC

[orc] branch main updated: ORC-916: Bump annotations from 17.0.0 to 21.0.1 (#824)

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

dongjoon 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 124f24c  ORC-916: Bump annotations from 17.0.0 to 21.0.1 (#824)
124f24c is described below

commit 124f24c8675c3a40bbf1262ec5257a461d8b3bb0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 7 11:52:39 2021 -0700

    ORC-916: Bump annotations from 17.0.0 to 21.0.1 (#824)
    
    Bumps [annotations](https://github.com/JetBrains/java-annotations) from 17.0.0 to 21.0.1.
    
    - [Release notes](https://github.com/JetBrains/java-annotations/releases)
    - [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/JetBrains/java-annotations/compare/17.0.0...21.0.1)
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 493f7258..188726e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -763,7 +763,7 @@
       <dependency>
         <groupId>org.jetbrains</groupId>
         <artifactId>annotations</artifactId>
-        <version>17.0.0</version>
+        <version>21.0.1</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>