From f262ed89a5ab7717921357807de92e150562f411 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Thu, 28 Nov 2024 00:16:44 +0000
Subject: [PATCH] chore(deps): update kotlin monorepo to v2.1.0
---
backend/pom.xml | 2 +-
das_client/android/settings.gradle | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/backend/pom.xml b/backend/pom.xml
index 74cb00aa..5145c49a 100644
--- a/backend/pom.xml
+++ b/backend/pom.xml
@@ -28,7 +28,7 @@
21
- 2.0.21
+ 2.1.0
diff --git a/das_client/android/settings.gradle b/das_client/android/settings.gradle
index 2626a044..8b8e7ca9 100644
--- a/das_client/android/settings.gradle
+++ b/das_client/android/settings.gradle
@@ -20,7 +20,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.4.0' apply false
- id "org.jetbrains.kotlin.android" version "2.0.21" apply false
+ id "org.jetbrains.kotlin.android" version "2.1.0" apply false
}
include ":app"