Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 4 updates (#1260)
Browse files Browse the repository at this point in the history
* Bump the maven group across 1 directory with 4 updates

Bumps the maven group with 4 updates in the / directory: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin), org.flywaydb:flyway-database-postgresql and org.jetbrains.kotlin:kotlin-maven-allopen.


Updates `org.testcontainers:testcontainers-bom` from 1.20.1 to 1.20.2
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.20.1...1.20.2)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.17.2 to 2.18.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.17.2...jackson-module-kotlin-2.18.0)

Updates `org.flywaydb:flyway-database-postgresql` from 10.18.2 to 10.20.0

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.0.20 to 2.0.21

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

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

* Nedgraderer jackson-module-kotlin til 2.17.2

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramin Esfandiari <[email protected]>
Co-authored-by: Ramin Esfandiari <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent dc5cf24 commit 373639d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<sha1/>
<changelist>-SNAPSHOT</changelist>
<java.version>21</java.version>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.version>2.0.21</kotlin.version>

<!-- spring relatert -->
<springdoc.version>2.6.0</springdoc.version>
Expand All @@ -37,7 +37,7 @@

<!-- database -->
<postgresql.version>42.7.4</postgresql.version>
<flyway.version>10.18.2</flyway.version>
<flyway.version>10.20.0</flyway.version>
<vault-jdbc.version>1.3.10</vault-jdbc.version>
<HikariCP.version>6.0.0</HikariCP.version>
<kotliquery.version>1.9.0</kotliquery.version>
Expand All @@ -46,7 +46,7 @@
<zonky-postgresql.version>13.4.0</zonky-postgresql.version>
<mockk.version>1.13.8</mockk.version>
<jsonassert.version>1.5.1</jsonassert.version>
<testcontainers.version>1.20.1</testcontainers.version>
<testcontainers.version>1.20.2</testcontainers.version>
<springmockk.version>4.0.2</springmockk.version>
<wiremock.version>3.9.1</wiremock.version>

Expand Down

0 comments on commit 373639d

Please sign in to comment.