Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the dependencies group with 5 updates:

Package From To
org.jdbi:jdbi3-core 3.49.1 3.49.2
gg.jte:jte 3.2.0 3.2.1
gg.jte:jte-models 3.2.0 3.2.1
com.github.kagkarlsson:db-scheduler 15.4.2 15.5.0
software.amazon.awssdk:bom 2.31.25 2.31.30

Updates org.jdbi:jdbi3-core from 3.49.1 to 3.49.2

Release notes

Sourced from org.jdbi:jdbi3-core's releases.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation
Changelog

Sourced from org.jdbi:jdbi3-core's changelog.

3.49.2

  • Fix returning long update count from update statements (#2778)
  • Fix JFR usage on GraalVM (#2736)
  • Fix SBOM creation
Commits

Updates gg.jte:jte from 3.2.0 to 3.2.1

Release notes

Sourced from gg.jte:jte's releases.

3.2.1

This release brings lots of improvements to the jte Gradle Plugin.

  • #444 jte now uses Gradle 8.13
  • #445/#448 Fully isolated Kotlin compiler usage in Gradle Plugin, this means the Kotlin version used by Gradle no longer conflicts with the Kotlin version used to precompile kte templates.

Big thanks to @​edward3h, @​schowave and @​Nickoriuk to make this happen!

Commits
  • 906bd23 Bump version to 3.2.1
  • 542d89a Merge pull request #448 from Nickoriuk/jte-plugin-compile-only-scope
  • 6caab17 Exclude kotlin-compiler-embeddable transitive dependency and re-add as compil...
  • f52258d Update Kotlin to 2.1.20 in `jte-runtime-cp-test-models-gradle-kotlin-versionm...
  • 40b66d5 Create copy of jte-runtime-cp-test-models-gradle-kotlin for Kotlin version mi...
  • 87ef9e9 Merge pull request #445 from schowave/JTE-412-Woker
  • a9ae7b1 Revert "refactor: Optimize JteTaskBase and worker parameter configuration"
  • 0a2c013 Merge branch 'main' into JTE-412-Woker
  • 9811ece refactor: Optimize JteTaskBase and worker parameter configuration
  • beb1738 Removes unnecessary log output
  • Additional commits viewable in compare view

Updates gg.jte:jte-models from 3.2.0 to 3.2.1

Release notes

Sourced from gg.jte:jte-models's releases.

3.2.1

This release brings lots of improvements to the jte Gradle Plugin.

  • #444 jte now uses Gradle 8.13
  • #445/#448 Fully isolated Kotlin compiler usage in Gradle Plugin, this means the Kotlin version used by Gradle no longer conflicts with the Kotlin version used to precompile kte templates.

Big thanks to @​edward3h, @​schowave and @​Nickoriuk to make this happen!

Commits
  • 906bd23 Bump version to 3.2.1
  • 542d89a Merge pull request #448 from Nickoriuk/jte-plugin-compile-only-scope
  • 6caab17 Exclude kotlin-compiler-embeddable transitive dependency and re-add as compil...
  • f52258d Update Kotlin to 2.1.20 in `jte-runtime-cp-test-models-gradle-kotlin-versionm...
  • 40b66d5 Create copy of jte-runtime-cp-test-models-gradle-kotlin for Kotlin version mi...
  • 87ef9e9 Merge pull request #445 from schowave/JTE-412-Woker
  • a9ae7b1 Revert "refactor: Optimize JteTaskBase and worker parameter configuration"
  • 0a2c013 Merge branch 'main' into JTE-412-Woker
  • 9811ece refactor: Optimize JteTaskBase and worker parameter configuration
  • beb1738 Removes unnecessary log output
  • Additional commits viewable in compare view

Updates gg.jte:jte-models from 3.2.0 to 3.2.1

Release notes

Sourced from gg.jte:jte-models's releases.

3.2.1

This release brings lots of improvements to the jte Gradle Plugin.

  • #444 jte now uses Gradle 8.13
  • #445/#448 Fully isolated Kotlin compiler usage in Gradle Plugin, this means the Kotlin version used by Gradle no longer conflicts with the Kotlin version used to precompile kte templates.

Big thanks to @​edward3h, @​schowave and @​Nickoriuk to make this happen!

Commits
  • 906bd23 Bump version to 3.2.1
  • 542d89a Merge pull request #448 from Nickoriuk/jte-plugin-compile-only-scope
  • 6caab17 Exclude kotlin-compiler-embeddable transitive dependency and re-add as compil...
  • f52258d Update Kotlin to 2.1.20 in `jte-runtime-cp-test-models-gradle-kotlin-versionm...
  • 40b66d5 Create copy of jte-runtime-cp-test-models-gradle-kotlin for Kotlin version mi...
  • 87ef9e9 Merge pull request #445 from schowave/JTE-412-Woker
  • a9ae7b1 Revert "refactor: Optimize JteTaskBase and worker parameter configuration"
  • 0a2c013 Merge branch 'main' into JTE-412-Woker
  • 9811ece refactor: Optimize JteTaskBase and worker parameter configuration
  • beb1738 Removes unnecessary log output
  • Additional commits viewable in compare view

Updates com.github.kagkarlsson:db-scheduler from 15.4.2 to 15.5.0

Release notes

Sourced from com.github.kagkarlsson:db-scheduler's releases.

v15.5.0

Changelog

🚀 Features

  • 8c1e4fa Inline micro jdbc (#682), closes #682

🐛 Fixes

  • eda01aa Daily Schedule should add day on LocalDate before setting the LocalTi… (#663), closes #662 #663

🛠 Build

  • 9f6f8b6 deps: bump net.java.dev.jna:jna from 5.15.0 to 5.17.0 (#675)
  • 53f68f1 deps: bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 (#676)
  • 77ff8ea deps: bump org.mockito:mockito-bom from 5.15.2 to 5.17.0 (#677)
  • def22ac deps-dev: bump bytebuddy.version from 1.17.2 to 1.17.5 (#678), closes #678
  • 0aaabf6 deps: bump kotlin.version from 2.1.10 to 2.1.20 (#679), closes #679

Contributors

We'd like to thank the following people for their contributions:

Commits
  • 8c1e4fa feat: Inline micro jdbc (#682)
  • eda01aa fix: Daily Schedule should add day on LocalDate before setting the LocalTi… (...
  • 9f6f8b6 build(deps): bump net.java.dev.jna:jna from 5.15.0 to 5.17.0 (#675)
  • 53f68f1 build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 t...
  • 77ff8ea build(deps): bump org.mockito:mockito-bom from 5.15.2 to 5.17.0 (#677)
  • def22ac build(deps-dev): bump bytebuddy.version from 1.17.2 to 1.17.5 (#678)
  • 0aaabf6 build(deps): bump kotlin.version from 2.1.10 to 2.1.20 (#679)
  • See full diff in compare view

Updates software.amazon.awssdk:bom from 2.31.25 to 2.31.30

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.49.1` | `3.49.2` |
| [gg.jte:jte](https://github.com/casid/jte) | `3.2.0` | `3.2.1` |
| [gg.jte:jte-models](https://github.com/casid/jte) | `3.2.0` | `3.2.1` |
| [com.github.kagkarlsson:db-scheduler](https://github.com/kagkarlsson/db-scheduler) | `15.4.2` | `15.5.0` |
| software.amazon.awssdk:bom | `2.31.25` | `2.31.30` |


Updates `org.jdbi:jdbi3-core` from 3.49.1 to 3.49.2
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.1...v3.49.2)

Updates `gg.jte:jte` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.2.0...3.2.1)

Updates `gg.jte:jte-models` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.2.0...3.2.1)

Updates `gg.jte:jte-models` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/casid/jte/releases)
- [Commits](casid/jte@3.2.0...3.2.1)

Updates `com.github.kagkarlsson:db-scheduler` from 15.4.2 to 15.5.0
- [Release notes](https://github.com/kagkarlsson/db-scheduler/releases)
- [Changelog](https://github.com/kagkarlsson/db-scheduler/blob/master/jreleaser.yml)
- [Commits](kagkarlsson/db-scheduler@v15.4.2...v15.5.0)

Updates `software.amazon.awssdk:bom` from 2.31.25 to 2.31.30

---
updated-dependencies:
- dependency-name: org.jdbi:jdbi3-core
  dependency-version: 3.49.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gg.jte:jte
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gg.jte:jte-models
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gg.jte:jte-models
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.github.kagkarlsson:db-scheduler
  dependency-version: 15.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: software.amazon.awssdk:bom
  dependency-version: 2.31.30
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 28, 2025
@jknack jknack added this to the 3.8.0 milestone May 1, 2025
@jknack jknack merged commit 3690338 into 3.x May 1, 2025
5 checks passed
@dependabot dependabot bot deleted the dependabot/maven/dependencies-85257368d8 branch May 1, 2025 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants