Skip to content

Commit

Permalink
Renovate Combined Pull Request (#1121)
Browse files Browse the repository at this point in the history
* Update Terraform azurerm to ~> 3.113.0

* Update postgres Docker tag to v15.7

* Update dependency com.google.guava:guava to v33

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people authored Jul 31, 2024
1 parent 6ff8f02 commit fce536d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ dependencies {
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
implementation 'commons-io:commons-io:20030203.000550'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '8.5.13'
implementation group: 'com.google.guava', name: 'guava', version: '32.1.3-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: versions.launchDarklySdk
implementation group: 'com.github.ben-manes.caffeine', name: 'caffeine', version: '3.1.8'
Expand Down
2 changes: 1 addition & 1 deletion docker/database/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:15.5
FROM postgres:15.7
USER postgres
COPY init-database.sh /docker-entrypoint-initdb.d

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~> 3.112.0"
version = "~> 3.113.0"
}

azuread = {
Expand Down

0 comments on commit fce536d

Please sign in to comment.