Skip to content

Commit

Permalink
Update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and galovics committed Oct 14, 2024
1 parent a5f1dc1 commit 5199ccd
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -712,10 +712,10 @@ configure(project.fineractCustomProjects) {
'com.google.truth.extensions:truth-java8-extension',
'io.github.classgraph:classgraph',
'io.cucumber:cucumber-core',
'io.cucumber:cucumber-java:7.20.0',
'io.cucumber:cucumber-java8:7.20.0',
'io.cucumber:cucumber-junit-platform-engine:7.20.0',
'io.cucumber:cucumber-spring:7.20.0',
'io.cucumber:cucumber-java:7.20.1',
'io.cucumber:cucumber-java8:7.20.1',
'io.cucumber:cucumber-junit-platform-engine:7.20.1',
'io.cucumber:cucumber-spring:7.20.1',
)

testCompileOnly('org.projectlombok:lombok')
Expand Down
10 changes: 5 additions & 5 deletions fineract-e2e-tests-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dependencies {
testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
testImplementation 'com.google.code.gson:gson:2.11.0'

testImplementation 'io.cucumber:cucumber-java:7.20.0'
testImplementation 'io.cucumber:cucumber-junit:7.20.0'
testImplementation 'io.cucumber:cucumber-spring:7.20.0'
testImplementation 'io.cucumber:cucumber-java:7.20.1'
testImplementation 'io.cucumber:cucumber-junit:7.20.1'
testImplementation 'io.cucumber:cucumber-spring:7.20.1'

testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.0'

Expand All @@ -54,8 +54,8 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'

testImplementation "ch.qos.logback:logback-core:1.5.9"
testImplementation "ch.qos.logback:logback-classic:1.5.9"
testImplementation "ch.qos.logback:logback-core:1.5.10"
testImplementation "ch.qos.logback:logback-classic:1.5.10"

testImplementation 'org.apache.activemq:activemq-client:6.1.3'
testImplementation "org.apache.avro:avro:1.12.0"
Expand Down
10 changes: 5 additions & 5 deletions fineract-e2e-tests-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ dependencies {
testImplementation 'com.googlecode.json-simple:json-simple:1.1.1'
testImplementation 'com.google.code.gson:gson:2.11.0'

testImplementation 'io.cucumber:cucumber-java:7.20.0'
testImplementation 'io.cucumber:cucumber-junit:7.20.0'
testImplementation 'io.cucumber:cucumber-spring:7.20.0'
testImplementation 'io.cucumber:cucumber-java:7.20.1'
testImplementation 'io.cucumber:cucumber-junit:7.20.1'
testImplementation 'io.cucumber:cucumber-spring:7.20.1'

testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.0'

Expand All @@ -57,8 +57,8 @@ dependencies {
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'

testImplementation "ch.qos.logback:logback-core:1.5.9"
testImplementation "ch.qos.logback:logback-classic:1.5.9"
testImplementation "ch.qos.logback:logback-core:1.5.10"
testImplementation "ch.qos.logback:logback-classic:1.5.10"

testImplementation 'org.apache.activemq:activemq-client:6.1.3'
testImplementation "org.apache.avro:avro:1.12.0"
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.30@zip'
tomcat 'org.apache.tomcat:tomcat:10.1.31@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.30@zip'
tomcat 'org.apache.tomcat:tomcat:10.1.31@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.30@zip'
tomcat 'org.apache.tomcat:tomcat:10.1.31@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 5199ccd

Please sign in to comment.