diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml
index e1eea1d..4251b72 100644
--- a/.idea/kotlinc.xml
+++ b/.idea/kotlinc.xml
@@ -1,6 +1,6 @@
-
+
\ No newline at end of file
diff --git a/build.gradle.kts b/build.gradle.kts
index fd0d87d..bd63ec8 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -4,10 +4,10 @@ import java.util.Properties
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "com.github.cs125-illinois"
-version = "2022.10.5"
+version = "2022.12.0"
plugins {
- kotlin("jvm") version "1.7.20"
+ kotlin("jvm") version "1.7.22"
java
`maven-publish`
@@ -15,8 +15,8 @@ plugins {
checkstyle
id("com.github.sherter.google-java-format") version "0.9"
- id("com.github.ben-manes.versions") version "0.43.0"
- id("io.gitlab.arturbosch.detekt") version "1.21.0"
+ id("com.github.ben-manes.versions") version "0.44.0"
+ id("io.gitlab.arturbosch.detekt") version "1.22.0"
}
repositories {
mavenCentral()
@@ -24,12 +24,12 @@ repositories {
maven("https://maven.pkg.jetbrains.space/public/p/kotlinx-html/maven")
}
dependencies {
- implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.20")
- implementation("io.github.classgraph:classgraph:4.8.149")
+ implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22")
+ implementation("io.github.classgraph:classgraph:4.8.152")
implementation("io.github.kostaskougios:cloning:1.10.3")
- testImplementation("io.kotest:kotest-runner-junit5:5.5.3")
- testImplementation("org.slf4j:slf4j-simple:2.0.3")
+ testImplementation("io.kotest:kotest-runner-junit5:5.5.4")
+ testImplementation("org.slf4j:slf4j-simple:2.0.6")
}
tasks.withType {
options.compilerArgs.add("-parameters")
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
index d217661..0146772 100644
--- a/gradle/wrapper/gradle-wrapper.properties
+++ b/gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-all.zip
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 28b36ad..87274be 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.10.5
\ No newline at end of file
+version=2022.12.0
\ No newline at end of file