Skip to content

Commit e71674f

Browse files
committed
OJ-2969: Update build.gradle and RELEASE_NOTES
1 parent f49e8da commit e71674f

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

build.gradle

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1616
defaultTasks '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

0 commit comments

Comments
 (0)