| commit | 0c14fa037187f5873bfdfcd58eccba94ed10e15f | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Jun 15 08:56:00 2026 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jun 19 19:39:02 2026 +0200 |
| tree | a10600139a372cdcab223bd56fec0306a41573dd | |
| parent | 001f6991e51e516399b14ef475fecc613aeef4c0 [diff] |
Bump org.jetbrains.kotlin:kotlin-test from 2.3.21 to 2.4.0 Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 2.3.21 to 2.4.0. - [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.3.21...v2.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Closes #49 Change-Id: Ief8664c7536c6352aebad5d2a16eb1d9d88e51f4
diff --git a/app/build.gradle b/app/build.gradle index beccbc8..38c4577 100644 --- a/app/build.gradle +++ b/app/build.gradle
@@ -41,7 +41,7 @@ // Use the Kotlin JUnit integration. testImplementation 'org.jetbrains.kotlin:kotlin-test-junit' - testImplementation "org.jetbrains.kotlin:kotlin-test:2.3.21" + testImplementation "org.jetbrains.kotlin:kotlin-test:2.4.0" implementation 'com.github.kupietz:cistern:v1.0.4' implementation 'org.maltparser:maltparser:1.9.2'