Skip to content

Commit df417ff

Browse files
fix(deps): update non-major
1 parent 0f41eb2 commit df417ff

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
// TODO: this is work in progress, please follow FINERACT-1171
2020
buildscript {
2121
ext {
22-
jacocoVersion = '0.8.7'
22+
jacocoVersion = '0.8.13'
2323
retrofitVersion = '2.9.0'
2424
okhttpVersion = '4.9.3'
2525
oltuVersion = '1.0.1'
@@ -396,8 +396,8 @@ configure(project.fineractJavaProjects) {
396396
// Configuration for the Checkstyle plugin
397397
// https://docs.gradle.org/current/userguide/checkstyle_plugin.html
398398
dependencies {
399-
checkstyle 'com.puppycrawl.tools:checkstyle:10.5.0'
400-
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.0'
399+
checkstyle 'com.puppycrawl.tools:checkstyle:10.25.0'
400+
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
401401
}
402402

403403
// Configuration for JaCoCo code coverage task
@@ -418,7 +418,7 @@ configure(project.fineractJavaProjects) {
418418
// Configuration for the errorprone plugin
419419
// https://github.com/tbroyer/gradle-errorprone-plugin
420420
dependencies {
421-
errorprone "com.google.errorprone:error_prone_core:2.16"
421+
errorprone "com.google.errorprone:error_prone_core:2.38.0"
422422
}
423423

424424
tasks.withType(JavaCompile) {

custom/docker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jib {
8585
}
8686
// NOTE: other custom dependencies
8787
implementation 'org.mariadb.jdbc:mariadb-java-client'
88-
implementation 'mysql:mysql-connector-java:8.0.31'
88+
implementation 'mysql:mysql-connector-java:8.0.33'
8989
implementation 'org.postgresql:postgresql'
9090
annotationProcessor('org.springframework.boot:spring-boot-autoconfigure-processor')
9191
annotationProcessor('org.springframework.boot:spring-boot-configuration-processor')

fineract-provider/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ configurations {
152152
dependencies {
153153
driver 'org.mariadb.jdbc:mariadb-java-client'
154154
driver 'org.postgresql:postgresql'
155-
driver 'mysql:mysql-connector-java:8.0.31'
155+
driver 'mysql:mysql-connector-java:8.0.33'
156156
}
157157

158158
URLClassLoader loader = GroovyObject.class.classLoader

instancemode-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configurations {
3737
driver
3838
}
3939
dependencies {
40-
driver 'mysql:mysql-connector-java:8.0.31'
40+
driver 'mysql:mysql-connector-java:8.0.33'
4141
}
4242

4343
cargo {

instancemode-tests/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// testCompile dependencies are ONLY used in src/test, not src/main.
2121
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
2222
//
23-
tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
23+
tomcat 'org.apache.tomcat:tomcat:9.0.106@zip'
2424
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
2525
project(path: ':fineract-provider', configuration: 'runtimeElements'),
2626
'io.cucumber:cucumber-spring',

integration-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configurations {
3737
driver
3838
}
3939
dependencies {
40-
driver 'mysql:mysql-connector-java:8.0.31'
40+
driver 'mysql:mysql-connector-java:8.0.33'
4141
}
4242

4343
cargo {

integration-tests/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// testCompile dependencies are ONLY used in src/test, not src/main.
2121
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
2222
//
23-
tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
23+
tomcat 'org.apache.tomcat:tomcat:9.0.106@zip'
2424
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
2525
project(path: ':fineract-provider', configuration: 'runtimeElements'),
2626
project(path: ':fineract-avro-schemas', configuration: 'runtimeElements'),
@@ -43,5 +43,5 @@ dependencies {
4343

4444
testCompileOnly 'org.projectlombok:lombok'
4545
testAnnotationProcessor 'org.projectlombok:lombok'
46-
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.0'
46+
testImplementation 'com.github.tomakehurst:wiremock-jre8:2.35.2'
4747
}

oauth2-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configurations {
3737
driver
3838
}
3939
dependencies {
40-
driver 'mysql:mysql-connector-java:8.0.31'
40+
driver 'mysql:mysql-connector-java:8.0.33'
4141
}
4242

4343
cargo {

oauth2-tests/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
// testCompile dependencies are ONLY used in src/test, not src/main.
2121
// Do NOT repeat dependencies which are ALREADY in implementation or runtimeOnly!
2222
//
23-
tomcat 'org.apache.tomcat:tomcat:9.0.69@zip'
23+
tomcat 'org.apache.tomcat:tomcat:9.0.106@zip'
2424
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
2525
project(path: ':fineract-provider', configuration: 'runtimeElements'),
2626
'org.junit.jupiter:junit-jupiter-api',

twofactor-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ configurations {
3737
driver
3838
}
3939
dependencies {
40-
driver 'mysql:mysql-connector-java:8.0.31'
40+
driver 'mysql:mysql-connector-java:8.0.33'
4141
}
4242

4343
cargo {

0 commit comments

Comments
 (0)