Browse Source

Merge pull request #3088 from nextcloud/dependabot/gradle/kotlinVersion-1.8.22

Build(deps): Bump kotlinVersion from 1.8.21 to 1.8.22
Andy Scherzinger 2 years ago
parent
commit
7137da8868
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -24,7 +24,7 @@
 buildscript {
 
     ext {
-        kotlinVersion = '1.8.21'
+        kotlinVersion = '1.8.22'
     }
 
     repositories {