Skip to content

Commit 3a5d868

Browse files
authored
chore(deps): update dependency io.github.resilience4j:resilience4j-retry to v1.5.0 (GoogleCloudPlatform#3038)
1 parent 76a8fa9 commit 3a5d868

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

functions/helloworld/hello-gcs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>io.github.resilience4j</groupId>
109109
<artifactId>resilience4j-retry</artifactId>
110-
<version>1.4.0</version>
110+
<version>1.5.0</version>
111111
<scope>test</scope>
112112
</dependency>
113113

functions/helloworld/hello-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.github.resilience4j</groupId>
7777
<artifactId>resilience4j-retry</artifactId>
78-
<version>1.4.0</version>
78+
<version>1.5.0</version>
7979
<scope>test</scope>
8080
</dependency>
8181

functions/helloworld/hello-pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>io.github.resilience4j</groupId>
110110
<artifactId>resilience4j-retry</artifactId>
111-
<version>1.4.0</version>
111+
<version>1.5.0</version>
112112
<scope>test</scope>
113113
</dependency>
114114

0 commit comments

Comments
 (0)