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 Mar 27, 2024
1 parent ec7a7d9 commit 6412d3d
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,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.13.0'
checkstyle 'com.puppycrawl.tools:checkstyle:10.14.2'
checkstyle 'com.github.sevntu-checkstyle:sevntu-checks:1.44.1'
}

Expand All @@ -463,7 +463,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.25.0"
errorprone "com.google.errorprone:error_prone_core:2.26.1"
}

tasks.withType(JavaCompile) {
Expand Down
18 changes: 9 additions & 9 deletions fineract-e2e-tests-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,31 @@ dependencies {

testImplementation 'com.github.spotbugs:spotbugs-annotations'

testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
testImplementation 'com.squareup.retrofit2:retrofit:2.10.0'
testImplementation 'commons-httpclient:commons-httpclient:3.1'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
testImplementation 'com.google.code.gson:gson:2.10.1'

testImplementation 'io.cucumber:cucumber-java:7.15.0'
testImplementation 'io.cucumber:cucumber-junit:7.15.0'
testImplementation 'io.cucumber:cucumber-spring:7.15.0'
testImplementation 'io.cucumber:cucumber-java:7.16.1'
testImplementation 'io.cucumber:cucumber-junit:7.16.1'
testImplementation 'io.cucumber:cucumber-spring:7.16.1'

testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.25.0'
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.26.0'

testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'

testCompileOnly 'org.projectlombok:lombok:1.18.30'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'

testImplementation "ch.qos.logback:logback-core:1.5.3"
testImplementation "ch.qos.logback:logback-classic:1.5.3"

testImplementation 'org.apache.activemq:activemq-client:6.0.1'
testImplementation 'org.apache.activemq:activemq-client:6.1.0'
testImplementation "org.apache.avro:avro:1.11.3"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.awaitility:awaitility:4.2.1"
testImplementation 'io.github.classgraph:classgraph:4.8.168'

testImplementation 'org.apache.commons:commons-collections4:4.4'
Expand Down
18 changes: 9 additions & 9 deletions fineract-e2e-tests-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,31 +38,31 @@ dependencies {
implementation 'org.springframework:spring-test'
testImplementation 'org.springframework:spring-jms'

testImplementation 'com.squareup.retrofit2:retrofit:2.9.0'
testImplementation 'com.squareup.retrofit2:retrofit:2.10.0'
testImplementation 'commons-httpclient:commons-httpclient:3.1'
testImplementation 'org.apache.commons:commons-lang3:3.14.0'
testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
testImplementation 'com.google.code.gson:gson:2.10.1'

testImplementation 'io.cucumber:cucumber-java:7.15.0'
testImplementation 'io.cucumber:cucumber-junit:7.15.0'
testImplementation 'io.cucumber:cucumber-spring:7.15.0'
testImplementation 'io.cucumber:cucumber-java:7.16.1'
testImplementation 'io.cucumber:cucumber-junit:7.16.1'
testImplementation 'io.cucumber:cucumber-spring:7.16.1'

testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.25.0'
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.26.0'

testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'

testCompileOnly 'org.projectlombok:lombok:1.18.30'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.30'
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'

testImplementation "ch.qos.logback:logback-core:1.5.3"
testImplementation "ch.qos.logback:logback-classic:1.5.3"

testImplementation 'org.apache.activemq:activemq-client:6.0.1'
testImplementation 'org.apache.activemq:activemq-client:6.1.0'
testImplementation "org.apache.avro:avro:1.11.3"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.awaitility:awaitility:4.2.1"
testImplementation 'io.github.classgraph:classgraph:4.8.168'

testImplementation 'org.apache.commons:commons-collections4:4.4'
Expand Down
2 changes: 1 addition & 1 deletion 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:10.1.19@zip'
tomcat 'org.apache.tomcat:tomcat:10.1.20@zip'
testImplementation( files("$rootDir/fineract-provider/build/classes/java/main/"),
project(path: ':fineract-core', configuration: 'runtimeElements'),
project(path: ':fineract-accounting', configuration: 'runtimeElements'),
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:10.1.19@zip'
tomcat 'org.apache.tomcat:tomcat:10.1.20@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/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:10.1.19@zip'
tomcat 'org.apache.tomcat:tomcat:10.1.20@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 6412d3d

Please sign in to comment.