Skip to content

Commit

Permalink
fix(deps): update dependencies (#56)
Browse files Browse the repository at this point in the history
Co-authored-by: juancgalvis <[email protected]>
  • Loading branch information
1 parent caad224 commit 63ca0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'org.sonarqube' version '5.0.0.4638'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'org.springframework.boot' version '3.2.5' apply false
id 'org.springframework.boot' version '3.3.0' apply false
id 'org.owasp.dependencycheck' version '9.2.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.3'
}
Expand Down
2 changes: 1 addition & 1 deletion main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ subprojects {
testAnnotationProcessor 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
testImplementation 'io.projectreactor:reactor-test'
testImplementation platform('org.junit:junit-bom:5.11.0-M1')
testImplementation platform('org.junit:junit-bom:5.11.0-M2')
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
}
Expand Down

0 comments on commit 63ca0e2

Please sign in to comment.