Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agents-kt-identity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {

// #4521 — vetted JOSE/JWS + JWKS library; badge verification is trust-critical, so we do not
// hand-roll JWS signature verification (alg-confusion, ES256 P1363/DER, alg=none are real footguns).
api("com.nimbusds:nimbus-jose-jwt:10.3")
api("com.nimbusds:nimbus-jose-jwt:10.9.1")

testImplementation(kotlin("test"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0")
Expand Down
2 changes: 1 addition & 1 deletion agents-kt-identity/gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.nimbusds:nimbus-jose-jwt:10.3=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.nimbusds:nimbus-jose-jwt:10.9.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
org.bouncycastle:bcprov-jdk18on:1.84=runtimeClasspath,testRuntimeClasspath
org.jetbrains.kotlin:kotlin-build-tools-api:2.4.0=kotlinAbiValidationCompatClasspath,kotlinBuildToolsApiClasspath,kotlinCompilerClasspath,kotlinKlibCommonizerClasspath
Expand Down
8 changes: 8 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,14 @@
<sha256 value="df7a73ac02a9ebc4eee2144ba867e7ec6f323fd7eaae25061996f74285e25ebc" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.nimbusds" name="nimbus-jose-jwt" version="10.9.1">
<artifact name="nimbus-jose-jwt-10.9.1.jar">
<sha256 value="33152ea83ec50d22706fdaf3b07acbcd716f9a68edcabdd7c4d02843cbdcdcf6" origin="Generated by Gradle"/>
</artifact>
<artifact name="nimbus-jose-jwt-10.9.1.pom">
<sha256 value="d729b6d5d9efcb6bf54e77a9513c54deb2f1a2d9e9aab5ff3ddffbc1cbf716aa" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.squareup.okio" name="okio" version="3.11.0">
<artifact name="okio-3.11.0.module">
<sha256 value="950058faacfc06a003c4f20152df854742279cb361e0427514d8c4e43740ddec" origin="Generated by Gradle"/>
Expand Down
Loading