Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hard reset simulation #91

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ dependencies {
implementation("org.slf4j:slf4j-api:2.0.13") // MIT

implementation("io.github.hakky54:sslcontext-kickstart-for-pem:8.3.0") // Apache-2.0
implementation("org.bouncycastle:bctls-jdk18on:1.78") // Bouncy Castle License (~MIT)
implementation("org.bouncycastle:bctls-jdk18on:1.78.1") // Bouncy Castle License (~MIT)

testImplementation(kotlin("test"))
testRuntimeOnly("ch.qos.logback:logback-classic:1.3.14") // EPL-1.0
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
// version 5.x requires jdk 11
testImplementation("org.mockito.kotlin:mockito-kotlin:4.1.0")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.0")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.28.1")
}

tasks.test {
Expand Down
Loading