Skip to content

Bump the production group with 9 updates#15

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/production-70a197f40d
Open

Bump the production group with 9 updates#15
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/production-70a197f40d

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2026

Bumps the production group with 9 updates:

Package From To
org.slf4j:slf4j-simple 2.0.13 2.0.17
org.slf4j:slf4j-api 2.0.17 2.0.17
io.kotest:kotest-runner-junit5 6.1.9 6.1.10
io.kotest:kotest-assertions-core 6.1.9 6.1.10
org.jetbrains.exposed:exposed-core 1.1.1 1.2.0
org.jetbrains.exposed:exposed-jdbc 1.1.1 1.2.0
org.jetbrains.exposed:exposed-json 1.1.1 1.2.0
org.jetbrains.exposed:exposed-java-time 1.1.1 1.2.0
org.assertj:assertj-core 3.27.3 3.27.7

Updates org.slf4j:slf4j-simple from 2.0.13 to 2.0.17

Updates org.slf4j:slf4j-api from 2.0.17 to 2.0.17

Updates io.kotest:kotest-runner-junit5 from 6.1.9 to 6.1.10

Release notes

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

v6.1.10

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.9...v6.1.10

Commits
  • 5bff78e Fix JS engine mocha race: single channel send in engineFinished (#5809)
  • ea36c3d docs: add AI-ready configuration for coding assistants (#5810)
  • abba191 speed-up-containExactly (#5812)
  • 4b20011 AI Agent kotest skill (#5754)
  • 3a3b8a1 Add type-safe shouldEq / shouldNotEq assertions (#5789)
  • f9563ce Add JVM_SUITE_NAME env var for Allure suite grouping (#4573) (#5792)
  • 91e72bd Set KOTEST_IDEA_PLUGIN=true in Gradle and Android run producers (#5808)
  • fbd5445 Add custom Json parser support to JSON matchers (#5795)
  • db45b16 Improve logging and documentation for Spec interceptors and materialization l...
  • 8c08554 Fix Kotest engine skipping discovery when AGP 9+ passes MethodSelectors (#577...
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core from 6.1.9 to 6.1.10

Release notes

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

v6.1.10

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.9...v6.1.10

Commits
  • 5bff78e Fix JS engine mocha race: single channel send in engineFinished (#5809)
  • ea36c3d docs: add AI-ready configuration for coding assistants (#5810)
  • abba191 speed-up-containExactly (#5812)
  • 4b20011 AI Agent kotest skill (#5754)
  • 3a3b8a1 Add type-safe shouldEq / shouldNotEq assertions (#5789)
  • f9563ce Add JVM_SUITE_NAME env var for Allure suite grouping (#4573) (#5792)
  • 91e72bd Set KOTEST_IDEA_PLUGIN=true in Gradle and Android run producers (#5808)
  • fbd5445 Add custom Json parser support to JSON matchers (#5795)
  • db45b16 Improve logging and documentation for Spec interceptors and materialization l...
  • 8c08554 Fix Kotest engine skipping discovery when AGP 9+ passes MethodSelectors (#577...
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core from 6.1.9 to 6.1.10

Release notes

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

v6.1.10

What's Changed

New Contributors

Full Changelog: kotest/kotest@v6.1.9...v6.1.10

Commits
  • 5bff78e Fix JS engine mocha race: single channel send in engineFinished (#5809)
  • ea36c3d docs: add AI-ready configuration for coding assistants (#5810)
  • abba191 speed-up-containExactly (#5812)
  • 4b20011 AI Agent kotest skill (#5754)
  • 3a3b8a1 Add type-safe shouldEq / shouldNotEq assertions (#5789)
  • f9563ce Add JVM_SUITE_NAME env var for Allure suite grouping (#4573) (#5792)
  • 91e72bd Set KOTEST_IDEA_PLUGIN=true in Gradle and Android run producers (#5808)
  • fbd5445 Add custom Json parser support to JSON matchers (#5795)
  • db45b16 Improve logging and documentation for Spec interceptors and materialization l...
  • 8c08554 Fix Kotest engine skipping discovery when AGP 9+ passes MethodSelectors (#577...
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-core from 1.1.1 to 1.2.0

Release notes

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

1.2.0

Change log

New Contributors

Changelog

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

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.1.1 to 1.2.0

Release notes

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

1.2.0

Change log

New Contributors

Changelog

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

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-json from 1.1.1 to 1.2.0

Release notes

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

1.2.0

Change log

New Contributors

Changelog

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

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.1.1 to 1.2.0

Release notes

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

1.2.0

Change log

New Contributors

Changelog

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

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-jdbc from 1.1.1 to 1.2.0

Release notes

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

1.2.0

Change log

New Contributors

Changelog

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

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-json from 1.1.1 to 1.2.0

Release notes

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

1.2.0

Change log

New Contributors

Changelog

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

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Commits
  • d8abeaa chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 1ea6fbd chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 362e24c chore: Bump Exposed version from 1.1.1 to 1.2.0
  • 629f71c fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement...
  • 6eef642 Update Gradle validation workflow actions (#2769)
  • a71f82d fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contai...
  • bba4522 build(deps): Bump org.jetbrains.kotlinx.kover from 0.9.7 to 0.9.8 (#2764)
  • 197fa2a build(deps): Bump org.jetbrains.dokka from 2.1.0 to 2.2.0 (#2765)
  • e9b9afc fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handli...
  • 4e2ba79 build(deps): Bump io.github.hakky54:logcaptor from 2.12.5 to 2.12.6 (#2763)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 1.1.1 to 1.2.0

Release notes

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

1.2.0

Change log

New Contributors

Changelog

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

1.2.0

Infrastructure:

  • Joda-Time 2.14.1
  • Spring Framework(6) 6.2.17
  • Dokka 2.2.0
  • Kover 0.9.8
  • logcaptor 2.12.6

Features:

Bug fixes:

Docs:

Bumps the production group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| org.slf4j:slf4j-simple | `2.0.13` | `2.0.17` |
| org.slf4j:slf4j-api | `2.0.17` | `2.0.17` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `6.1.9` | `6.1.10` |
| [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) | `6.1.9` | `6.1.10` |
| [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `1.1.1` | `1.2.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.27.3` | `3.27.7` |


Updates `org.slf4j:slf4j-simple` from 2.0.13 to 2.0.17

Updates `org.slf4j:slf4j-api` from 2.0.17 to 2.0.17

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

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

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

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

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

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

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

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

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

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

Updates `org.assertj:assertj-core` from 3.27.3 to 3.27.7
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.7)

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-simple
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.1.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-core
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-jdbc
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-json
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production
- dependency-name: org.assertj:assertj-core
  dependency-version: 3.27.7
  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 Apr 1, 2026
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.

0 participants