Skip to content

Commit

Permalink
Updated dependencies (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
andregasser authored Apr 4, 2023
1 parent f87a58d commit 42597c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ gson = "2.10.1"
junit-jupiter = "5.9.2"
junit-platform-suite-engine = "1.9.2"
kluent = "1.72"
kotlin = "1.8.10"
kotlin = "1.8.20"
kotlin-coroutines = "1.6.4"
mockk = "1.13.4"
okhttp = "4.10.0"
rxjava = "3.1.6"

# Gradle plugins
jacoco = "0.8.8"
jacoco = "0.8.9"
dependency-analysis = "1.19.0"
detekt = "1.22.0"
versions = "0.46.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip
2 changes: 1 addition & 1 deletion sample-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
}

pmd {
toolVersion = "6.52.0"
toolVersion = "6.55.0"
consoleOutput = true
ruleSetFiles = files("${rootProject.projectDir}/config/pmd/ruleset.xml")
ruleSets = []
Expand Down

0 comments on commit 42597c0

Please sign in to comment.