From eb1aad8779fed422bce04b744c1e609b4d88323f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 00:16:27 +0000 Subject: [PATCH] chore(deps): bump the all-dependencies group with 6 updates Bumps the all-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.4.20-Beta1` | `2.4.20-RC` | | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.85` | `1.85.2` | | org.bouncycastle:bcpkix-jdk18on | `1.85` | `1.85.2` | | org.bouncycastle:bcutil-jdk18on | `1.85` | `1.85.2` | | androidx.core:core | `1.17.0` | `1.19.0` | | [gradle-wrapper](https://github.com/gradle/gradle) | `9.7.0` | `9.7.1` | Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.4.20-Beta1 to 2.4.20-RC - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.4.20-RC/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.4.20-Beta1...v2.4.20-RC) Updates `org.bouncycastle:bcprov-jdk18on` from 1.85 to 1.85.2 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `org.bouncycastle:bcpkix-jdk18on` from 1.85 to 1.85.2 Updates `org.bouncycastle:bcutil-jdk18on` from 1.85 to 1.85.2 Updates `androidx.core:core` from 1.17.0 to 1.19.0 Updates `gradle-wrapper` from 9.7.0 to 9.7.1 - [Release notes](https://github.com/gradle/gradle/releases) - [Commits](https://github.com/gradle/gradle/compare/v9.7.0...v9.7.1) chore(deps): bump the all-dependencies group with 2 updates Bumps the all-dependencies group with 2 updates: [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `github/codeql-action/init` from 4.37.6 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/5595ccaf912efad79be6eef63a5619ff05969be3...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28) Updates `github/codeql-action/analyze` from 4.37.6 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/5595ccaf912efad79be6eef63a5619ff05969be3...db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.4.20-RC dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.bouncycastle:bcprov-jdk18on dependency-version: 1.85.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.bouncycastle:bcpkix-jdk18on dependency-version: 1.85.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.bouncycastle:bcutil-jdk18on dependency-version: 1.85.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: androidx.core:core dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: gradle-wrapper dependency-version: 9.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: github/codeql-action/init dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: github/codeql-action/analyze dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 8 ++++---- app/build.gradle | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- settings.gradle | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index aea2bd7..7e31e70 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -47,7 +47,7 @@ jobs: "${ANDROID_HOME}/cmdline-tools/latest/bin/sdkmanager" "cmake;3.22.1" - name: Initialize CodeQL - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: languages: c-cpp build-mode: manual @@ -62,7 +62,7 @@ jobs: --stacktrace - name: Analyze C/C++ - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: category: "/language:c-cpp" @@ -92,7 +92,7 @@ jobs: run: chmod +x gradlew - name: Initialize CodeQL - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 + uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: languages: java-kotlin build-mode: manual @@ -116,6 +116,6 @@ jobs: --stacktrace - name: Analyze Kotlin - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4 + uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4 with: category: "/language:java-kotlin" diff --git a/app/build.gradle b/app/build.gradle index 2cf8cc2..72da69d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -223,7 +223,7 @@ android { dependencies { implementation project(':protocol') - implementation 'androidx.core:core:1.17.0' + implementation 'androidx.core:core:1.19.0' implementation 'androidx.recyclerview:recyclerview:1.4.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test:runner:1.7.0' diff --git a/build.gradle b/build.gradle index 6df953a..3267131 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20-Beta1' + classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:2.4.20-RC' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1e922f4..c42672d 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.7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/settings.gradle b/settings.gradle index 06ee17a..4993a30 100644 --- a/settings.gradle +++ b/settings.gradle @@ -11,9 +11,9 @@ pluginManagement { // plugin classpath outside of a normal buildscript {} block, so this is forced // here rather than in a project build.gradle. def forcedSecureVersions = [ - 'org.bouncycastle:bcprov-jdk18on:1.85', - 'org.bouncycastle:bcpkix-jdk18on:1.85', - 'org.bouncycastle:bcutil-jdk18on:1.85', + 'org.bouncycastle:bcprov-jdk18on:1.85.2', + 'org.bouncycastle:bcpkix-jdk18on:1.85.2', + 'org.bouncycastle:bcutil-jdk18on:1.85.2', 'org.bitbucket.b_c:jose4j:0.9.6', 'org.jdom:jdom2:2.0.6.1', 'org.apache.commons:commons-lang3:3.20.0',