Skip to content

Commit

Permalink
fix(deps): update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and galovics committed Jan 10, 2023
1 parent 145adaa commit 018aca3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
// TODO: this is work in progress, please follow FINERACT-1171
buildscript {
ext {
jacocoVersion = '0.8.7'
jacocoVersion = '0.8.8'
retrofitVersion = '2.9.0'
okhttpVersion = '4.9.3'
oltuVersion = '1.0.1'
Expand Down Expand Up @@ -396,7 +396,7 @@ configure(project.fineractJavaProjects) {
// Configuration for the Checkstyle plugin
// https://docs.gradle.org/current/userguide/checkstyle_plugin.html
dependencies {
checkstyle 'com.puppycrawl.tools:checkstyle:10.5.0'
checkstyle 'com.puppycrawl.tools:checkstyle:10.6.0'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
}

Expand All @@ -418,7 +418,7 @@ configure(project.fineractJavaProjects) {
// Configuration for the errorprone plugin
// https://github.com/tbroyer/gradle-errorprone-plugin
dependencies {
errorprone "com.google.errorprone:error_prone_core:2.16"
errorprone "com.google.errorprone:error_prone_core:2.18.0"
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 018aca3

Please sign in to comment.