Skip to content

Commit

Permalink
[patch] Automatic dependency update.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfmurdock committed Aug 13, 2021
1 parent 9c559bc commit 7e4cad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action-async/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kotlin {
val jvmTest by getting {
dependencies {
implementation(kotlin("reflect", "1.5.0"))
implementation("org.slf4j:slf4j-simple:2.0.0-alpha3")
implementation("org.slf4j:slf4j-simple:2.0.0-alpha4")
implementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
implementation("org.junit.jupiter:junit-jupiter-engine:5.7.2")
}
Expand Down
2 changes: 1 addition & 1 deletion action/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ kotlin {
val jvmTest by getting {
dependencies {
implementation(kotlin("reflect", "1.5.0"))
implementation("org.slf4j:slf4j-simple:2.0.0-alpha3")
implementation("org.slf4j:slf4j-simple:2.0.0-alpha4")
implementation("org.jetbrains.kotlin:kotlin-test")

implementation("org.junit.jupiter:junit-jupiter-api:5.7.2")
Expand Down

0 comments on commit 7e4cad5

Please sign in to comment.