From dc4f89d38b5eb12aaafeeb4e18c8d24d4d60faf8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 8 Dec 2023 15:08:02 +0800
Subject: [PATCH] chore(deps): update dependency org.postgresql:postgresql to
v42.7.1 (#827)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
WORKSPACE | 2 +-
build.gradle | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/WORKSPACE b/WORKSPACE
index 4e2a313b..42df1061 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -38,7 +38,7 @@ maven_install(
"org.springframework.boot:spring-boot-starter-quartz:3.2.0",
"org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3",
- "org.postgresql:postgresql:42.7.0",
+ "org.postgresql:postgresql:42.7.1",
"org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0",
"io.jsonwebtoken:jjwt-api:0.12.3",
diff --git a/build.gradle b/build.gradle
index 2dd807bf..79f21d94 100644
--- a/build.gradle
+++ b/build.gradle
@@ -43,7 +43,7 @@ dependencies {
implementation 'org.mybatis.spring.boot:mybatis-spring-boot-starter:3.0.3'
- implementation 'org.postgresql:postgresql:42.7.0'
+ implementation 'org.postgresql:postgresql:42.7.1'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
implementation 'io.jsonwebtoken:jjwt-api:0.12.3'
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3'
diff --git a/pom.xml b/pom.xml
index 863b34ea..ec07812b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@
org.postgresql
postgresql
- 42.7.0
+ 42.7.1
org.springdoc