Skip to content

Commit

Permalink
Bump the maven group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates: [io.mockk:mockk-jvm](https://github.com/mockk/mockk) and [org.flywaydb:flyway-core](https://github.com/flyway/flyway).


Updates `io.mockk:mockk-jvm` from 1.13.7 to 1.13.8
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.7...1.13.8)

Updates `org.flywaydb:flyway-core` from 9.22.1 to 9.22.2
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.22.1...flyway-9.22.2)

---
updated-dependencies:
- dependency-name: io.mockk:mockk-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 73b052c commit d4aed1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
<k9-rapid.version>1.20230823104755-1fc16e7</k9-rapid.version>

<!-- database -->
<flyway-core.version>9.22.1</flyway-core.version>
<flyway-core.version>9.22.2</flyway-core.version>
<vault-jdbc.version>1.3.10</vault-jdbc.version>
<HikariCP.version>5.0.1</HikariCP.version>
<kotliquery.version>1.9.0</kotliquery.version>
<embedded-postgres.version>2.0.4</embedded-postgres.version>

<!-- Test + Mock -->
<zonky-postgresql.version>13.4.0</zonky-postgresql.version>
<mockk.version>1.13.7</mockk.version>
<mockk.version>1.13.8</mockk.version>
<jsonassert.version>1.5.1</jsonassert.version>

<!-- pdf -->
Expand Down

0 comments on commit d4aed1b

Please sign in to comment.