Skip to content

Commit 7e000fc

Browse files
build(deps): Bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [com.gradleup.nmcp.settings](https://github.com/gradleup/nmcp) | `1.6.0` | `1.6.1` | | [com.webauthn4j:webauthn4j-core](https://github.com/webauthn4j/webauthn4j) | `0.31.7.RELEASE` | `0.31.8.RELEASE` | | [org.jdbi:jdbi3-core](https://github.com/jdbi/jdbi) | `3.53.0` | `3.54.0` | | software.amazon.awssdk:dynamodb | `2.46.19` | `2.46.20` | | software.amazon.awssdk:dynamodb-enhanced | `2.46.19` | `2.46.20` | Updates `com.gradleup.nmcp.settings` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/gradleup/nmcp/releases) - [Changelog](https://github.com/GradleUp/nmcp/blob/main/CHANGELOG.md) - [Commits](GradleUp/nmcp@v1.6.0...v1.6.1) Updates `com.webauthn4j:webauthn4j-core` from 0.31.7.RELEASE to 0.31.8.RELEASE - [Release notes](https://github.com/webauthn4j/webauthn4j/releases) - [Commits](webauthn4j/webauthn4j@0.31.7.RELEASE...0.31.8.RELEASE) Updates `org.jdbi:jdbi3-core` from 3.53.0 to 3.54.0 - [Release notes](https://github.com/jdbi/jdbi/releases) - [Changelog](https://github.com/jdbi/jdbi/blob/master/RELEASE_NOTES.md) - [Commits](jdbi/jdbi@v3.53.0...v3.54.0) Updates `software.amazon.awssdk:dynamodb` from 2.46.19 to 2.46.20 Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.46.19 to 2.46.20 Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.46.19 to 2.46.20 --- updated-dependencies: - dependency-name: com.gradleup.nmcp.settings dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.webauthn4j:webauthn4j-core dependency-version: 0.31.8.RELEASE dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: org.jdbi:jdbi3-core dependency-version: 3.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: software.amazon.awssdk:dynamodb dependency-version: 2.46.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: software.amazon.awssdk:dynamodb-enhanced dependency-version: 2.46.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: software.amazon.awssdk:dynamodb-enhanced dependency-version: 2.46.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3617c14 commit 7e000fc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ google-java-format = "1.25.2"
2222
jspecify = "1.0.0"
2323

2424
# Runtime — pk-auth-core
25-
webauthn4j = "0.31.7.RELEASE"
25+
webauthn4j = "0.31.8.RELEASE"
2626
nimbus-jose-jwt = "10.9.1"
2727
jackson = "3.2.0"
2828
jackson-annotations = "2.22"
@@ -34,11 +34,11 @@ slf4j = "2.0.18"
3434
argon2-jvm = "2.12"
3535

3636
# Persistence
37-
jdbi = "3.53.0"
37+
jdbi = "3.54.0"
3838
flyway = "12.10.0"
3939
postgresql = "42.7.12"
4040
hikaricp = "7.1.0"
41-
aws-sdk = "2.46.19"
41+
aws-sdk = "2.46.20"
4242
testcontainers = "1.21.4"
4343

4444
# Spring Boot adapter (Phase 8). Spring Boot 4 / Spring Security 7. Spring Boot 4 standardized

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
// Maven Central publishing via Sonatype Central Portal. The aggregation plugin is auto-applied
1111
// to subprojects with `maven-publish` — `./gradlew publishAggregationToCentralPortal` uploads
1212
// every signed publication to the Central Portal in a single bundle.
13-
id("com.gradleup.nmcp.settings") version "1.6.0"
13+
id("com.gradleup.nmcp.settings") version "1.6.1"
1414
}
1515

1616
rootProject.name = "pk-auth"

0 commit comments

Comments
 (0)