Skip to content

Commit

Permalink
Bump the prod-deps group with 6 updates (#1228)
Browse files Browse the repository at this point in the history
Bumps the prod-deps group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [org.checkerframework:checker-qual](https://github.com/typetools/checker-framework) | `3.48.2` | `3.48.3` |
| [io.dropwizard:dropwizard-bom](https://github.com/dropwizard/dropwizard) | `4.0.10` | `4.0.11` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.1` | `2.18.2` |
| [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics) | `4.2.28` | `4.2.29` |
| [io.dropwizard.metrics:metrics-healthchecks](https://github.com/dropwizard/metrics) | `4.2.28` | `4.2.29` |


Updates `org.checkerframework:checker-qual` from 3.48.2 to 3.48.3
- [Release notes](https://github.com/typetools/checker-framework/releases)
- [Changelog](https://github.com/typetools/checker-framework/blob/master/docs/CHANGELOG.md)
- [Commits](typetools/checker-framework@checker-framework-3.48.2...checker-framework-3.48.3)

Updates `io.dropwizard:dropwizard-bom` from 4.0.10 to 4.0.11
- [Release notes](https://github.com/dropwizard/dropwizard/releases)
- [Changelog](https://github.com/dropwizard/dropwizard/blob/release/4.0.x/RELEASES.md)
- [Commits](dropwizard/dropwizard@v4.0.10...v4.0.11)

Updates `com.fasterxml.jackson:jackson-bom` from 2.18.1 to 2.18.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.1...jackson-bom-2.18.2)

Updates `org.jetbrains.kotlin:kotlin-bom` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `io.dropwizard.metrics:metrics-core` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.28...v4.2.29)

Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.28...v4.2.29)

Updates `io.dropwizard.metrics:metrics-healthchecks` from 4.2.28 to 4.2.29
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.28...v4.2.29)

---
updated-dependencies:
- dependency-name: org.checkerframework:checker-qual
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.dropwizard:dropwizard-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.dropwizard.metrics:metrics-healthchecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: io.dropwizard.metrics:metrics-healthchecks
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
...

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 Dec 3, 2024
1 parent 1ec1650 commit d7b4d25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<assertj-guava.version>3.26.3</assertj-guava.version>
<byte-buddy.version>1.15.10</byte-buddy.version>
<caffeine.version>3.1.8</caffeine.version>
<checker-qual.version>3.48.2</checker-qual.version>
<checker-qual.version>3.48.3</checker-qual.version>
<classmate.version>1.7.0</classmate.version>
<commons-codec.version>1.17.1</commons-codec.version>
<commons-collections4.version>4.4</commons-collections4.version>
Expand All @@ -44,8 +44,8 @@
<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>
<dropwizard.version>4.0.11</dropwizard.version>
<dropwizard.metrics.version>4.2.29</dropwizard.metrics.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>
Expand All @@ -60,7 +60,7 @@
<httpclient5.version>5.4.1</httpclient5.version>
<httpcore.version>4.4.16</httpcore.version>
<httpcore5.version>5.3.1</httpcore5.version>
<jackson.version>2.18.1</jackson.version>
<jackson.version>2.18.2</jackson.version>
<jakarta.annotation-api.version>2.1.1</jakarta.annotation-api.version>
<jakarta.activation-api.version>2.1.3</jakarta.activation-api.version>
<jakarta.activation-api.sun.version>2.0.1</jakarta.activation-api.sun.version>
Expand All @@ -83,7 +83,7 @@
<jsonassert.version>1.5.3</jsonassert.version>
<jsch.version>0.1.55</jsch.version>
<jsr305.version>3.0.2</jsr305.version>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<liquibase.version>4.30.0</liquibase.version>
<logback-access-1_x.version>1.4.14</logback-access-1_x.version>
<logback-access-2_x.version>2.0.3</logback-access-2_x.version>
Expand Down

0 comments on commit d7b4d25

Please sign in to comment.