Skip to content

Commit

Permalink
Bump the maven group with 2 updates (#1106)
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates: [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).


Updates `org.wiremock:wiremock-standalone` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.4.0...3.4.1)

Updates `org.postgresql:postgresql` from 42.7.1 to 42.7.2
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/commits)

---
updated-dependencies:
- dependency-name: org.wiremock:wiremock-standalone
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 21, 2024
1 parent c03e232 commit 52b623a
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 @@ -37,7 +37,7 @@
<k9-rapid.version>1.20231019060904-f8be04b</k9-rapid.version>

<!-- database -->
<postgresql.version>42.7.1</postgresql.version>
<postgresql.version>42.7.2</postgresql.version>
<flyway.version>10.8.1</flyway.version>
<vault-jdbc.version>1.3.10</vault-jdbc.version>
<HikariCP.version>5.1.0</HikariCP.version>
Expand All @@ -49,7 +49,7 @@
<jsonassert.version>1.5.1</jsonassert.version>
<testcontainers.version>1.19.5</testcontainers.version>
<springmockk.version>4.0.2</springmockk.version>
<wiremock.version>3.4.0</wiremock.version>
<wiremock.version>3.4.1</wiremock.version>

<!-- pdf -->
<openhtmltopdf.version>1.0.10</openhtmltopdf.version>
Expand Down

0 comments on commit 52b623a

Please sign in to comment.