Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent 319fcd5 commit ca9b809
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions webauthn-server-webathn4j/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'idea'
id 'org.springframework.boot' version '3.4.1'
id 'org.springframework.boot' version '3.4.2'
id 'io.spring.dependency-management' version '1.1.7'
}

Expand Down Expand Up @@ -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.28.4.RELEASE'
implementation 'com.webauthn4j:webauthn4j-core:0.28.5.RELEASE'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'org.mockito:mockito-junit-jupiter'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions webauthn-server/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'idea'
id 'org.springframework.boot' version '3.4.1'
id 'org.springframework.boot' version '3.4.2'
id 'io.spring.dependency-management' version '1.1.7'
}

Expand Down Expand Up @@ -44,9 +44,9 @@ dependencies {
compileOnly 'org.projectlombok:lombok'
implementation 'com.google.guava:guava:33.4.0-jre'
annotationProcessor 'org.projectlombok:lombok'
implementation 'com.yubico:webauthn-server-core:2.6.0-alpha8'
implementation 'com.yubico:webauthn-server-attestation:2.6.0-alpha8'
implementation 'com.yubico:yubico-util:2.6.0-alpha8'
implementation 'com.yubico:webauthn-server-core:2.6.0'
implementation 'com.yubico:webauthn-server-attestation:2.6.0'
implementation 'com.yubico:yubico-util:2.6.0'
implementation 'com.upokecenter:cbor:4.5.6'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'io.projectreactor:reactor-test'
Expand Down
2 changes: 1 addition & 1 deletion webauthn-server/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ca9b809

Please sign in to comment.