Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion subscriptions_holder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion telegram_chat_service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
Loading