Skip to content

Commit

Permalink
Update non-major
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 29, 2024
1 parent 8d25b0c commit d46ad47
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,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.35.1"
errorprone "com.google.errorprone:error_prone_core:2.36.0"
}

tasks.withType(JavaCompile) {
Expand Down
2 changes: 1 addition & 1 deletion fineract-e2e-tests-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
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'
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1'

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
Expand Down
2 changes: 1 addition & 1 deletion fineract-e2e-tests-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
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'
testImplementation 'io.qameta.allure:allure-cucumber7-jvm:2.29.1'

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
Expand Down

0 comments on commit d46ad47

Please sign in to comment.