You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2022/03/03 18:36:31 UTC

[sling-parent] branch master updated: SLING-11179 Update to Jetbrains annotations 23

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 331d8f2  SLING-11179 Update to Jetbrains annotations 23
331d8f2 is described below

commit 331d8f280ba6bb94d4f20814fdf5c76c4cbb07cd
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Thu Mar 3 19:36:27 2022 +0100

    SLING-11179 Update to Jetbrains annotations 23
---
 sling-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sling-parent/pom.xml b/sling-parent/pom.xml
index 3adba8a..39b0f60 100644
--- a/sling-parent/pom.xml
+++ b/sling-parent/pom.xml
@@ -971,11 +971,11 @@
                 <scope>provided</scope>
             </dependency>
 
-            <!-- JetBrains annotations for null-analysis (SLING-7798) -->
+            <!-- JetBrains annotations for null-analysis (SLING-7798), https://github.com/JetBrains/java-annotations -->
             <dependency>
                 <groupId>org.jetbrains</groupId>
                 <artifactId>annotations</artifactId>
-                <version>16.0.2</version>
+                <version>23.0.0</version>
                 <scope>provided</scope>
             </dependency>