Skip to content

Commit

Permalink
Merge pull request #23 from jsalinaspolo/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade deps
  • Loading branch information
jsalinaspolo authored Oct 30, 2020
2 parents f09a442 + fb81277 commit 9369d31
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ subprojects {
}

wrapper {
gradleVersion = '6.6.1'
gradleVersion = '6.7'
distributionType = Wrapper.DistributionType.ALL
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion logcapture-junit4/logcapture-junit4.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
implementation project(":logcapture-core")
implementation "junit:junit:4.12"

testImplementation "org.assertj:assertj-core:3.12.2"
testImplementation "org.assertj:assertj-core:3.18.0"
}
2 changes: 1 addition & 1 deletion logcapture-junit5/logcapture-junit5.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

ext {
junit5_version = "5.5.0"
junit5_version = "5.7.0"
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions logcapture-kotest/logcapture-kotest.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
dependencies {
compile project(":logcapture-core")

implementation 'io.kotest:kotest-runner-junit5-jvm:4.2.5'
implementation 'io.kotest:kotest-assertions-core-jvm:4.2.5'
implementation 'io.kotest:kotest-runner-junit5-jvm:4.3.0'
implementation 'io.kotest:kotest-assertions-core-jvm:4.3.0'
}

compileKotlin {
Expand Down

0 comments on commit 9369d31

Please sign in to comment.