Skip to content

Commit 5b79a38

Browse files
committed
update junit
1 parent dcd008d commit 5b79a38

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ dependencies {
127127
implementation group: 'org.tinylog', name: 'tinylog-impl', version: tinyLogVersion
128128

129129
// JUnit test framework.
130-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.12.2'
130+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '6.0.1'
131131
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
132132

133133
// Mocking libraries

src/test/java/com/truelayer/java/acceptance/PaymentsAcceptanceTests.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
import java.util.stream.Stream;
5151
import lombok.*;
5252
import okhttp3.*;
53+
import okhttp3.MediaType;
5354
import org.apache.commons.lang3.RandomStringUtils;
5455
import org.junit.jupiter.api.*;
5556
import org.junit.jupiter.params.ParameterizedTest;

0 commit comments

Comments
 (0)