You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by re...@apache.org on 2023/01/12 13:56:44 UTC

svn commit: r1906635 - /jackrabbit/trunk/jackrabbit-vfs-ext/pom.xml

Author: reschke
Date: Thu Jan 12 13:56:43 2023
New Revision: 1906635

URL: http://svn.apache.org/viewvc?rev=1906635&view=rev
Log:
JCR-4897: update kotlin-stdlib dependency to 1.8.0

Modified:
    jackrabbit/trunk/jackrabbit-vfs-ext/pom.xml

Modified: jackrabbit/trunk/jackrabbit-vfs-ext/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-vfs-ext/pom.xml?rev=1906635&r1=1906634&r2=1906635&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-vfs-ext/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-vfs-ext/pom.xml Thu Jan 12 13:56:43 2023
@@ -73,7 +73,7 @@
         <dependency>
           <groupId>org.jetbrains.kotlin</groupId>
           <artifactId>kotlin-stdlib</artifactId>
-          <version>1.7.10</version>
+          <version>1.8.0</version>
         </dependency>
         <dependency>
           <groupId>org.apache.commons</groupId>