Skip to content

Commit f8b3f44

Browse files
SK-2071: update junit version
1 parent 4ae905c commit f8b3f44

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>org.junit.jupiter</groupId>
146146
<artifactId>junit-jupiter</artifactId>
147-
<version>RELEASE</version>
147+
<version>5.13.2</version>
148148
<scope>compile</scope>
149149
</dependency>
150150
</dependencies>

src/main/java/com/skyflow/vault/controller/VaultController.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,5 +359,4 @@ public TokenizeResponse tokenize(TokenizeRequest tokenizeRequest) throws Skyflow
359359
LogUtil.printInfoLog(InfoLogs.TOKENIZE_SUCCESS.getLog());
360360
return new TokenizeResponse(list);
361361
}
362-
363362
}

0 commit comments

Comments
 (0)