From 7e000fcf04e037e5c653fa31152d016db5c8fd6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 04:54:27 +0000 Subject: [PATCH] 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](https://github.com/gradleup/nmcp/compare/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](https://github.com/webauthn4j/webauthn4j/compare/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](https://github.com/jdbi/jdbi/compare/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] --- gradle/libs.versions.toml | 6 +++--- settings.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index ec22579..70f49d8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -22,7 +22,7 @@ google-java-format = "1.25.2" jspecify = "1.0.0" # Runtime — pk-auth-core -webauthn4j = "0.31.7.RELEASE" +webauthn4j = "0.31.8.RELEASE" nimbus-jose-jwt = "10.9.1" jackson = "3.2.0" jackson-annotations = "2.22" @@ -34,11 +34,11 @@ slf4j = "2.0.18" argon2-jvm = "2.12" # Persistence -jdbi = "3.53.0" +jdbi = "3.54.0" flyway = "12.10.0" postgresql = "42.7.12" hikaricp = "7.1.0" -aws-sdk = "2.46.19" +aws-sdk = "2.46.20" testcontainers = "1.21.4" # Spring Boot adapter (Phase 8). Spring Boot 4 / Spring Security 7. Spring Boot 4 standardized diff --git a/settings.gradle.kts b/settings.gradle.kts index 0cc972a..30a4b2a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -10,7 +10,7 @@ plugins { // Maven Central publishing via Sonatype Central Portal. The aggregation plugin is auto-applied // to subprojects with `maven-publish` — `./gradlew publishAggregationToCentralPortal` uploads // every signed publication to the Central Portal in a single bundle. - id("com.gradleup.nmcp.settings") version "1.6.0" + id("com.gradleup.nmcp.settings") version "1.6.1" } rootProject.name = "pk-auth"