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 Jan 27, 2025
1 parent 0f41eb2 commit 0bb07c6
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 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.12'
retrofitVersion = '2.9.0'
okhttpVersion = '4.9.3'
oltuVersion = '1.0.1'
Expand Down Expand Up @@ -396,8 +396,8 @@ 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.github.sevntu-checkstyle:sevntu-checks:1.44.0'
checkstyle 'com.puppycrawl.tools:checkstyle:10.21.2'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
}

// Configuration for JaCoCo code coverage task
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.36.0"
}

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion custom/docker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jib {
}
// NOTE: other custom dependencies
implementation 'org.mariadb.jdbc:mariadb-java-client'
implementation 'mysql:mysql-connector-java:8.0.31'
implementation 'mysql:mysql-connector-java:8.0.33'
implementation 'org.postgresql:postgresql'
annotationProcessor('org.springframework.boot:spring-boot-autoconfigure-processor')
annotationProcessor('org.springframework.boot:spring-boot-configuration-processor')
Expand Down
2 changes: 1 addition & 1 deletion fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ configurations {
dependencies {
driver 'org.mariadb.jdbc:mariadb-java-client'
driver 'org.postgresql:postgresql'
driver 'mysql:mysql-connector-java:8.0.31'
driver 'mysql:mysql-connector-java:8.0.33'
}

URLClassLoader loader = GroovyObject.class.classLoader
Expand Down
2 changes: 1 addition & 1 deletion instancemode-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configurations {
driver
}
dependencies {
driver 'mysql:mysql-connector-java:8.0.31'
driver 'mysql:mysql-connector-java:8.0.33'
}

cargo {
Expand Down
2 changes: 1 addition & 1 deletion instancemode-tests/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
// testCompile dependencies are ONLY used in src/test, not src/main.
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
//
tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
tomcat 'org.apache.tomcat:tomcat:9.0.98@zip'
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
project(path: ':fineract-provider', configuration: 'runtimeElements'),
'io.cucumber:cucumber-spring',
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configurations {
driver
}
dependencies {
driver 'mysql:mysql-connector-java:8.0.31'
driver 'mysql:mysql-connector-java:8.0.33'
}

cargo {
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
// testCompile dependencies are ONLY used in src/test, not src/main.
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
//
tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
tomcat 'org.apache.tomcat:tomcat:9.0.98@zip'
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
project(path: ':fineract-provider', configuration: 'runtimeElements'),
project(path: ':fineract-avro-schemas', configuration: 'runtimeElements'),
Expand All @@ -43,5 +43,5 @@ dependencies {

testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
}
2 changes: 1 addition & 1 deletion oauth2-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configurations {
driver
}
dependencies {
driver 'mysql:mysql-connector-java:8.0.31'
driver 'mysql:mysql-connector-java:8.0.33'
}

cargo {
Expand Down
2 changes: 1 addition & 1 deletion oauth2-tests/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
// testCompile dependencies are ONLY used in src/test, not src/main.
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
//
tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
tomcat 'org.apache.tomcat:tomcat:9.0.98@zip'
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
project(path: ':fineract-provider', configuration: 'runtimeElements'),
'org.junit.jupiter:junit-jupiter-api',
Expand Down
2 changes: 1 addition & 1 deletion twofactor-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ configurations {
driver
}
dependencies {
driver 'mysql:mysql-connector-java:8.0.31'
driver 'mysql:mysql-connector-java:8.0.33'
}

cargo {
Expand Down
2 changes: 1 addition & 1 deletion twofactor-tests/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
// testCompile dependencies are ONLY used in src/test, not src/main.
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
//
tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
tomcat 'org.apache.tomcat:tomcat:9.0.98@zip'
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
project(path: ':fineract-provider', configuration: 'runtimeElements'),
'org.junit.jupiter:junit-jupiter-api',
Expand Down

0 comments on commit 0bb07c6

Please sign in to comment.