Skip to content

Commit

Permalink
chore: Bumped junit to 5.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Nov 8, 2023
1 parent 494123c commit 962a34e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ dependencies {
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.3'
implementation 'com.vonage:jwt:1.1.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testImplementation 'org.mockito:mockito-inline:4.11.0'
testImplementation 'jakarta.servlet:jakarta.servlet-api:4.0.4'
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ private CreateSessionRequest(Builder builder) {
}
}

protected void addParams(RequestBuilder request) {
void addParams(RequestBuilder request) {
if (location != null) {
request.addParameter("location", location.getHostAddress());
}
Expand Down

0 comments on commit 962a34e

Please # to comment.