Skip to content

build(deps): bump the production group with 11 updates#70

Merged
softwaremill-ci merged 1 commit into
mainfrom
dependabot/gradle/production-59affb7eb4
Jul 8, 2026
Merged

build(deps): bump the production group with 11 updates#70
softwaremill-ci merged 1 commit into
mainfrom
dependabot/gradle/production-59affb7eb4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the production group with 11 updates:

Package From To
io.kotest:kotest-runner-junit5 6.2.1 6.2.2
io.kotest:kotest-assertions-core 6.2.1 6.2.2
org.jetbrains.exposed:exposed-core 1.3.0 1.3.1
org.jetbrains.exposed:exposed-jdbc 1.3.0 1.3.1
org.jetbrains.exposed:exposed-json 1.3.0 1.3.1
org.jetbrains.exposed:exposed-java-time 1.3.0 1.3.1
org.jetbrains.exposed:spring7-transaction 1.3.0 1.3.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.22.0 2.22.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.22.0 2.22.1
org.postgresql:postgresql 42.7.12 42.7.13
org.hibernate.orm:hibernate-core 7.4.3.Final 7.4.4.Final

Updates io.kotest:kotest-runner-junit5 from 6.2.1 to 6.2.2

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v6.2.2

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.2.1...v6.2.2

Commits
  • 4e55e4c Update dependency io.projectreactor.tools:blockhound to v1.0.17.RELEASE (#6164)
  • 3e0202f fix: attach Fail fast scope tracker for each root test case in instance per s...
  • 134c12b Update dependency io.mockk:mockk to v1.14.11 (#6163)
  • 01c7429 fix(kotest-assertions-core): Handle null map values in shouldBeEqualUsingFiel...
  • 44887a5 fix(kotest-framework-engine): Use display-name rendering for ignored tests in...
  • b68ef3e disable return-value-checker for releases (#6165)
  • 86a7d93 Fix typo in proptest config docs (#6155)
  • 1677bd5 Add documentation for OffsetDateTime tolerance matcher (#6161)
  • 47f3efc Document instant-based ZonedDateTime plusOrMinus comparison (#6159)
  • See full diff in compare view

Updates io.kotest:kotest-assertions-core from 6.2.1 to 6.2.2

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v6.2.2

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.2.1...v6.2.2

Commits
  • 4e55e4c Update dependency io.projectreactor.tools:blockhound to v1.0.17.RELEASE (#6164)
  • 3e0202f fix: attach Fail fast scope tracker for each root test case in instance per s...
  • 134c12b Update dependency io.mockk:mockk to v1.14.11 (#6163)
  • 01c7429 fix(kotest-assertions-core): Handle null map values in shouldBeEqualUsingFiel...
  • 44887a5 fix(kotest-framework-engine): Use display-name rendering for ignored tests in...
  • b68ef3e disable return-value-checker for releases (#6165)
  • 86a7d93 Fix typo in proptest config docs (#6155)
  • 1677bd5 Add documentation for OffsetDateTime tolerance matcher (#6161)
  • 47f3efc Document instant-based ZonedDateTime plusOrMinus comparison (#6159)
  • See full diff in compare view

Updates io.kotest:kotest-assertions-core from 6.2.1 to 6.2.2

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v6.2.2

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.2.1...v6.2.2

Commits
  • 4e55e4c Update dependency io.projectreactor.tools:blockhound to v1.0.17.RELEASE (#6164)
  • 3e0202f fix: attach Fail fast scope tracker for each root test case in instance per s...
  • 134c12b Update dependency io.mockk:mockk to v1.14.11 (#6163)
  • 01c7429 fix(kotest-assertions-core): Handle null map values in shouldBeEqualUsingFiel...
  • 44887a5 fix(kotest-framework-engine): Use display-name rendering for ignored tests in...
  • b68ef3e disable return-value-checker for releases (#6165)
  • 86a7d93 Fix typo in proptest config docs (#6155)
  • 1677bd5 Add documentation for OffsetDateTime tolerance matcher (#6161)
  • 47f3efc Document instant-based ZonedDateTime plusOrMinus comparison (#6159)
  • See full diff in compare view

Updates org.jetbrains.exposed:exposed-core from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:exposed-core's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-core's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits
  • 7b46e7b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 136733d chore: Bump Exposed version from 1.3.0 to 1.3.1
  • e5306d1 chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 0795f7f chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 844a303 build(deps): Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2846)
  • a11d6a7 build(deps): Bump flyway from 12.9.0 to 12.10.0 (#2845)
  • 21fe73a fix: EXPOSED-644 Can't use Instant.DISTANT_FUTURE as default value (#2832)
  • 9f11340 build(deps): Bump flyway from 12.8.1 to 12.9.0 (#2839)
  • 2fc3563 fix: Apply inProperCase() to CHECK constraint names (#2826)
  • acfff0d build(deps): Bump org.postgresql:r2dbc-postgresql (#2841)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits
  • 7b46e7b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 136733d chore: Bump Exposed version from 1.3.0 to 1.3.1
  • e5306d1 chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 0795f7f chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 844a303 build(deps): Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2846)
  • a11d6a7 build(deps): Bump flyway from 12.9.0 to 12.10.0 (#2845)
  • 21fe73a fix: EXPOSED-644 Can't use Instant.DISTANT_FUTURE as default value (#2832)
  • 9f11340 build(deps): Bump flyway from 12.8.1 to 12.9.0 (#2839)
  • 2fc3563 fix: Apply inProperCase() to CHECK constraint names (#2826)
  • acfff0d build(deps): Bump org.postgresql:r2dbc-postgresql (#2841)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-json from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:exposed-json's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-json's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits
  • 7b46e7b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 136733d chore: Bump Exposed version from 1.3.0 to 1.3.1
  • e5306d1 chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 0795f7f chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 844a303 build(deps): Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2846)
  • a11d6a7 build(deps): Bump flyway from 12.9.0 to 12.10.0 (#2845)
  • 21fe73a fix: EXPOSED-644 Can't use Instant.DISTANT_FUTURE as default value (#2832)
  • 9f11340 build(deps): Bump flyway from 12.8.1 to 12.9.0 (#2839)
  • 2fc3563 fix: Apply inProperCase() to CHECK constraint names (#2826)
  • acfff0d build(deps): Bump org.postgresql:r2dbc-postgresql (#2841)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits
  • 7b46e7b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 136733d chore: Bump Exposed version from 1.3.0 to 1.3.1
  • e5306d1 chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 0795f7f chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 844a303 build(deps): Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2846)
  • a11d6a7 build(deps): Bump flyway from 12.9.0 to 12.10.0 (#2845)
  • 21fe73a fix: EXPOSED-644 Can't use Instant.DISTANT_FUTURE as default value (#2832)
  • 9f11340 build(deps): Bump flyway from 12.8.1 to 12.9.0 (#2839)
  • 2fc3563 fix: Apply inProperCase() to CHECK constraint names (#2826)
  • acfff0d build(deps): Bump org.postgresql:r2dbc-postgresql (#2841)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:spring7-transaction from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:spring7-transaction's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:spring7-transaction's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits
  • 7b46e7b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 136733d chore: Bump Exposed version from 1.3.0 to 1.3.1
  • e5306d1 chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 0795f7f chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 844a303 build(deps): Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2846)
  • a11d6a7 build(deps): Bump flyway from 12.9.0 to 12.10.0 (#2845)
  • 21fe73a fix: EXPOSED-644 Can't use Instant.DISTANT_FUTURE as default value (#2832)
  • 9f11340 build(deps): Bump flyway from 12.8.1 to 12.9.0 (#2839)
  • 2fc3563 fix: Apply inProperCase() to CHECK constraint names (#2826)
  • acfff0d build(deps): Bump org.postgresql:r2dbc-postgresql (#2841)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:exposed-jdbc's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-jdbc's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits
  • 7b46e7b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 136733d chore: Bump Exposed version from 1.3.0 to 1.3.1
  • e5306d1 chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 0795f7f chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 844a303 build(deps): Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2846)
  • a11d6a7 build(deps): Bump flyway from 12.9.0 to 12.10.0 (#2845)
  • 21fe73a fix: EXPOSED-644 Can't use Instant.DISTANT_FUTURE as default value (#2832)
  • 9f11340 build(deps): Bump flyway from 12.8.1 to 12.9.0 (#2839)
  • 2fc3563 fix: Apply inProperCase() to CHECK constraint names (#2826)
  • acfff0d build(deps): Bump org.postgresql:r2dbc-postgresql (#2841)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-json from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:exposed-json's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-json's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits
  • 7b46e7b chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 136733d chore: Bump Exposed version from 1.3.0 to 1.3.1
  • e5306d1 chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 0795f7f chore: Bump Exposed version from 1.3.0 to 1.3.1
  • 844a303 build(deps): Bump org.postgresql:postgresql from 42.7.11 to 42.7.12 (#2846)
  • a11d6a7 build(deps): Bump flyway from 12.9.0 to 12.10.0 (#2845)
  • 21fe73a fix: EXPOSED-644 Can't use Instant.DISTANT_FUTURE as default value (#2832)
  • 9f11340 build(deps): Bump flyway from 12.8.1 to 12.9.0 (#2839)
  • 2fc3563 fix: Apply inProperCase() to CHECK constraint names (#2826)
  • acfff0d build(deps): Bump org.postgresql:r2dbc-postgresql (#2841)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.3.0 to 1.3.1

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

1.3.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

1.3.1

Infrastructure:

  • Flyway 12.10.0
  • sqlite-jdbc 3.53.2.0
  • oracle-ojdbc11 23.26.2.0.0
  • Spring Framework(6) 6.2.19
  • r2dbc-mssql 1.0.5.RELEASE
  • r2dbc-postgresql 1.1.2.RELEASE
  • postgresql-jdbc 42.7.12

Bug fixes:

Performance:

Docs:

Commits

Bumps the production group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.2.1` | `6.2.2` |
| [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `6.2.1` | `6.2.2` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.3.0` | `1.3.1` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.3.0` | `1.3.1` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `1.3.0` | `1.3.1` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.3.0` | `1.3.1` |
| [org.jetbrains.exposed:spring7-transaction](https://github.com/JetBrains/Exposed) | `1.3.0` | `1.3.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.22.0` | `2.22.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.22.0` | `2.22.1` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.12` | `42.7.13` |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.4.3.Final` | `7.4.4.Final` |


Updates `io.kotest:kotest-runner-junit5` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.2.1...6.2.2)

Updates `io.kotest:kotest-assertions-core` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.2.1...6.2.2)

Updates `io.kotest:kotest-assertions-core` from 6.2.1 to 6.2.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.2.1...6.2.2)

Updates `org.jetbrains.exposed:exposed-core` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:exposed-json` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:spring7-transaction` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:exposed-jdbc` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:exposed-json` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:exposed-java-time` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

Updates `org.jetbrains.exposed:spring7-transaction` from 1.3.0 to 1.3.1
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md)
- [Commits](JetBrains/Exposed@1.3.0...1.3.1)

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

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.22.0 to 2.22.1

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.22.0 to 2.22.1

Updates `org.postgresql:postgresql` from 42.7.12 to 42.7.13
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.12...REL42.7.13)

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

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:spring7-transaction
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:spring7-transaction
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-version: 2.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.4.4.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the automerge Auto-merge after CI passes label Jul 8, 2026
@softwaremill-ci softwaremill-ci merged commit 7c121ac into main Jul 8, 2026
7 checks passed
@softwaremill-ci softwaremill-ci deleted the dependabot/gradle/production-59affb7eb4 branch July 8, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Auto-merge after CI passes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant