deps(deps): update all non-major gradle dependencies to v1.2.0 #33

Merged
renovate-bot merged 1 commit from renovate/all-non-major-gradle-dependencies into main 2026-04-01 18:01:25 +00:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.exposed:exposed-kotlin-datetime 1.1.11.2.0 age confidence
org.jetbrains.exposed:exposed-json 1.1.11.2.0 age confidence
org.jetbrains.exposed:exposed-jdbc 1.1.11.2.0 age confidence
org.jetbrains.exposed:exposed-dao 1.1.11.2.0 age confidence
org.jetbrains.exposed:exposed-core 1.1.11.2.0 age confidence

Release Notes

JetBrains/Exposed (org.jetbrains.exposed:exposed-kotlin-datetime)

v1.2.0

Compare Source

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:

  • fix: EXPOSED-992 Prevent kotlin Uuid type leakage into r2dbc by @​mcmacker4 in #​2750
  • fix: EXPOSED-983 Support reading JSONB columns outside transaction by using safer dialect check by @​bystam in #​2748
  • fix: EXPOSED-1000 Fetching fresh data for cached entity causes encrypted field to fail with multiple decrypts by @​bog-walk in #​2758
  • fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handling by @​o-nix in #​2761
  • fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contains single quote by @​bog-walk in #​2768
  • fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement parameter set by @​bog-walk in #​2767

Docs:


Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.exposed:exposed-kotlin-datetime](https://github.com/JetBrains/Exposed) | `1.1.1` → `1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.exposed:exposed-kotlin-datetime/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.exposed:exposed-kotlin-datetime/1.1.1/1.2.0?slim=true) | | [org.jetbrains.exposed:exposed-json](https://github.com/JetBrains/Exposed) | `1.1.1` → `1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.exposed:exposed-json/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.exposed:exposed-json/1.1.1/1.2.0?slim=true) | | [org.jetbrains.exposed:exposed-jdbc](https://github.com/JetBrains/Exposed) | `1.1.1` → `1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.exposed:exposed-jdbc/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.exposed:exposed-jdbc/1.1.1/1.2.0?slim=true) | | [org.jetbrains.exposed:exposed-dao](https://github.com/JetBrains/Exposed) | `1.1.1` → `1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.exposed:exposed-dao/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.exposed:exposed-dao/1.1.1/1.2.0?slim=true) | | [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) | `1.1.1` → `1.2.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.exposed:exposed-core/1.2.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.exposed:exposed-core/1.1.1/1.2.0?slim=true) | --- ### Release Notes <details> <summary>JetBrains/Exposed (org.jetbrains.exposed:exposed-kotlin-datetime)</summary> ### [`v1.2.0`](https://github.com/JetBrains/Exposed/blob/HEAD/CHANGELOG.md#120) [Compare Source](https://github.com/JetBrains/Exposed/compare/1.1.1...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: - feat: EXPOSED-418 Support comments on table columns by [@&#8203;obabichevjb](https://github.com/obabichevjb) in [#&#8203;2728](https://github.com/JetBrains/Exposed/pull/2728) - feat: EXPOSED-989 Add Oracle FOR UPDATE SKIP LOCKED support by [@&#8203;obabichevjb](https://github.com/obabichevjb) in [#&#8203;2752](https://github.com/JetBrains/Exposed/pull/2752) - feat: EXPOSED-1001 Enable check constraint name change to trigger ALTER TABLE statements for more than H2 by [@&#8203;bog-walk](https://github.com/bog-walk) in [#&#8203;2759](https://github.com/JetBrains/Exposed/pull/2759) Bug fixes: - fix: EXPOSED-992 Prevent kotlin Uuid type leakage into r2dbc by [@&#8203;mcmacker4](https://github.com/mcmacker4) in [#&#8203;2750](https://github.com/JetBrains/Exposed/pull/2750) - fix: EXPOSED-983 Support reading JSONB columns outside transaction by using safer dialect check by [@&#8203;bystam](https://github.com/bystam) in [#&#8203;2748](https://github.com/JetBrains/Exposed/pull/2748) - fix: EXPOSED-1000 Fetching fresh data for cached entity causes encrypted field to fail with multiple decrypts by [@&#8203;bog-walk](https://github.com/bog-walk) in [#&#8203;2758](https://github.com/JetBrains/Exposed/pull/2758) - fix: In r2dbc use StringColumnType supertype for PostgreSQL text array handling by [@&#8203;o-nix](https://github.com/o-nix) in [#&#8203;2761](https://github.com/JetBrains/Exposed/pull/2761) - fix: EXPOSED-994 JSONB contains() produces invalid SQL when JSON array contains single quote by [@&#8203;bog-walk](https://github.com/bog-walk) in [#&#8203;2768](https://github.com/JetBrains/Exposed/pull/2768) - fix: EXPOSED-1007 Array of fixed length CHAR type is truncated when statement parameter set by [@&#8203;bog-walk](https://github.com/bog-walk) in [#&#8203;2767](https://github.com/JetBrains/Exposed/pull/2767) Docs: - docs: EXPOSED-991 Specify the lack of R2DBC support in DAO-related topics by [@&#8203;vnikolova](https://github.com/vnikolova) in [#&#8203;2749](https://github.com/JetBrains/Exposed/pull/2749) - docs: EXPOSED-997 Update migration topic with known limitations by [@&#8203;bog-walk](https://github.com/bog-walk) in [#&#8203;2755](https://github.com/JetBrains/Exposed/pull/2755) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yLjgiLCJ1cGRhdGVkSW5WZXIiOiI0My4yLjgiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
deps(deps): update all non-major gradle dependencies to v1.2.0
All checks were successful
Main CI / build (pull_request) Successful in 1m58s
Security / Trivy Security Scan (pull_request) Successful in 11s
Security / MobSF Scan (pull_request) Successful in 14s
bd620ce7bc
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-04-01 18:01:07 +00:00
renovate-bot deleted branch renovate/all-non-major-gradle-dependencies 2026-04-01 18:01:25 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lscythe/gradle-version-catalog!33
No description provided.