From 6d61019358211c2f75be0982aa6cd066b5d36f99 Mon Sep 17 00:00:00 2001 From: Geoffrey Challen Date: Thu, 22 Sep 2022 08:29:32 -0500 Subject: [PATCH] Dependency updates. --- build.gradle.kts | 4 ++-- src/main/resources/edu.illinois.cs.cs125.jenisol.core.version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index c8f4eb0..922b34e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import java.util.Properties import org.jetbrains.kotlin.gradle.tasks.KotlinCompile group = "com.github.cs125-illinois" -version = "2022.9.1" +version = "2022.9.2" plugins { kotlin("jvm") version "1.7.10" @@ -29,7 +29,7 @@ dependencies { implementation("io.github.kostaskougios:cloning:1.10.3") testImplementation("io.kotest:kotest-runner-junit5:5.4.2") - testImplementation("org.slf4j:slf4j-simple:2.0.0") + testImplementation("org.slf4j:slf4j-simple:2.0.2") } tasks.withType { options.compilerArgs.add("-parameters") diff --git a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version index 37f35fa..f40d3f5 100644 --- a/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version +++ b/src/main/resources/edu.illinois.cs.cs125.jenisol.core.version @@ -1 +1 @@ -version=2022.9.1 \ No newline at end of file +version=2022.9.2 \ No newline at end of file