From 21e3142e30921281d9a8e0ab4c610429546f212c Mon Sep 17 00:00:00 2001
From: dgelessus <dgelessus@users.noreply.github.com>
Date: Mon, 4 Mar 2024 12:08:18 +0100
Subject: [PATCH] Update dependencies and Gradle plugins

---
 build.gradle.kts | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.gradle.kts b/build.gradle.kts
index 08292e0..c77473a 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,10 +1,10 @@
 plugins {
     // Apply the Kotlin JVM plugin to add support for Kotlin.
-    kotlin("jvm") version "1.8.0"
+    kotlin("jvm") version "1.9.22"
     idea
     // Apply the application plugin to add support for building a CLI application.
     application
-    id("com.github.johnrengelman.shadow") version "7.0.0"
+    id("com.github.johnrengelman.shadow") version "8.1.1"
 }
 
 repositories {
@@ -29,7 +29,7 @@ dependencies {
     testImplementation(kotlin("test-junit5"))
 
     // https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
-    testImplementation("org.junit.jupiter","junit-jupiter-engine" ,  "5.10.0-M1")
+    testImplementation("org.junit.jupiter", "junit-jupiter-engine", "5.10.2")
 
     implementation("de.hhu.stups:de.prob2.kernel:4.12.1")
 }
-- 
GitLab