diff --git a/WORKSPACE b/WORKSPACE
index fd27e6e8..8954870e 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -54,7 +54,7 @@ maven_install(
"org.springframework.boot:spring-boot-loader:3.3.3",
"org.springframework.boot:spring-boot-loader-tools:3.3.3",
- "org.postgresql:postgresql:42.7.3",
+ "org.postgresql:postgresql:42.7.4",
"org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0",
"io.jsonwebtoken:jjwt-api:%s" % (Jsonwebtoken_Version),
diff --git a/build.gradle b/build.gradle
index 1729d8f4..312a42eb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -44,7 +44,7 @@ dependencies {
implementation 'com.graphql-java:graphql-java-extended-scalars:2023-01-24T02-11-56-babda5f'
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'
- implementation 'org.postgresql:postgresql:42.7.3'
+ implementation 'org.postgresql:postgresql:42.7.4'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0'
implementation("io.jsonwebtoken:jjwt-api:${jsonwebtokenVersion}")
runtimeOnly("io.jsonwebtoken:jjwt-impl:${jsonwebtokenVersion}")
diff --git a/pom.xml b/pom.xml
index 0b47691c..2c4f5f24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,7 +74,7 @@
org.postgresql
postgresql
- 42.7.3
+ 42.7.4
org.springdoc