Skip to content

Commit

Permalink
Merge pull request #885 from MarathonLabs/feature/update-deps
Browse files Browse the repository at this point in the history
chore(deps): update to latest
  • Loading branch information
Malinskiy authored Jan 26, 2024
2 parents a317626 + 314cd99 commit f1a72f0
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ buildscript {


plugins {
id("io.gitlab.arturbosch.detekt") version "1.23.3"
id("com.github.ben-manes.versions") version "0.49.0"
id("io.gitlab.arturbosch.detekt") version "1.23.4"
id("com.github.ben-manes.versions") version "0.51.0"
}

configure<DetektExtension> {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ repositories {

dependencies {
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
implementation("com.squareup:kotlinpoet:1.14.2")
implementation("com.squareup:kotlinpoet:1.16.0")
implementation("com.google.code.gson:gson:2.10.1")
}
30 changes: 15 additions & 15 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ object Versions {
val coroutines = "1.7.3"
val coroutinesTest = coroutines

val androidCommon = "31.1.3"
val androidCommon = "31.2.2"
val adam = "0.5.3"
val dexTestParser = "2.3.4"
val kotlinLogging = "3.0.5"
val logbackClassic = "1.4.11"
val logbackClassic = "1.4.14"
val axmlParser = "1.0"
val bugsnag = "3.7.1"

val junitGradle = "1.2.0"
val androidGradleVersion = "8.1.3"
val androidGradleVersion = "8.2.2"
val gradlePluginPublish = "1.2.1"
val gradlePluginShadow = "8.1.1"

Expand All @@ -31,33 +31,33 @@ object Versions {
val apacheCommonsIO = "2.11.0"
val apacheCommonsCodec = "1.15"
val okhttp = "4.12.0"
val influxDbClient = "2.23"
val influxDb2Client = "6.10.0"
val clikt = "4.2.1"
val influxDbClient = "2.24"
val influxDb2Client = "6.12.0"
val clikt = "4.2.2"
val jacksonDatabind = "2.15.3"
val jacksonKotlin = jacksonDatabind
val jacksonYaml = jacksonDatabind
val jacksonJSR310 = jacksonDatabind
val jacksonAnnotations = jacksonDatabind
val ddPlist = "1.27"
val guava = "32.1.3-jre"
val rsync4j = "3.2.7-5"
val sshj = "0.37.0"
val guava = "33.0.0-jre"
val rsync4j = "3.2.7-6"
val sshj = "0.38.0"
val kotlinProcess = "1.4.1"
val testContainers = "1.19.1"
val testContainers = "1.19.4"
val jupiterEngine = junit5
val jansi = "2.4.1"
val scalr = "4.2"
val allureTestFilter = "2.24.0"
val allureJava = "2.24.0"
val allureTestFilter = "2.25.0"
val allureJava = "2.25.0"
val allureKotlin = "2.4.0"
val allureEnvironment = "1.0.0"
val mockitoKotlin = "5.1.0"
val mockitoKotlin = "5.2.1"
val dokka = "1.9.10"
val koin = "3.5.0"
val koin = "3.5.3"
val jsonAssert = "1.5.1"
val xmlUnit = "2.9.1"
val assertk = "0.27.0"
val assertk = "0.28.0"
}

object BuildPlugins {
Expand Down
2 changes: 1 addition & 1 deletion cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
jacoco
id("org.jetbrains.kotlin.jvm")
id("org.jetbrains.dokka")
id("com.github.gmazzo.buildconfig") version "4.1.2"
id("com.github.gmazzo.buildconfig") version "5.3.5"
}

val enableJDB = false
Expand Down
2 changes: 1 addition & 1 deletion configuration/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id("org.jetbrains.kotlin.jvm")
id("org.jetbrains.dokka")
jacoco
id("com.github.gmazzo.buildconfig") version "4.1.2"
id("com.github.gmazzo.buildconfig") version "5.3.5"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.jetbrains.kotlin.jvm")
id("org.jetbrains.dokka")
jacoco
id("com.github.gmazzo.buildconfig") version "4.1.2"
id("com.github.gmazzo.buildconfig") version "5.3.5"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion sample/android-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

plugins {
id("com.github.ben-manes.versions") version "0.49.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

fun isNonStable(version: String): Boolean {
Expand Down
2 changes: 1 addition & 1 deletion sample/android-cucumber-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

plugins {
id("com.github.ben-manes.versions") version "0.49.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

fun isNonStable(version: String): Boolean {
Expand Down
2 changes: 1 addition & 1 deletion sample/android-library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
}

plugins {
id("com.github.ben-manes.versions") version "0.49.0"
id("com.github.ben-manes.versions") version "0.51.0"
}

fun isNonStable(version: String): Boolean {
Expand Down

0 comments on commit f1a72f0

Please sign in to comment.