diff --git a/.github/workflows/pr-builder.yml b/.github/workflows/pr-builder.yml index 3ca871d..98acee1 100644 --- a/.github/workflows/pr-builder.yml +++ b/.github/workflows/pr-builder.yml @@ -1,7 +1,7 @@ # This workflow will build the project on pull requests with tests # Uses: # OS: ubuntu-lates -# JDK: Adopt JDK 8 +# JDK: Adopt JDK 17 name: PR Builder @@ -19,10 +19,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Adopt JDK 8 + - name: Set up Adopt JDK 17 uses: actions/setup-java@v2 with: - java-version: "8" + java-version: "17" distribution: "adopt" - name: Cache local Maven repository id: cache-maven-m2 diff --git a/pom.xml b/pom.xml index 3b8725e..fd8b7ba 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.wso2.carbon.extension.identity.scim2.client bundle identity-client-scim2 - 2.0.3-SNAPSHOT + 2.1.0-SNAPSHOT @@ -87,13 +87,18 @@ org.wso2.charon org.wso2.charon3.core + + + com.squareup.okio + okio + + ${charon.version} com.squareup.okio - okio - 3.6.0 - provided + okio-jvm + 3.9.0 commons-lang.wso2