aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkaixiliu <liukaixi@chinamobile.com>2024-08-08 18:13:18 +0800
committerkaixiliu <liukaixi@chinamobile.com>2024-08-08 18:13:31 +0800
commit04dbb611b85775a5069405be95fc29b4169c9176 (patch)
tree530fa8ffa0d4fa2029b91d5984bf252a18007f6c
parentbef4bf27973c235de05422a62154ec43417688eb (diff)
intent updates the vulnerable direct dependenciesHEADmaster
Issue-ID: USECASEUI-840 Change-Id: Icf4cc9616d611738bff83be613b973cf4636e58e Signed-off-by: kaixiliu <liukaixi@chinamobile.com>
-rw-r--r--intentanalysis/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/intentanalysis/pom.xml b/intentanalysis/pom.xml
index dea8b5d..817609a 100644
--- a/intentanalysis/pom.xml
+++ b/intentanalysis/pom.xml
@@ -107,7 +107,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.6.0</version>
+ <version>42.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>