Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade some more versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stummi committed May 16, 2022
1 parent c414fcb commit f52c1df
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@ dependencies {
implementation("org.quartz-scheduler:quartz:2.3.2")
implementation("org.quartz-scheduler:quartz-jobs:2.3.2")
implementation("redis.clients:jedis:4.2.3")
implementation("com.fasterxml.jackson.core:jackson-core:2.11.1")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.11.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.11.1")
implementation("org.slf4j:slf4j-api:1.7.7")
testImplementation("junit:junit:4.12")
implementation("com.fasterxml.jackson.core:jackson-core:2.13.1")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.1")
implementation("org.slf4j:slf4j-api:1.7.36")
testImplementation("junit:junit:4.13.2")
testImplementation("org.hamcrest:hamcrest-all:1.3")
testImplementation("org.mockito:mockito-all:1.9.5")
testImplementation("org.mockito:mockito-all:1.10.19")
testImplementation("com.google.guava:guava-io:r03")
testImplementation("commons-io:commons-io:2.4")
testImplementation("commons-io:commons-io:2.11.0")
testImplementation("com.github.kstyrc:embedded-redis:0.6")
testImplementation("net.jodah:concurrentunit:0.4.2")
testImplementation("ch.qos.logback:logback-classic:1.1.7")
testImplementation("ch.qos.logback:logback-core:1.1.7")
testImplementation("net.jodah:concurrentunit:0.4.6")
}

val gitVersion: groovy.lang.Closure<Any> by extra
Expand Down

0 comments on commit f52c1df

Please sign in to comment.