diff --git a/.github/workflows/deploy-to-nexus.yml b/.github/workflows/deploy-to-nexus.yml index e37a0118..7d98b56a 100644 --- a/.github/workflows/deploy-to-nexus.yml +++ b/.github/workflows/deploy-to-nexus.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 0 - - uses: actions/setup-java@v5 + - uses: actions/setup-java@v6 with: distribution: 'jetbrains' java-version: '21' diff --git a/gradle/nordic.versions.toml b/gradle/nordic.versions.toml index 5804a4f3..16ecda96 100644 --- a/gradle/nordic.versions.toml +++ b/gradle/nordic.versions.toml @@ -4,8 +4,8 @@ # The version catalog can be updated independently of this project after the release of this library. [versions] -log = "2.5.0" -blek = "2.0.0-beta04" +log = "2.6.0" +blek = "2.0.0-beta05" [libraries] log = { group = "no.nordicsemi.android", name = "log", version.ref = "log" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a9db1155..ad7845be 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/settings.gradle.kts b/settings.gradle.kts index 08c56abd..9fac1273 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -69,7 +69,7 @@ dependencyResolutionManagement { versionCatalogs { // Use Nordic Gradle Version Catalog with common external libraries versions. create("libs") { - from("no.nordicsemi.gradle:version-catalog:3.1.2-3") + from("no.nordicsemi.gradle:version-catalog:3.2-1") } // Fixed versions for Nordic libraries. create("nordic") {