Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into FLIN-2883-cfar-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpeterharvey authored Jan 17, 2023
2 parents d12373d + 3f8cc21 commit 7c9c3db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion"
testImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.mock-server:mockserver-junit-jupiter-no-dependencies:5.14.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.2'
testImplementation 'org.mock-server:mockserver-junit-jupiter-no-dependencies:5.15.0'
testImplementation 'org.apache.logging.log4j:log4j-api:2.18.0'
testImplementation 'org.apache.logging.log4j:log4j-core:2.18.0'
}
Expand Down

0 comments on commit 7c9c3db

Please sign in to comment.