Bump org.jetbrains.kotlin:kotlin-test from 2.4.0 to 2.4.10
Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 2.4.0 to 2.4.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.0...v2.4.10)
---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-test
dependency-version: 2.4.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Closes #61
Change-Id: I8198dd7af91a7c2fb6fbb2a556f8b0ee25ee6348
diff --git a/app/build.gradle b/app/build.gradle
index 38c4577..aded6e3 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,6 +1,6 @@
plugins {
// Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
- id 'org.jetbrains.kotlin.jvm' version '2.4.0'
+ id 'org.jetbrains.kotlin.jvm' version '2.4.10'
// Apply the application plugin to add support for building a CLI application in Java.
id 'application'
@@ -41,7 +41,7 @@
// Use the Kotlin JUnit integration.
testImplementation 'org.jetbrains.kotlin:kotlin-test-junit'
- testImplementation "org.jetbrains.kotlin:kotlin-test:2.4.0"
+ testImplementation "org.jetbrains.kotlin:kotlin-test:2.4.10"
implementation 'com.github.kupietz:cistern:v1.0.4'
implementation 'org.maltparser:maltparser:1.9.2'