Skip to content

Commit

Permalink
Merge pull request #421 from ForgeRock/SDKS-3020
Browse files Browse the repository at this point in the history
[SDKS-3020] Support Centralize Oidc Signoff with PingOne
  • Loading branch information
witrisna authored Jun 10, 2024
2 parents 1cfae0d + 3ed82d6 commit 2efffe8
Show file tree
Hide file tree
Showing 48 changed files with 1,522 additions and 1,685 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## [4.4.2]
## [4.5.0]
#### Added
- Support Centralize Oidc Signoff with PingOne [SDKS-3020]

#### Fixed
- Resolve commons-io-2.6.jar and bcprov-jdk15on-1.68.jar vulnerability warning [SDKS-3073]
- Use English locale when generating certificate for Application Pin [SDKS-3221]
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("org.sonatype.gradle.plugins.scan") version "2.4.0"
id("org.jetbrains.dokka") version "1.9.10"
id("com.android.application") version "8.2.2" apply false
id("com.android.library") version "8.2.2" apply false
id("com.android.application") version "8.3.2" apply false
id("com.android.library") version "8.3.2" apply false
id("org.jetbrains.kotlin.android") version "1.9.22" apply false
}

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ repositories {
}

dependencies {
implementation("com.android.tools.build:gradle-api:8.2.2")
implementation("com.android.tools.build:gradle-api:8.3.2")
}
2 changes: 1 addition & 1 deletion forgerock-auth/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ dependencies {
implementation(libs.org.jetbrains.kotlinx)
implementation(libs.jetbrains.kotlinx.coroutines.play.services)
implementation(libs.androidx.appcompat)
implementation(libs.androidx.fragment.ktx)

//Make it optional for developer
compileOnly(libs.play.services.location)
Expand Down Expand Up @@ -142,4 +141,5 @@ dependencies {
delombok(libs.projectlombok.lombok)
annotationProcessor(libs.projectlombok.lombok)


}

This file was deleted.

Loading

0 comments on commit 2efffe8

Please sign in to comment.