Update dependencies

Change-Id: Ib30ec6961101c15a9e2a4cee9bf3bed6ec66338f
diff --git a/app/build.gradle b/app/build.gradle
index 2729dbd..8be8109 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,20 +1,11 @@
-/*
- * This file was generated by the Gradle 'init' task.
- *
- * This generated file contains a sample Kotlin application project to get you started.
- * For more details take a look at the 'Building Java & JVM projects' chapter in the Gradle
- * User Manual available at https://docs.gradle.org/7.4.2/userguide/building_java_projects.html
- */
-
-
 plugins {
     // Apply the org.jetbrains.kotlin.jvm Plugin to add support for Kotlin.
-    id 'org.jetbrains.kotlin.jvm' version '2.0.20'
+    id 'org.jetbrains.kotlin.jvm' version '2.1.0'
 
     // Apply the application plugin to add support for building a CLI application in Java.
     id 'application'
     id 'com.github.johnrengelman.shadow' version '8.1.1'
-    id ("org.jetbrains.kotlin.kapt") version "2.0.20"
+    id ("org.jetbrains.kotlin.kapt") version "2.1.0"
 }
 
 repositories {
@@ -34,10 +25,10 @@
 
     // Use the Kotlin JDK 8 standard library.
     implementation 'org.jetbrains.kotlin:kotlin-stdlib'
-    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0'
+    implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1'
 
     // This dependency is used by the application.
-    implementation 'com.google.guava:guava:33.3.0-jre'
+    implementation 'com.google.guava:guava:33.4.0-jre'
 
 
     kapt("info.picocli:picocli-codegen:4.7.6")
@@ -48,11 +39,11 @@
 
     // Use the Kotlin JUnit integration.
     testImplementation 'org.jetbrains.kotlin:kotlin-test-junit'
-    testImplementation "org.jetbrains.kotlin:kotlin-test:2.0.20"
+    testImplementation "org.jetbrains.kotlin:kotlin-test:2.1.0"
 
     implementation 'com.github.kupietz:cistern:v1.0.4'
     implementation 'org.maltparser:maltparser:1.9.2'
-    implementation 'org.apache.opennlp:opennlp-tools:2.3.3'
+    implementation 'org.apache.opennlp:opennlp-tools:2.5.3'
     implementation 'org.slf4j:slf4j-simple:2.1.0-alpha1'
     implementation 'org.apache.ant:ant:1.10.15'