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:
authorStefan Niedermann <info@niedermann.it>2024-01-21 12:24:12 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2024-01-21 18:08:10 +0300
commit0318c972c6e1f7994f6e2b0b8889e041dafd3311 (patch)
treea8c2066fafa47ddf962db73c520d1abbcdafefc0
parent42d56e470f652bde1853cb256b0a643ba73c4263 (diff)
chore(deps): Update dependencies
Signed-off-by: Stefan Niedermann <info@niedermann.it>
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index e8d669ad..89fb5714 100644
--- a/build.gradle
+++ b/build.gradle
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
buildscript {
ext {
kotlinVersion = '1.9.22'
- commonsVersion = '2.0.0'
+ commonsVersion = '2.0.1'
}
repositories {
mavenCentral()