diff --git a/infrastructure/dev/docker-compose-server.yml b/infrastructure/dev/docker-compose-server.yml index b1c1e0cf..805b911a 100644 --- a/infrastructure/dev/docker-compose-server.yml +++ b/infrastructure/dev/docker-compose-server.yml @@ -2,7 +2,7 @@ version: "2" services: postgresql: - image: postgres:11.17-bullseye + image: postgres:11.19-bullseye ports: - 5432:5432 volumes: diff --git a/infrastructure/dev/docker-compose.yml b/infrastructure/dev/docker-compose.yml index 291cbcd4..b180f47c 100644 --- a/infrastructure/dev/docker-compose.yml +++ b/infrastructure/dev/docker-compose.yml @@ -2,7 +2,7 @@ version: "2" services: postgresql: - image: postgres:11.17-bullseye + image: postgres:11.19-bullseye ports: - 5432:5432 volumes: diff --git a/infrastructure/terraform/modules/course-catalog-api/rds.tf b/infrastructure/terraform/modules/course-catalog-api/rds.tf index ac82561e..a36a6275 100644 --- a/infrastructure/terraform/modules/course-catalog-api/rds.tf +++ b/infrastructure/terraform/modules/course-catalog-api/rds.tf @@ -3,7 +3,7 @@ resource "aws_db_instance" "default" { identifier = module.label.id allocated_storage = 20 engine = "postgres" - engine_version = "11.17" + engine_version = "11.19" instance_class = "db.t3.small" db_name = replace(module.label.name, module.label.delimiter, "") username = "postgres" diff --git a/scrapers/employees/employees.ts b/scrapers/employees/employees.ts index 2ca98b05..7b76461f 100644 --- a/scrapers/employees/employees.ts +++ b/scrapers/employees/employees.ts @@ -99,7 +99,7 @@ class NeuEmployee { const employeeQuery = { versionInfo: { moduleVersion, - apiVersion: "ad_141F5PYcK3c+D5K8O+g", + apiVersion: "Zox0cGCdj_7M+WZErCpkhQ", }, viewName: "MainFlow.FacultyAndStaffDirectory", // Their frontend requires non-null queries, but the backend doesn't :)