Skip to content

Commit

Permalink
Merge branch 'main' into renovate/io.javalin-javalin-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake authored Jan 29, 2024
2 parents f3e3d8c + 72ea6fb commit d43f431
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.88.0"
version = "3.89.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.88.0"
version = "3.89.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.88.0"
version = "3.89.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.88.0"
version = "3.89.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.88.0"
version = "3.89.0"
}
}

Expand Down
6 changes: 3 additions & 3 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ dependencies {
implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.3.1'

// jjwt
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.3'
implementation 'io.jsonwebtoken:jjwt-api:0.12.4'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.4'
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.4'

// azure sdk
implementation 'com.azure:azure-security-keyvault-secrets:4.7.3'
Expand Down

0 comments on commit d43f431

Please sign in to comment.