diff --git a/react_app/package.json b/react_app/package.json index c9df011..72ea902 100644 --- a/react_app/package.json +++ b/react_app/package.json @@ -7,7 +7,7 @@ "@testing-library/jest-dom": "^6.0.0", "@testing-library/user-event": "^14.0.0", "@types/jest": "^30.0.0", - "@types/node": "^24.0.0", + "@types/node": "^25.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "react": "^19.0.0", diff --git a/webauthn-server-webathn4j/build.gradle b/webauthn-server-webathn4j/build.gradle index f2d8f0a..98d3686 100644 --- a/webauthn-server-webathn4j/build.gradle +++ b/webauthn-server-webathn4j/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'idea' - id 'org.springframework.boot' version '3.5.3' + id 'org.springframework.boot' version '4.0.1' id 'io.spring.dependency-management' version '1.1.7' } @@ -34,7 +34,7 @@ repositories { } ext { - set('springCloudVersion', "2025.0.0") + set('springCloudVersion', "2025.1.0") } dependencies { @@ -43,7 +43,7 @@ dependencies { compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' implementation 'org.hibernate.validator:hibernate-validator' - implementation 'com.webauthn4j:webauthn4j-core:0.29.4.RELEASE' + implementation 'com.webauthn4j:webauthn4j-core:0.30.2.RELEASE' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.projectreactor:reactor-test' testImplementation 'org.mockito:mockito-junit-jupiter' diff --git a/webauthn-server-webathn4j/gradle/wrapper/gradle-wrapper.properties b/webauthn-server-webathn4j/gradle/wrapper/gradle-wrapper.properties index d4081da..23449a2 100644 --- a/webauthn-server-webathn4j/gradle/wrapper/gradle-wrapper.properties +++ b/webauthn-server-webathn4j/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/webauthn-server/build.gradle b/webauthn-server/build.gradle index 009c84b..4e86c7d 100644 --- a/webauthn-server/build.gradle +++ b/webauthn-server/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'idea' - id 'org.springframework.boot' version '3.5.3' + id 'org.springframework.boot' version '4.0.1' id 'io.spring.dependency-management' version '1.1.7' } @@ -34,7 +34,7 @@ repositories { } ext { - set('springCloudVersion', "2025.0.0") + set('springCloudVersion', "2025.1.0") } dependencies { @@ -42,11 +42,11 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.hibernate.validator:hibernate-validator' compileOnly 'org.projectlombok:lombok' - implementation 'com.google.guava:guava:33.4.8-jre' + implementation 'com.google.guava:guava:33.5.0-jre' annotationProcessor 'org.projectlombok:lombok' - implementation 'com.yubico:webauthn-server-core:2.7.0' - implementation 'com.yubico:webauthn-server-attestation:2.7.0' - implementation 'com.yubico:yubico-util:2.7.0' + implementation 'com.yubico:webauthn-server-core:2.8.0' + implementation 'com.yubico:webauthn-server-attestation:2.8.0' + implementation 'com.yubico:yubico-util:2.8.0' implementation 'com.upokecenter:cbor:4.5.6' testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.projectreactor:reactor-test' diff --git a/webauthn-server/gradle/wrapper/gradle-wrapper.properties b/webauthn-server/gradle/wrapper/gradle-wrapper.properties index d4081da..23449a2 100644 --- a/webauthn-server/gradle/wrapper/gradle-wrapper.properties +++ b/webauthn-server/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME