File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dependencies {
16
16
implementation ' org.apache.pdfbox:pdfbox:3.0.0'
17
17
implementation ' org.apache.pdfbox:xmpbox:2.0.29'
18
18
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.11.4 '
20
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
21
21
}
22
22
23
23
group = ' com.datengaertnerei.test'
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies {
31
31
32
32
implementation ' commons-cli:commons-cli:1.5.0'
33
33
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.11.4 '
35
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.11.4 '
36
36
37
37
testImplementation ' org.mock-server:mockserver-client-java:5.15.0'
38
38
testImplementation ' org.mock-server:mockserver-netty:5.15.0'
You can’t perform that action at this time.
0 commit comments