Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
Bump dependencies to push fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gchallen committed Jun 19, 2021
1 parent ea9a616 commit 911cac0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}
subprojects {
group = "com.github.cs125-illinois.questioner"
version = "2021.6.7"
version = "2021.6.9"
tasks.withType<KotlinCompile> {
val javaVersion = JavaVersion.VERSION_1_8.toString()
sourceCompatibility = javaVersion
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies {
implementation("com.github.slugify:slugify:2.5")
implementation("org.apache.commons:commons-text:1.9")

api("com.github.cs125-illinois.jeed:core:2021.6.2")
api("com.github.cs125-illinois:jenisol:2021.6.1")
api("com.github.cs125-illinois.jeed:core:2021.6.4")
api("com.github.cs125-illinois:jenisol:2021.6.3")
api("io.kotest:kotest-runner-junit5:4.6.0")
api("com.google.truth:truth:1.1.3")
api("com.github.cs125-illinois:libcs1:2021.5.7")
Expand Down
2 changes: 0 additions & 2 deletions plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ dependencies {
implementation(kotlin("reflect"))
implementation(gradleApi())
implementation(project(":lib"))
implementation("com.github.cs125-illinois.jeed:core:2021.6.2")
implementation("com.github.cs125-illinois:jenisol:2021.6.1")
implementation("com.squareup.moshi:moshi:1.12.0")
implementation("org.jetbrains:markdown:0.2.4") {
exclude(module = "kotlin-runtime")
Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("com.github.slugify:slugify:2.5")
implementation("org.mongodb:mongodb-driver:3.12.8")

implementation("org.slf4j:slf4j-api:1.7.30")
implementation("org.slf4j:slf4j-api:1.7.31")
implementation("ch.qos.logback:logback-classic:1.2.3")
implementation("io.github.microutils:kotlin-logging:2.0.8")
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2021.6.7
version=2021.6.9

0 comments on commit 911cac0

Please sign in to comment.