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 834149585 ORC-1217: Downgrade `org.jetbrains.annotations` to 17.0.0
834149585 is described below
commit 83414958549d7ffa6953d0c4e61254bbcfdd29fe
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]>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index c073eed6b..884a4b6f2 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>