From 72920bb3feff44ecf8ffb74c8b851eecfa12370a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:15:57 -0600 Subject: [PATCH 1/6] Bump org.mockito:mockito-core from 4.5.1 to 4.11.0 (#422) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.5.1 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.5.1...v4.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- compiler/build.gradle.kts | 2 +- interop_testing/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/build.gradle.kts b/compiler/build.gradle.kts index 29b1dcbb..f014a216 100644 --- a/compiler/build.gradle.kts +++ b/compiler/build.gradle.kts @@ -28,7 +28,7 @@ dependencies { testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.8.18") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0") - testImplementation("org.mockito:mockito-core:4.5.1") + testImplementation("org.mockito:mockito-core:4.11.0") } tasks.jar { diff --git a/interop_testing/build.gradle.kts b/interop_testing/build.gradle.kts index 612f76bd..a4e5190a 100644 --- a/interop_testing/build.gradle.kts +++ b/interop_testing/build.gradle.kts @@ -22,7 +22,7 @@ dependencies { implementation("com.google.truth:truth:1.1.3") - testImplementation("org.mockito:mockito-core:4.5.1") + testImplementation("org.mockito:mockito-core:4.11.0") testImplementation("com.squareup.okhttp:okhttp:2.7.5") { because("transitive dep for grpc-okhttp") } From aa487631f0986a4742fda7a978034139ab0751f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 14:34:04 -0600 Subject: [PATCH 2/6] Bump com.google.protobuf:protobuf-gradle-plugin from 0.8.18 to 0.9.4 (#421) Bumps [com.google.protobuf:protobuf-gradle-plugin](https://github.com/google/protobuf-gradle-plugin) from 0.8.18 to 0.9.4. - [Release notes](https://github.com/google/protobuf-gradle-plugin/releases) - [Commits](https://github.com/google/protobuf-gradle-plugin/compare/v0.8.18...v0.9.4) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- compiler/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/build.gradle.kts b/compiler/build.gradle.kts index f014a216..8750cc72 100644 --- a/compiler/build.gradle.kts +++ b/compiler/build.gradle.kts @@ -25,7 +25,7 @@ dependencies { testImplementation("junit:junit:4.13.2") testImplementation("com.google.guava:guava:29.0-jre") testImplementation("com.google.jimfs:jimfs:1.3.0") - testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.8.18") + testImplementation("com.google.protobuf:protobuf-gradle-plugin:0.9.4") testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0") testImplementation("org.mockito:mockito-core:4.11.0") From 673f8bd1ef14e98e4bb5ec70250561ad367616a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 13:12:45 -0600 Subject: [PATCH 3/6] Bump org.jetbrains.dokka from 1.8.20 to 1.9.0 (#424) Bumps [org.jetbrains.dokka](https://github.com/Kotlin/dokka) from 1.8.20 to 1.9.0. - [Release notes](https://github.com/Kotlin/dokka/releases) - [Commits](https://github.com/Kotlin/dokka/compare/v1.8.20...v1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.dokka dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- stub/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub/build.gradle.kts b/stub/build.gradle.kts index e9f1435b..66ffaf03 100644 --- a/stub/build.gradle.kts +++ b/stub/build.gradle.kts @@ -3,7 +3,7 @@ import org.jetbrains.dokka.gradle.DokkaTask import java.net.URL plugins { - id("org.jetbrains.dokka") version "1.8.20" + id("org.jetbrains.dokka") version "1.9.0" } repositories { From df1be05ee855402f75a8541ec182b9b569c3fe32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:02:17 -0600 Subject: [PATCH 4/6] Bump actions/checkout from 3 to 4 (#426) --- .github/workflows/bazel.yml | 2 +- .github/workflows/gradle.yml | 2 +- .github/workflows/gradle_arm.yaml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bazel.yml b/.github/workflows/bazel.yml index 745d6009..e0717ba4 100644 --- a/.github/workflows/bazel.yml +++ b/.github/workflows/bazel.yml @@ -8,7 +8,7 @@ jobs: bazel: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Mount bazel cache uses: actions/cache@v3 with: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 73b750eb..66a49941 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -13,7 +13,7 @@ jobs: java: ['8', '11', '17'] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: diff --git a/.github/workflows/gradle_arm.yaml b/.github/workflows/gradle_arm.yaml index 8cf64def..bcb4d399 100644 --- a/.github/workflows/gradle_arm.yaml +++ b/.github/workflows/gradle_arm.yaml @@ -8,7 +8,7 @@ jobs: gradle_arm: runs-on: ubuntu-18.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: test_on_arm continue-on-error: true uses: uraimo/run-on-arch-action@v2.5.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9019d419..65490416 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v3 with: From 64ac6e926c2e6a2b40e770fb58dc5c44087076ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 12:59:38 -0600 Subject: [PATCH 5/6] Bump composeVersion from 1.5.0 to 1.5.1 in /examples (#427) Bumps `composeVersion` from 1.5.0 to 1.5.1. Updates `androidx.compose.foundation:foundation-layout` from 1.5.0 to 1.5.1 Updates `androidx.compose.material:material` from 1.5.0 to 1.5.1 Updates `androidx.compose.runtime:runtime` from 1.5.0 to 1.5.1 Updates `androidx.compose.ui:ui` from 1.5.0 to 1.5.1 --- updated-dependencies: - dependency-name: androidx.compose.foundation:foundation-layout dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.compose.material:material dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.compose.runtime:runtime dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: androidx.compose.ui:ui dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/android/build.gradle.kts b/examples/android/build.gradle.kts index dc90e657..15ba0c7e 100644 --- a/examples/android/build.gradle.kts +++ b/examples/android/build.gradle.kts @@ -3,7 +3,7 @@ plugins { kotlin("android") } -val composeVersion = "1.5.0" +val composeVersion = "1.5.1" val composeCompilerVersion = "1.5.3" dependencies { From fe5135e2bd3da9d37011d8ca8fb745f69b642154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 13:28:21 -0600 Subject: [PATCH 6/6] Bump org.gradle.test-retry from 1.5.4 to 1.5.5 (#430) Bumps org.gradle.test-retry from 1.5.4 to 1.5.5. --- updated-dependencies: - dependency-name: org.gradle.test-retry dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 35837445..db91e51e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "1.6.21" apply false id("com.google.protobuf") version "0.9.4" apply false - id("org.gradle.test-retry") version "1.5.4" + id("org.gradle.test-retry") version "1.5.5" id("io.github.gradle-nexus.publish-plugin") version "1.3.0" }