Skip to content

Commit

Permalink
Merge pull request #77 from FigureTechnologies/wb/renovate-wrapup
Browse files Browse the repository at this point in the history
Wb/renovate wrapup
  • Loading branch information
wbaker-figure authored Jul 14, 2023
2 parents b475aa6 + 7d07375 commit 80d8730
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ plugins {
}

val gradleNexusVersion = "1.3.0"
val kotlinVersion = "1.8.21"
val ktLintVersion = "11.3.2"
val dokkaVersion = "1.8.10"
val kotlinVersion = "1.9.0"
val dokkaVersion = "1.8.20"
val ktLintVersion = "11.5.0"

repositories {
gradlePluginPortal()
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Versions {
const val DateTime = "0.4.0"
}

const val Kotest = "5.5.4"
const val KotlinLogging = "3.0.4"
const val Kotest = "5.6.2"
const val KotlinLogging = "3.0.5"
const val Kafka = "3.3.1"
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[versions]
kafka = "3.4.0"
kafka = "3.5.0"
kotlinxCore = "1.6.4"
kotlinxCli = "0.3.5"
kotlinxDateTime = "0.3.0"
kotlinLogging = "3.0.5"
logback = "1.4.7"
logback = "1.4.8"
slf4jApi = "2.0.7"

pluginNexusPublishPlugin = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include("ft-coroutines-kafka")
include("ft-coroutines-kafka-retry")

plugins {
id("org.danilopianini.gradle-pre-commit-git-hooks") version "1.1.7"
id("org.danilopianini.gradle-pre-commit-git-hooks") version "1.1.9"
}

gitHooks {
Expand Down

0 comments on commit 80d8730

Please sign in to comment.