From 7586ba8b2335a422a1c9c410e6f2de3dcf0c5903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:21:28 +0000 Subject: [PATCH 1/2] Build(deps): Bump org.mockito:mockito-core in the test group Bumps the test group with 1 update: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.22.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.22.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d033cd38..fa42e628 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -136,7 +136,7 @@ android-svg = "1.4" # https://mvnrepository.com/artifact/junit/junit junit = "4.13.2" # https://mvnrepository.com/artifact/org.mockito/mockito-core -mockito = "5.22.0" +mockito = "5.23.0" mockito-kotlin = "6.2.3" # https://commons.apache.org/ commons-csv = "1.14.1" From 9d865076dc7857f4ad6f102295beea589444c814 Mon Sep 17 00:00:00 2001 From: MonTransit Bot <84137772+montransit@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:23:39 +0000 Subject: [PATCH 2/2] Update dependencies baseline --- shared-opt-dir/parser/dependencies/testCompileClasspath.txt | 2 +- shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared-opt-dir/parser/dependencies/testCompileClasspath.txt b/shared-opt-dir/parser/dependencies/testCompileClasspath.txt index bbdc5dde..ce5e5f9a 100644 --- a/shared-opt-dir/parser/dependencies/testCompileClasspath.txt +++ b/shared-opt-dir/parser/dependencies/testCompileClasspath.txt @@ -28,5 +28,5 @@ org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 org.jetbrains:annotations:23.0.0 org.jspecify:jspecify:1.0.0 org.mockito.kotlin:mockito-kotlin:6.2.3 -org.mockito:mockito-core:5.22.0 +org.mockito:mockito-core:5.23.0 org.xerial:sqlite-jdbc:3.51.3.0 diff --git a/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt b/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt index 72d2477f..dae02bba 100644 --- a/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt +++ b/shared-opt-dir/parser/dependencies/testRuntimeClasspath.txt @@ -29,6 +29,6 @@ org.jetbrains.kotlinx:kotlinx-serialization-json:1.10.0 org.jetbrains:annotations:23.0.0 org.jspecify:jspecify:1.0.0 org.mockito.kotlin:mockito-kotlin:6.2.3 -org.mockito:mockito-core:5.22.0 +org.mockito:mockito-core:5.23.0 org.objenesis:objenesis:3.3 org.xerial:sqlite-jdbc:3.51.3.0