From 807011b45faa24d29a34b90c23f80e1a27f1d1e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:29:25 +1300 Subject: [PATCH 1/9] build(deps): bump mockito-core from 4.10.0 to 4.11.0 (#1899) Bumps [mockito-core](https://github.com/mockito/mockito) from 4.10.0 to 4.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.10.0...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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 94390b0e..61a91da9 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ 2.14.1 3.23.1 2.2 - 4.10.0 + 4.11.0 1.22 3.10.1 From 8d57795dd3b42dae069d14b86baef9dab6c8e955 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:29:39 +1300 Subject: [PATCH 2/9] build(deps): bump kotlin.version from 1.7.22 to 1.8.0 (#1898) Bumps `kotlin.version` from 1.7.22 to 1.8.0. Updates `kotlin-stdlib-jdk8` from 1.7.22 to 1.8.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.22...v1.8.0) Updates `kotlin-reflect` from 1.7.22 to 1.8.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.7.22...v1.8.0) Updates `kotlin-maven-plugin` from 1.7.22 to 1.8.0 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- kotlin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 6de172bc..2a5cfdb8 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -29,7 +29,7 @@ ${project.basedir}/.. - 1.7.22 + 1.8.0 1.6.4 From 8e163d3e87c2453b6741f38495010fde8685d2b9 Mon Sep 17 00:00:00 2001 From: Marvin Froeder Date: Mon, 9 Jan 2023 08:55:41 +1300 Subject: [PATCH 3/9] Bump bom generator version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61a91da9..667f43cd 100644 --- a/pom.xml +++ b/pom.xml @@ -1,7 +1,7 @@