From 4b1cee7ba9cf9899f5397f874a6fb6529f260621 Mon Sep 17 00:00:00 2001 From: Drjacky Date: Sun, 1 Jan 2023 14:15:52 +0000 Subject: [PATCH] Update dependencies --- README.md | 2 +- build.gradle.kts | 2 +- buildSrc/build.gradle.kts | 6 +-- .../app/web/drjackycv/buildsrc/Depends.kt | 42 +++++++++---------- config/detekt/detekt.yml | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 6 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 4dc4655..9596a4a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # MVIModularizationTemplate 🧞‍ -![Language](https://img.shields.io/badge/Kotlin-1.7.20-blue) ![License](https://img.shields.io/github/license/Drjacky/MVIModularizationTemplate?logo=MIT) [![Actions Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Pre%20Merge%20Checks/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Build Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Android%20CI/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Drjacky_MVIModularizationTemplate&metric=alert_status)](https://sonarcloud.io/dashboard?id=Drjacky_MVIModularizationTemplate) +![Language](https://img.shields.io/badge/Kotlin-1.7.21-blue) ![License](https://img.shields.io/github/license/Drjacky/MVIModularizationTemplate?logo=MIT) [![Actions Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Pre%20Merge%20Checks/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Build Status](https://github.com/Drjacky/MVIModularizationTemplate/workflows/Android%20CI/badge.svg)](https://github.com/Drjacky/MVIModularizationTemplate/actions) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Drjacky_MVIModularizationTemplate&metric=alert_status)](https://sonarcloud.io/dashboard?id=Drjacky_MVIModularizationTemplate) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDrjacky%2FMVIModularizationTemplate?ref=badge_shield) [![CodeScene Code Health](https://codescene.io/projects/29432/status-badges/code-health)](https://codescene.io/projects/29432) diff --git a/build.gradle.kts b/build.gradle.kts index 3fa7a84..47659d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,4 +36,4 @@ configure { ensureJavaHomeMatches.set(true) failOnError.set(false) } -} \ No newline at end of file +} diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 8117380..bb8764c 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -11,8 +11,8 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.7.20") - implementation("com.android.tools.build:gradle:7.3.0") - implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0-RC2") + implementation("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.7.21") + implementation("com.android.tools.build:gradle:7.3.1") + implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0") implementation("com.squareup:javapoet:1.13.0") } \ No newline at end of file diff --git a/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt b/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt index c867828..30a10f0 100644 --- a/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt +++ b/buildSrc/src/main/kotlin/app/web/drjackycv/buildsrc/Depends.kt @@ -25,28 +25,28 @@ object Depends { object Versions { const val appVersionCode = 1_000_000 - const val gradleVersion = "7.3.0" - const val androidCompileSdkVersion = 31 - const val targetSdkVersion = 31 + const val gradleVersion = "7.3.1" + const val androidCompileSdkVersion = 33 + const val targetSdkVersion = 33 const val minSdkVersion = 21 const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" - const val kotlinVersion = "1.7.20" + const val kotlinVersion = "1.7.21" const val rxKotlinVersion = "3.0.1" - const val rxAndroidVersion = "3.0.0" + const val rxAndroidVersion = "3.0.2" const val rxJavaVersion = "3.1.4" const val rxBinding = "4.0.0" const val retrofit2Version = "2.9.0" - const val okhttpLoggingVersion = "5.0.0-alpha.6" + const val okhttpLoggingVersion = "5.0.0-alpha.10" const val chuckerVersion = "3.5.2" const val lifecycleVersion = "2.4.0" const val constraintLayoutVersion = "2.1.3" const val supportVersion = "1.4.1" const val materialVersion = "1.6.1" - const val coreKtxVersion = "1.7.0" + const val coreKtxVersion = "1.9.0" const val navigationVersion = "2.5.0-alpha04" const val pagingVersion = "3.1.1" const val multidexVersion = "2.0.1" - const val fragmentExtVersion = "1.5.0-alpha05" + const val fragmentExtVersion = "1.5.4" const val recyclerviewVersion = "1.3.0-alpha02" const val hiltVersion = "2.44" const val hiltCompilerVersion = "1.0.0" @@ -54,28 +54,28 @@ object Depends { const val timberVersion = "5.0.1" const val lottieVersion = "5.2.0" const val paletteVersion = "1.0.0" - const val glideVersion = "4.13.1" + const val glideVersion = "4.14.2" const val dataStorePreferenceVersion = "1.0.0" const val apolloGraphqlVersion = "3.6.2" - const val arrowVersion = "1.0.1" + const val arrowVersion = "1.1.3" const val mockitoKotlinVersion = "2.2.0" - const val mockitoCoreVersion = "4.3.1" - const val mockitoInlineVersion = "4.3.1" - const val espressoVersion = "3.4.0" + const val mockitoCoreVersion = "4.10.0" + const val mockitoInlineVersion = "4.10.0" + const val espressoVersion = "3.5.0" const val junitVersion = "4.13.2" const val supportTestVersion = "1.4.0" const val testCoreVersion = "1.4.0" - const val testExtJunitVersion = "1.1.3" + const val testExtJunitVersion = "1.1.4" const val sonarqubeVersion = "3.3" - const val detektVersion = "1.22.0-RC2" - const val checkDependencyVersionsVersion = "0.42.0" + const val detektVersion = "1.22.0" + const val checkDependencyVersionsVersion = "0.44.0" const val gradleDoctorVersion = "0.8.1" - const val dependencyAnalysisVersion = "1.0.0" - const val sonatypeScanGradleVersion = "2.5.2" - const val leakCanaryVersion = "2.8.1" - const val coroutinesTestVersion = "1.6.0" - const val mockkVersion = "1.12.2" + const val dependencyAnalysisVersion = "1.17.0" + const val sonatypeScanGradleVersion = "2.5.3" + const val leakCanaryVersion = "2.10" + const val coroutinesTestVersion = "1.6.4" + const val mockkVersion = "1.13.3" const val archCoreTestingVersion = "2.1.0" } diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index c34aa80..bce29e3 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -583,7 +583,7 @@ style: MandatoryBracesLoops: active: false MaxLineLength: - active: true + active: false maxLineLength: 120 excludePackageStatements: true excludeImportStatements: true diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8ae741c..e11a57e 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed Apr 06 12:30:45 IST 2022 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME