diff --git a/infrastructure/database/aurora-v2.tf b/infrastructure/database/aurora-v2.tf
index c447d50e..3f34e840 100644
--- a/infrastructure/database/aurora-v2.tf
+++ b/infrastructure/database/aurora-v2.tf
@@ -70,7 +70,7 @@ EOF
 }
 module "aurora_postgresql_v2" {
   source = "terraform-aws-modules/rds-aurora/aws"
-  version = "9.12.0"
+  version = "9.13.0"
 
   name              = var.db_cluster_name
   engine            = data.aws_rds_engine_version.postgresql.engine