Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 29, 2022
1 parent acb8e29 commit 20d0f25
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.4.0</kotest.version>
<kotest.version>5.4.1</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.4.0</version>
<version>5.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>5.4.0</version>
<version>5.4.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 20d0f25

Please sign in to comment.