Skip to content

Commit

Permalink
Update minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent 693cd58 commit fa71b2d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions e2e/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ java {

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

//jackson
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.0'
Expand Down
2 changes: 1 addition & 1 deletion operations/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.84.0"
version = "3.85.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion operations/environments/internal/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.84.0"
version = "3.85.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion operations/environments/pr/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.84.0"
version = "3.85.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion operations/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.84.0"
version = "3.85.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion operations/environments/staging/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "3.84.0"
version = "3.85.0"
}
}

Expand Down
4 changes: 2 additions & 2 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
api 'org.fhir:ucum:1.0.8'

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

// jjwt
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
Expand Down

0 comments on commit fa71b2d

Please sign in to comment.