From 808502520e57bbf87ae639da04a164f85cb9bc5c Mon Sep 17 00:00:00 2001 From: panos-kakos Date: Tue, 19 Sep 2023 12:11:51 +0300 Subject: [PATCH] [JAVA-24600] Upgraded jasypt version to 3.0.5 --- spring-boot-modules/spring-boot-jasypt/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-modules/spring-boot-jasypt/pom.xml b/spring-boot-modules/spring-boot-jasypt/pom.xml index d62a287e7b..70bbe35319 100644 --- a/spring-boot-modules/spring-boot-jasypt/pom.xml +++ b/spring-boot-modules/spring-boot-jasypt/pom.xml @@ -27,7 +27,7 @@ com.github.ulisesbocchio - jasypt-spring-boot-starter + jasypt-spring-boot-starter ${jasypt.version} @@ -47,6 +47,6 @@ - 2.0.0 + 3.0.5 \ No newline at end of file