From cb31c2bb46dff9b0402d9bb8b2e5a49b5baada8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 17:53:34 +0000 Subject: [PATCH] build(deps): bump com.github.ulisesbocchio:jasypt-spring-boot-starter Bumps [com.github.ulisesbocchio:jasypt-spring-boot-starter](https://github.com/ulisesbocchio/jasypt-spring-boot) from 3.0.5 to 4.0.4. - [Release notes](https://github.com/ulisesbocchio/jasypt-spring-boot/releases) - [Commits](https://github.com/ulisesbocchio/jasypt-spring-boot/compare/v3.0.5...jasypt-spring-boot-parent-4.0.4) --- updated-dependencies: - dependency-name: com.github.ulisesbocchio:jasypt-spring-boot-starter dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- subscriptions_holder/build.gradle | 2 +- telegram_chat_service/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/subscriptions_holder/build.gradle b/subscriptions_holder/build.gradle index d816feff..9d968eb0 100644 --- a/subscriptions_holder/build.gradle +++ b/subscriptions_holder/build.gradle @@ -41,7 +41,7 @@ dependencies { // testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' // jasypt - implementation 'com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5' + implementation 'com.github.ulisesbocchio:jasypt-spring-boot-starter:4.0.4' // eureka implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' diff --git a/telegram_chat_service/build.gradle b/telegram_chat_service/build.gradle index d0deca47..7bddf8d0 100644 --- a/telegram_chat_service/build.gradle +++ b/telegram_chat_service/build.gradle @@ -253,7 +253,7 @@ dependencies { testImplementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310' // jasypt - implementation 'com.github.ulisesbocchio:jasypt-spring-boot-starter:3.0.5' + implementation 'com.github.ulisesbocchio:jasypt-spring-boot-starter:4.0.4' // eureka implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client'