You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by re...@apache.org on 2019/12/06 17:54:22 UTC

svn commit: r1870923 - /jackrabbit/oak/trunk/oak-parent/pom.xml

Author: reschke
Date: Fri Dec  6 17:54:22 2019
New Revision: 1870923

URL: http://svn.apache.org/viewvc?rev=1870923&view=rev
Log:
OAK-8819: Update jetbrains nullability annotions to 18.0.0

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1870923&r1=1870922&r2=1870923&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Fri Dec  6 17:54:22 2019
@@ -540,7 +540,7 @@
       <dependency>
         <groupId>org.jetbrains</groupId>
         <artifactId>annotations</artifactId>
-        <version>17.0.0</version>
+        <version>18.0.0</version>
         <scope>provided</scope>
       </dependency>
       <dependency>