1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-08-07 19:19:31 +08:00

Merge pull request #5 from yexuejc/dependabot/maven/org.postgresql-postgresql-42.4.1

Bump postgresql from 42.2.4 to 42.4.1
This commit is contained in:
yexuejc 2022-09-08 10:06:18 +09:00 committed by GitHub
commit 53437a57e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@
<alipay-sdk-java.version>3.3.49.ALL</alipay-sdk-java.version> <alipay-sdk-java.version>3.3.49.ALL</alipay-sdk-java.version>
<!-- 微信相关 --> <!-- 微信相关 -->
<WXPay-SDK-Java.version>0.0.4</WXPay-SDK-Java.version> <WXPay-SDK-Java.version>0.0.4</WXPay-SDK-Java.version>
<postgresql.version>42.2.4</postgresql.version> <postgresql.version>42.4.1</postgresql.version>
<!--thymeleaf 相关--> <!--thymeleaf 相关-->
<thymeleaf.version>3.0.9.RELEASE</thymeleaf.version> <thymeleaf.version>3.0.9.RELEASE</thymeleaf.version>