Skip to content

Commit

Permalink
Bump the prod-deps group across 1 directory with 9 updates (#1227)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| commons-io:commons-io | `2.17.0` | `2.18.0` |
| [io.zonky.test:embedded-postgres](https://github.com/zonkyio/embedded-postgres) | `2.0.7` | `2.1.0` |
| [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) | `2.35.1` | `2.36.0` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `6.6.2.Final` | `6.6.3.Final` |
| [io.netty:netty-bom](https://github.com/netty/netty) | `4.1.114.Final` | `4.1.115.Final` |
| [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) | `6.1.14` | `6.2.0` |
| [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) | `3.3.5` | `3.4.0` |
| [org.springframework.data:spring-data-mongodb](https://github.com/spring-projects/spring-data-mongodb) | `4.3.5` | `4.4.0` |
| [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |



Updates `commons-io:commons-io` from 2.17.0 to 2.18.0

Updates `io.zonky.test:embedded-postgres` from 2.0.7 to 2.1.0
- [Release notes](https://github.com/zonkyio/embedded-postgres/releases)
- [Commits](zonkyio/embedded-postgres@v2.0.7...v2.1.0)

Updates `com.google.errorprone:error_prone_annotations` from 2.35.1 to 2.36.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.35.1...v2.36.0)

Updates `org.hibernate.orm:hibernate-core` from 6.6.2.Final to 6.6.3.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.3/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.2...6.6.3)

Updates `io.netty:netty-bom` from 4.1.114.Final to 4.1.115.Final
- [Commits](netty/netty@netty-4.1.114.Final...netty-4.1.115.Final)

Updates `org.springframework:spring-framework-bom` from 6.1.14 to 6.2.0
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v6.1.14...v6.2.0)

Updates `org.springframework.data:spring-data-commons` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-data-commons/releases)
- [Commits](spring-projects/spring-data-commons@3.3.5...3.4.0)

Updates `org.springframework.data:spring-data-mongodb` from 4.3.5 to 4.4.0
- [Release notes](https://github.com/spring-projects/spring-data-mongodb/releases)
- [Commits](spring-projects/spring-data-mongodb@4.3.5...4.4.0)

Updates `org.testcontainers:testcontainers-bom` from 1.20.3 to 1.20.4
- [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.3...1.20.4)

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.zonky.test:embedded-postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.netty:netty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.springframework.data:spring-data-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.springframework.data:spring-data-mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: org.testcontainers:testcontainers-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 26c23e8 commit 1ec1650
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
<commons-codec.version>1.17.1</commons-codec.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-compress.version>1.27.1</commons-compress.version>
<commons-io.version>2.17.0</commons-io.version>
<commons-io.version>2.18.0</commons-io.version>
<commons-lang.version>2.6</commons-lang.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
<commons-logging.version>1.3.4</commons-logging.version>
<commons-text.version>1.12.0</commons-text.version>
<curator.version>5.7.1</curator.version>
<dropwizard.version>4.0.10</dropwizard.version>
<dropwizard.metrics.version>4.2.28</dropwizard.metrics.version>
<embedded-postgres.version>2.0.7</embedded-postgres.version>
<error-prone-annotations.version>2.35.1</error-prone-annotations.version>
<embedded-postgres.version>2.1.0</embedded-postgres.version>
<error-prone-annotations.version>2.36.0</error-prone-annotations.version>
<eureka.version>1.10.18</eureka.version>
<fastinfoset.version>2.1.1</fastinfoset.version>
<guava.version>33.3.1-jre</guava.version>
<h2.version>2.3.232</h2.version>
<hamcrest.version>3.0</hamcrest.version>
<hibernate.version>6.6.2.Final</hibernate.version>
<hibernate.version>6.6.3.Final</hibernate.version>
<hibernate-validator.version>7.0.5.Final</hibernate-validator.version>
<hk2.version>3.1.1</hk2.version>
<httpclient.version>4.5.14</httpclient.version>
Expand Down Expand Up @@ -95,18 +95,18 @@
<mongodb-driver-sync.version>5.2.1</mongodb-driver-sync.version>
<mongo-java-driver.version>3.12.14</mongo-java-driver.version>
<mongo-java-server.version>1.45.0</mongo-java-server.version>
<netty.version>4.1.114.Final</netty.version>
<netty.version>4.1.115.Final</netty.version>
<okhttp.version>4.12.0</okhttp.version>
<postgresql.version>42.7.4</postgresql.version>
<servo-core.version>0.13.2</servo-core.version>
<snakeyaml.version>2.3</snakeyaml.version>
<slf4j.version>2.0.16</slf4j.version>
<spring.version>6.1.14</spring.version>
<spring-data-commons.version>3.3.5</spring-data-commons.version>
<spring-data-mongodb.version>4.3.5</spring-data-mongodb.version>
<spring.version>6.2.0</spring.version>
<spring-data-commons.version>3.4.0</spring-data-commons.version>
<spring-data-mongodb.version>4.4.0</spring-data-mongodb.version>
<stax-ex.version>2.1.0</stax-ex.version>
<stax2-api.version>4.2.2</stax2-api.version>
<test-containers.version>1.20.3</test-containers.version>
<test-containers.version>1.20.4</test-containers.version>
<woodstox-core.version>7.1.0</woodstox-core.version>
<zookeeper.version>3.9.3</zookeeper.version>

Expand Down

0 comments on commit 1ec1650

Please sign in to comment.