Skip to content

Commit

Permalink
Bump kotest version to 4.1.3 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkobor authored Aug 10, 2020
1 parent 3a181dd commit 391e4bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bomProperty=micronautTestVersion
# If needed, set additional properties
bomProperties=junitVersion,kotlintestVersion,kotestVersion
kotlintestVersion=3.4.2
kotestVersion=4.0.3
kotestVersion=4.1.3
developers=Graeme Rocher
# Not really needed for this project, but anyway
kafkaVersion="Unknown"
Expand Down
4 changes: 2 additions & 2 deletions src/main/docs/guide/kotest.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
kaptTest "io.micronaut:micronaut-inject-java"
testImplementation "io.micronaut.test:micronaut-test-kotest:{version}"
testImplementation "io.mockk:mockk:1.9.3"
testImplementation "io.kotest:kotest-runner-junit5-jvm:4.0.3"
testImplementation "io.kotest:kotest-runner-junit5-jvm:4.1.3"
}
// use JUnit 5 platform
Expand Down Expand Up @@ -38,7 +38,7 @@ Or for Maven:
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>4.0.3</version>
<version>4.1.3</version>
<scope>test</scope>
</dependency>
----
Expand Down

0 comments on commit 391e4bc

Please sign in to comment.