Skip to content

Commit

Permalink
Bump the maven group across 1 directory with 5 updates (#1302)
Browse files Browse the repository at this point in the history
Bumps the maven group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlinx:kotlinx-coroutines-reactor](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [org.jetbrains.kotlinx:kotlinx-coroutines-slf4j](https://github.com/Kotlin/kotlinx.coroutines) | `1.9.0` | `1.10.1` |
| [org.json:json](https://github.com/douglascrockford/JSON-java) | `20240303` | `20241224` |
| org.flywaydb:flyway-database-postgresql | `11.0.1` | `11.1.0` |
| [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) | `1.26.1` | `1.26.2` |



Updates `org.jetbrains.kotlinx:kotlinx-coroutines-reactor` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-slf4j` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.jetbrains.kotlinx:kotlinx-coroutines-slf4j` from 1.9.0 to 1.10.1
- [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
- [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.10.1)

Updates `org.json:json` from 20240303 to 20241224
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Updates `org.flywaydb:flyway-database-postgresql` from 11.0.1 to 11.1.0

Updates `org.verapdf:validation-model` from 1.26.1 to 1.26.2
- [Commits](veraPDF/veraPDF-validation@v1.26.1...v1.26.2)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-reactor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-slf4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven
- dependency-name: org.json:json
  dependency-type: direct:production
  update-type: version-update:semver-major
  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.verapdf:validation-model
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ramin Esfandiari <ramin.esfandiari@nav.no>
  • Loading branch information
dependabot[bot] and ramrock93 authored Jan 7, 2025
1 parent 586ce22 commit 7aa3576
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!-- database -->
<postgresql.version>42.7.4</postgresql.version>
<flyway.version>11.0.1</flyway.version>
<flyway.version>11.1.0</flyway.version>
<vault-jdbc.version>1.3.10</vault-jdbc.version>
<HikariCP.version>6.2.1</HikariCP.version>
<kotliquery.version>1.9.0</kotliquery.version>
Expand All @@ -52,16 +52,16 @@

<!-- pdf -->
<openhtmltopdf.version>1.0.10</openhtmltopdf.version>
<verapdf.version>1.26.1</verapdf.version>
<verapdf.version>1.26.2</verapdf.version>
<handlebars.version>4.4.0</handlebars.version>

<!-- serdes -->
<gson.version>2.11.0</gson.version>
<jackson-kotlin.version>2.18.2</jackson-kotlin.version>
<orgjson.version>20240303</orgjson.version>
<orgjson.version>20241224</orgjson.version>

<fuel.version>2.3.1</fuel.version>
<kotlinx-coroutines.version>1.9.0</kotlinx-coroutines.version>
<kotlinx-coroutines.version>1.10.1</kotlinx-coroutines.version>
<token-support.version>5.0.13</token-support.version>
<dusseldorf-ktor.version>5.0.14</dusseldorf-ktor.version>
<de.huxhorn.sulky.ulid.version>8.3.0</de.huxhorn.sulky.ulid.version>
Expand Down

0 comments on commit 7aa3576

Please sign in to comment.