Skip to content

Commit

Permalink
Merge pull request #23 from HydrologicEngineeringCenter/feature/loggi…
Browse files Browse the repository at this point in the history
…ng_support

Upgraded cwms-http-client version
  • Loading branch information
rma-bryson authored Sep 13, 2022
2 parents 2c6f052 + f80b2e4 commit 21e2fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cumulus-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dependencies {
implementation(project(":cumulus-model"))
implementation(project(":cwbi-auth-http-client"))
implementation("mil.army.usace.hec:cwms-http-client:4.0.1")
implementation("mil.army.usace.hec:cwms-http-client:4.1.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
testImplementation('mil.army.usace.hec:cwms-http-client:4.0.1:test-fixtures@jar')
testImplementation('mil.army.usace.hec:cwms-http-client:4.1.0:test-fixtures@jar')

testRuntimeOnly('com.squareup.okhttp3:mockwebserver:4.9.2')
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
Expand Down
4 changes: 2 additions & 2 deletions cwbi-auth-http-client/build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies {
implementation("mil.army.usace.hec:cwms-http-client:4.0.1")
implementation("mil.army.usace.hec:cwms-http-client:4.1.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.0")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testImplementation('mil.army.usace.hec:cwms-http-client:4.0.1:test-fixtures@jar')
testImplementation('mil.army.usace.hec:cwms-http-client:4.1.0:test-fixtures@jar')
testImplementation(platform("com.squareup.okhttp3:okhttp-bom:4.9.2"))
testImplementation('com.squareup.okhttp3:okhttp:4.9.2')
testImplementation('com.squareup.okhttp3:mockwebserver:4.9.2')
Expand Down

0 comments on commit 21e2fc6

Please sign in to comment.