Skip to content

Commit

Permalink
build(deps): bump kotest.version from 5.3.2 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps `kotest.version` from 5.3.2 to 5.4.0.

Updates `kotest-assertions-core-jvm` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits/v5.4.0)

Updates `kotest-runner-junit5-jvm` from 5.3.2 to 5.4.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits/v5.4.0)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 25, 2022
1 parent 8557f53 commit bc21aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<groovy.version>3.0.11</groovy.version>
<logback.version>1.2.11</logback.version>
<nimbus.jose.jwt.version>9.23</nimbus.jose.jwt.version>
<kotest.version>5.3.2</kotest.version>
<kotest.version>5.4.0</kotest.version>
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions token-client-kotlin-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-assertions-core-jvm</artifactId>
<version>5.3.2</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>5.3.2</version>
<version>5.4.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bc21aa1

Please sign in to comment.