Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Kaminsky <tobias@kaminsky.me>2023-06-21 09:50:25 +0300
committerGitHub <noreply@github.com>2023-06-21 09:50:25 +0300
commit19bfd2a45a287162d15c1c6736c3630e204ccabe (patch)
tree68efe9b660948e2a0554e1b63d981135480f193b
parent4e9a12ff07b44555c055d4ba5fa58e635e887ec9 (diff)
parent1af391a04a4a923871ce14f2d60a339855f8d0b7 (diff)
Merge pull request #1810 from nextcloud/dependabot/gradle/org.jetbrains.kotlin-kotlin-gradle-plugin-1.8.22
build(deps): Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.21 to 1.8.22
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 1ccfb64c..608d1530 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@
buildscript {
ext {
- kotlinVersion = '1.8.21'
+ kotlinVersion = '1.8.22'
commonsVersion = '1.7.0'
}
repositories {