Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit5-jvm from 5.8.1 to 5.9.0 (#801)
Browse files Browse the repository at this point in the history
* Bump io.kotest:kotest-runner-junit5-jvm from 5.8.1 to 5.9.0

Bumps [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Update dependabot.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stig Strøm <[email protected]>
  • Loading branch information
dependabot[bot] and stigebil authored May 14, 2024
1 parent 7943d92 commit 3dfd4d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ registries:
type: maven-repository
url: https://maven.pkg.github.com/navikt/fp-felles/
username: x-access-token
password: "${{secrets.NAV_READ_PACKAGES}}"
password: "${{secrets.READER_TOKEN}}"

updates:
- package-ecosystem: maven
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<kontrakter.version>3.0_20230428084827_0b6a892-JAKARTA</kontrakter.version>
<kotest.version>5.8.1</kotest.version>
<kotest.version>5.9.0</kotest.version>
<kotlin.version>1.9.24</kotlin.version>
<mockk.version>1.13.10</mockk.version>
<nav.security.token.version>4.1.4</nav.security.token.version>
Expand Down

0 comments on commit 3dfd4d4

Please sign in to comment.