Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and galovics committed Sep 21, 2022
1 parent 2ec76e1 commit d4fc655
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Expand Up @@ -39,14 +39,14 @@ subprojects {
implementation "org.apache.commons:commons-collections4:4.4"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.apache.commons:commons-lang3:3.12.0"
implementation "org.springframework:spring-context:5.3.22"
implementation "org.springframework:spring-context:5.3.22"
implementation "org.springframework:spring-context:5.3.23"
implementation "org.springframework:spring-context:5.3.23"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4"

testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.springframework:spring-test:5.3.22"
testImplementation "org.springframework:spring-test:5.3.23"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-junit-jupiter:4.8.0"
}
Expand Down
2 changes: 1 addition & 1 deletion swagger-brake-integration-tests/build.gradle
Expand Up @@ -15,7 +15,7 @@ dependencies {
testAnnotationProcessor "org.projectlombok:lombok:1.18.24"
testImplementation "org.testng:testng:7.5"
testImplementation "org.assertj:assertj-core:3.23.1"
testImplementation "org.springframework:spring-test:5.3.22"
testImplementation "org.springframework:spring-test:5.3.23"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.apache.maven.shared:maven-invoker:3.2.0"
testImplementation "com.google.code.gson:gson:2.9.1"
Expand Down

0 comments on commit d4fc655

Please sign in to comment.