Skip to content

Commit

Permalink
Merge pull request #34 from Staffbase/MIC-336-housekeeping
Browse files Browse the repository at this point in the history
MIC-336: Housekeeping
  • Loading branch information
tomkretzschmar committed Apr 22, 2024
2 parents eae6793 + d040aef commit ed767ff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ repositories {
dependencies {
implementation("org.quartz-scheduler:quartz:2.3.2")
implementation("org.quartz-scheduler:quartz-jobs:2.3.2")
implementation("redis.clients:jedis:5.1.0")
implementation("com.fasterxml.jackson.core:jackson-core:2.16.1")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.16.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("org.slf4j:slf4j-api:2.0.12")
implementation("redis.clients:jedis:5.1.2")
implementation("com.fasterxml.jackson.core:jackson-core:2.17.0")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0")
implementation("org.slf4j:slf4j-api:2.0.13")
testImplementation("junit:junit:4.13.2")
testImplementation("org.hamcrest:hamcrest-all:1.3")
testImplementation("org.mockito:mockito-all:1.10.19")
testImplementation("com.google.guava:guava-io:r03")
testImplementation("commons-io:commons-io:2.15.1")
testImplementation("commons-io:commons-io:2.16.1")
testImplementation("com.github.kstyrc:embedded-redis:0.6")
testImplementation("net.jodah:concurrentunit:0.4.6")
}
Expand All @@ -40,4 +40,4 @@ publishing {
from(components["java"])
}
}
}
}

0 comments on commit ed767ff

Please sign in to comment.