File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Credential Issuer common libraries Release Notes
22
3+ # 6.1.0
4+ - Added steps to decrypt and verify session request in WellKnownJwksSteps
5+ that have been encrypted by the stub / core using the corresponding kms key
6+ if `./well-known` is used the ENV_VAR_FEATURE_FLAG_KEY_ROTATION needs to be set to true
7+
38# 6.0.0
49 - Refactored step definitions to remove duplication for the authorization and token endpoint
510 - Removed ipvCoreStub file and references to it
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ plugins {
1111}
1212
1313// please update RELEASE_NOTES.md when you update this version
14- def buildVersion = " 6.0 .0"
14+ def buildVersion = " 6.1 .0"
1515
1616defaultTasks ' clean' , ' spotlessApply' , ' build'
1717
@@ -104,6 +104,9 @@ dependencies {
104104
105105 lambda_tests " software.amazon.awssdk:aws-lambda-java-tests:1.1.1"
106106
107+
108+
109+
107110 jackson " com.fasterxml.jackson.core:jackson-core" ,
108111 " com.fasterxml.jackson.core:jackson-databind" ,
109112 " com.fasterxml.jackson.core:jackson-annotations" ,
@@ -154,6 +157,8 @@ dependencies {
154157
155158 testRuntimeOnly configurations. test_runtime
156159
160+
161+ testFixturesApi configurations. kms
157162 testFixturesApi configurations. aws
158163 testFixturesApi configurations. sqs
159164 testFixturesApi configurations. aws_crt_client
You can’t perform that action at this time.
0 commit comments