This is an automated email from the ASF dual-hosted git repository. arnold pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git
commit 6e7e4221ba36e8b9aaf6176a4638946fb967993b Author: Renovate <[email protected]> AuthorDate: Mon Nov 28 02:02:55 2022 +0000 fix(deps): update non-major --- build.gradle | 4 ++-- custom/docker/build.gradle | 4 ++-- fineract-provider/build.gradle | 12 ++++++------ instancemode-tests/dependencies.gradle | 2 +- integration-tests/dependencies.gradle | 2 +- oauth2-tests/dependencies.gradle | 2 +- twofactor-tests/dependencies.gradle | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index 56c92a31f..870e64dc4 100644 --- a/build.gradle +++ b/build.gradle @@ -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.4' - checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.42.0' + checkstyle 'com.puppycrawl.tools:checkstyle:10.5.0' + checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.43.0' } // Configuration for JaCoCo code coverage task diff --git a/custom/docker/build.gradle b/custom/docker/build.gradle index 64d38c2e6..8d9cfd203 100644 --- a/custom/docker/build.gradle +++ b/custom/docker/build.gradle @@ -84,9 +84,9 @@ jib { } } // NOTE: other custom dependencies - implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9' + implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0' implementation 'mysql:mysql-connector-java:8.0.31' - implementation 'org.postgresql:postgresql:42.5.0' + implementation 'org.postgresql:postgresql:42.5.1' annotationProcessor('org.springframework.boot:spring-boot-autoconfigure-processor') annotationProcessor('org.springframework.boot:spring-boot-configuration-processor') } diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle index 1089ec8e5..321861162 100644 --- a/fineract-provider/build.gradle +++ b/fineract-provider/build.gradle @@ -150,8 +150,8 @@ configurations { driver } dependencies { - driver 'org.mariadb.jdbc:mariadb-java-client:3.0.9' - driver 'org.postgresql:postgresql:42.5.0' + driver 'org.mariadb.jdbc:mariadb-java-client:3.1.0' + driver 'org.postgresql:postgresql:42.5.1' driver 'mysql:mysql-connector-java:8.0.31' } @@ -222,8 +222,8 @@ bootRun { ] dependencies { - implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9' - implementation 'org.postgresql:postgresql:42.5.0' + implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0' + implementation 'org.postgresql:postgresql:42.5.1' } } @@ -286,8 +286,8 @@ jib { allowInsecureRegistries = true dependencies { - implementation 'org.mariadb.jdbc:mariadb-java-client:3.0.9' - implementation 'org.postgresql:postgresql:42.5.0' + implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.0' + implementation 'org.postgresql:postgresql:42.5.1' } pluginExtensions { diff --git a/instancemode-tests/dependencies.gradle b/instancemode-tests/dependencies.gradle index 789685b25..7cff69752 100644 --- a/instancemode-tests/dependencies.gradle +++ b/instancemode-tests/dependencies.gradle @@ -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.68@zip' + tomcat 'org.apache.tomcat:tomcat:9.0.69@zip' testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"), project(path: ':fineract-provider', configuration: 'runtimeElements'), 'io.cucumber:cucumber-spring', diff --git a/integration-tests/dependencies.gradle b/integration-tests/dependencies.gradle index 69569b6b2..85c597a8e 100644 --- a/integration-tests/dependencies.gradle +++ b/integration-tests/dependencies.gradle @@ -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.68@zip' + tomcat 'org.apache.tomcat:tomcat:9.0.69@zip' testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"), project(path: ':fineract-provider', configuration: 'runtimeElements'), project(path: ':fineract-avro-schemas', configuration: 'runtimeElements'), diff --git a/oauth2-tests/dependencies.gradle b/oauth2-tests/dependencies.gradle index c5629a57a..b886631c3 100644 --- a/oauth2-tests/dependencies.gradle +++ b/oauth2-tests/dependencies.gradle @@ -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.68@zip' + tomcat 'org.apache.tomcat:tomcat:9.0.69@zip' testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"), project(path: ':fineract-provider', configuration: 'runtimeElements'), 'org.junit.jupiter:junit-jupiter-api', diff --git a/twofactor-tests/dependencies.gradle b/twofactor-tests/dependencies.gradle index 369e68d64..b51fcbe13 100644 --- a/twofactor-tests/dependencies.gradle +++ b/twofactor-tests/dependencies.gradle @@ -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.68@zip' + tomcat 'org.apache.tomcat:tomcat:9.0.69@zip' testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"), project(path: ':fineract-provider', configuration: 'runtimeElements'), 'org.junit.jupiter:junit-jupiter-api',
