File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
contentgrid-appserver-application-model
contentgrid-appserver-app
contentgrid-appserver-domain
contentgrid-appserver-json-schema Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525
2626 annotationProcessor ' org.projectlombok:lombok'
2727
28- testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
28+ testImplementation platform(' org.junit:junit-bom:5.13.3 ' )
2929 testImplementation ' org.junit.jupiter:junit-jupiter'
3030 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
3131 testImplementation ' org.springframework.boot:spring-boot-starter-test'
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ java {
1414dependencies {
1515 annotationProcessor ' org.projectlombok:lombok'
1616
17- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.2 '
18- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.2 '
19- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
20- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.2 '
17+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.3 '
18+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.3 '
19+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.3 '
20+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3 '
2121}
2222
2323tasks. named(' test' ) {
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
1919
2020 annotationProcessor ' org.projectlombok:lombok'
2121
22- testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
22+ testImplementation platform(' org.junit:junit-bom:5.13.3 ' )
2323 testImplementation ' org.junit.jupiter:junit-jupiter'
2424 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
2525}
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ dependencies {
1717 implementation ' com.fasterxml.jackson.core:jackson-databind'
1818 implementation ' com.networknt:json-schema-validator:1.5.8'
1919
20- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.2 '
21- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.2 '
20+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.3 '
21+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.13.3 '
2222 testImplementation ' uk.co.datumedge:hamcrest-json:0.3'
23- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
24- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.2 '
23+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.3 '
24+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.13.3 '
2525}
2626
2727tasks. named(' test' ) {
You can’t perform that action at this time.
0 commit comments