From af49617408ae940a5b917dd9173639c9af8f6299 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 01:00:42 +0000 Subject: [PATCH] :arrow_up: Bump jasypt-spring-boot-starter from 3.0.4 to 3.0.5 Bumps [jasypt-spring-boot-starter](https://github.com/ulisesbocchio/jasypt-spring-boot) from 3.0.4 to 3.0.5. - [Release notes](https://github.com/ulisesbocchio/jasypt-spring-boot/releases) - [Commits](https://github.com/ulisesbocchio/jasypt-spring-boot/compare/v3.0.4...v3.0.5) --- updated-dependencies: - dependency-name: com.github.ulisesbocchio:jasypt-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring-oxygen-flysql/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-oxygen-flysql/build.gradle b/spring-oxygen-flysql/build.gradle index 83d829fc..51bfa2cd 100644 --- a/spring-oxygen-flysql/build.gradle +++ b/spring-oxygen-flysql/build.gradle @@ -16,5 +16,5 @@ dependencies { runtimeOnly 'com.oracle.database.jdbc:ojdbc8' // jasypt - compile 'com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.4' + compile 'com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5' }