Skip to content

Commit

Permalink
fix: Fix send email cipher ext (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 authored Feb 10, 2025
1 parent 5222459 commit fe49879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repositories {
val springDocOpenApiVersion = "2.7.0"
val openApiToolsVersion = "0.2.6"
val micrometerVersion = "1.4.1"
val p4paActivitiesVersion = "1.47.3"
val p4paActivitiesVersion = "1.48.1"
val temporalVersion = "1.27.0"
val protobufJavaVersion = "3.25.5"
val bouncycastleVersion = "1.79"
Expand Down
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ io.temporal:temporal-spring-boot-autoconfigure:1.27.0=compileClasspath
io.temporal:temporal-spring-boot-starter:1.27.0=compileClasspath
io.temporal:temporal-test-server:1.27.0=compileClasspath
io.temporal:temporal-testing:1.27.0=compileClasspath
it.gov.pagopa.payhub:p4pa-payhub-activities:1.47.3=compileClasspath
it.gov.pagopa.payhub:p4pa-payhub-activities:1.48.1=compileClasspath
jakarta.activation:jakarta.activation-api:2.1.3=compileClasspath
jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath
jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath
Expand Down

0 comments on commit fe49879

Please sign in to comment.