Skip to content

Commit

Permalink
Merge pull request #696 from CDCgov/renovate/all-patch
Browse files Browse the repository at this point in the history
Update patch dependencies
  • Loading branch information
halprin authored Dec 1, 2023
2 parents a68561f + 984f174 commit 9b924fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ java {

dependencies {
//client
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.2'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.3'
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.2'

//jackson
Expand Down
4 changes: 2 additions & 2 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

//logging
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'ch.qos.logback:logback-classic:1.4.13'
implementation 'ch.qos.logback:logback-classic:1.4.14'
implementation 'net.logstash.logback:logstash-logback-encoder:7.4'

//jackson
Expand All @@ -34,7 +34,7 @@ dependencies {
api 'org.fhir:ucum:1.0.8'

// Apache Client
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.2'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.3'
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.2.2'

// jjwt
Expand Down

0 comments on commit 9b924fe

Please sign in to comment.