Commit e15b735
authored
Bump the dev-dependencies group with 12 updates (#42)
Bumps the dev-dependencies group with 12 updates:
| Package | From | To |
| --- | --- | --- |
| [com.amazonaws:aws-java-sdk-dynamodb](https://github.com/aws/aws-sdk-java) | `1.12.791` | `1.12.792` |
| software.amazon.awssdk:bom | `2.34.5` | `2.35.0` |
| [org.jdbi:jdbi3-caffeine-cache](https://github.com/jdbi/jdbi) | `3.49.5` | `3.49.6` |
| [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.49.5` | `3.49.6` |
| [org.jdbi:jdbi3-noop-cache](https://github.com/jdbi/jdbi) | `3.49.5` | `3.49.6` |
| [org.jdbi:jdbi3-postgres](https://github.com/jdbi/jdbi) | `3.49.5` | `3.49.6` |
| [org.jdbi:jdbi3-sqlobject](https://github.com/jdbi/jdbi) | `3.49.5` | `3.49.6` |
| [org.jdbi:jdbi3-testing](https://github.com/jdbi/jdbi) | `3.49.5` | `3.49.6` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework) | `5.13.4` | `6.0.0` |
| [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.33.0` | `5.0.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.19` |
| [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) | `1.5.18` | `1.5.19` |
Updates `com.amazonaws:aws-java-sdk-dynamodb` from 1.12.791 to 1.12.792
- [Changelog](https://github.com/aws/aws-sdk-java/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-java@1.12.791...1.12.792)
Updates `software.amazon.awssdk:bom` from 2.34.5 to 2.35.0
Updates `org.jdbi:jdbi3-caffeine-cache` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-core` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-noop-cache` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-postgres` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-sqlobject` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-testing` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-core` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-noop-cache` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-postgres` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-sqlobject` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.jdbi:jdbi3-testing` from 3.49.5 to 3.49.6
- [Release notes](https://github.com/jdbi/jdbi/releases)
- [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md)
- [Commits](jdbi/jdbi@v3.49.5...v3.49.6)
Updates `org.junit.jupiter:junit-jupiter` from 5.13.4 to 6.0.0
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.4...r6.0.0)
Updates `org.liquibase:liquibase-core` from 4.33.0 to 5.0.1
- [Release notes](https://github.com/liquibase/liquibase/releases)
- [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt)
- [Commits](liquibase/liquibase@v4.33.0...v5.0.1)
Updates `ch.qos.logback:logback-classic` from 1.5.18 to 1.5.19
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.19)
Updates `ch.qos.logback:logback-core` from 1.5.18 to 1.5.19
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.19)
Updates `ch.qos.logback:logback-core` from 1.5.18 to 1.5.19
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.18...v_1.5.19)
---
updated-dependencies:
- dependency-name: com.amazonaws:aws-java-sdk-dynamodb
dependency-version: 1.12.792
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.35.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-caffeine-cache
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-core
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-noop-cache
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-postgres
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-sqlobject
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.jdbi:jdbi3-testing
dependency-version: 3.49.6
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: org.liquibase:liquibase-core
dependency-version: 5.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-classic
dependency-version: 1.5.19
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.19
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.19
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: dev-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5179c80 commit e15b735
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments