From 45c7da3aace1b0b02b5fa6fb66831275dd6f4686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:29:53 -0500 Subject: [PATCH] Bump org.openftc:easyopencv from 1.7.0 to 1.7.2 (#624) Bumps [org.openftc:easyopencv](https://github.com/OpenFTC/EasyOpenCV) from 1.7.0 to 1.7.2. - [Release notes](https://github.com/OpenFTC/EasyOpenCV/releases) - [Commits](https://github.com/OpenFTC/EasyOpenCV/compare/v1.7.0...v1.7.2) --- updated-dependencies: - dependency-name: org.openftc:easyopencv 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> --- TeamCode/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeamCode/build.gradle b/TeamCode/build.gradle index 834018e82f37..5ea291fbc5d0 100644 --- a/TeamCode/build.gradle +++ b/TeamCode/build.gradle @@ -55,7 +55,7 @@ dependencies { compileOnly 'com.google.android.wearable:wearable:2.9.0' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3' implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3' - implementation 'org.openftc:easyopencv:1.7.0' + implementation 'org.openftc:easyopencv:1.7.2' implementation "org.jetbrains.kotlin:kotlin-reflect:1.9.22" implementation 'org.apache.commons:commons-math3:3.6.1' implementation 'com.acmerobotics.roadrunner:core:0.5.5'