Skip to content

Commit 90cd55a

Browse files
fix: P4ADEV-4285 fix activities (#337)
1 parent 1332dba commit 90cd55a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ val podamVersion = "8.0.2.RELEASE"
7777
val caffeineVersion = "3.2.2"
7878
val commonsLang3Version = "3.19.0"
7979

80-
val p4paActivitiesVersion = "1.162.4"
80+
val p4paActivitiesVersion = "1.162.5"
8181

8282
dependencies {
8383
implementation("org.springframework.boot:spring-boot-starter")

gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ io.temporal:temporal-spring-boot-autoconfigure:1.31.0=compileClasspath
7979
io.temporal:temporal-spring-boot-starter:1.31.0=compileClasspath
8080
io.temporal:temporal-test-server:1.31.0=compileClasspath
8181
io.temporal:temporal-testing:1.31.0=compileClasspath
82-
it.gov.pagopa.payhub:p4pa-payhub-activities:1.162.4=compileClasspath
82+
it.gov.pagopa.payhub:p4pa-payhub-activities:1.162.5=compileClasspath
8383
jakarta.activation:jakarta.activation-api:2.1.4=compileClasspath
8484
jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath
8585
jakarta.persistence:jakarta.persistence-api:3.1.0=compileClasspath

0 commit comments

Comments
 (0)