diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ecfc529a..5919afe9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: strategy: matrix: include: - - java: 11 + - java: 17 # Need to use specific (not `-latest`) version of macOS to be sure the required version of Xcode/simulator is available platform: macos-14 e2e-tests: ios diff --git a/build.gradle b/build.gradle index 5a9477ad5..d88813d35 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { id 'jacoco' id 'signing' id 'org.owasp.dependencycheck' version '12.1.6' - id 'com.gradleup.shadow' version '8.3.8' + id 'com.gradleup.shadow' version '9.2.2' id 'org.jreleaser' version '1.20.0' }