File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dependencies {
1616 implementation ' org.apache.pdfbox:pdfbox:3.0.0'
1717 implementation ' org.apache.pdfbox:xmpbox:2.0.29'
1818 implementation ' com.github.javafaker:javafaker:1.0.2'
19- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0 '
20- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.0 '
19+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.2 '
20+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
2121}
2222
2323group = ' com.datengaertnerei.test'
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies {
3131
3232 implementation ' commons-cli:commons-cli:1.5.0'
3333
34- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.0 '
35- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.0 '
34+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.2 '
35+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.2 '
3636
3737 testImplementation ' org.mock-server:mockserver-client-java:5.15.0'
3838 testImplementation ' org.mock-server:mockserver-netty:5.15.0'
You can’t perform that action at this time.
0 commit comments