Skip to content

Commit bff3189

Browse files
authored
chore(deps): update resilience4j to v1.6.1 (GoogleCloudPlatform#3918)
1 parent 651ddd5 commit bff3189

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

functions/helloworld/hello-gcs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101
<dependency>
102102
<groupId>io.github.resilience4j</groupId>
103103
<artifactId>resilience4j-core</artifactId>
104-
<version>1.6.0</version>
104+
<version>1.6.1</version>
105105
<scope>test</scope>
106106
</dependency>
107107
<dependency>
108108
<groupId>io.github.resilience4j</groupId>
109109
<artifactId>resilience4j-retry</artifactId>
110-
<version>1.6.0</version>
110+
<version>1.6.1</version>
111111
<scope>test</scope>
112112
</dependency>
113113

functions/helloworld/hello-http/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
<dependency>
7070
<groupId>io.github.resilience4j</groupId>
7171
<artifactId>resilience4j-core</artifactId>
72-
<version>1.6.0</version>
72+
<version>1.6.1</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>io.github.resilience4j</groupId>
7777
<artifactId>resilience4j-retry</artifactId>
78-
<version>1.6.0</version>
78+
<version>1.6.1</version>
7979
<scope>test</scope>
8080
</dependency>
8181

functions/helloworld/hello-pubsub/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,13 @@
102102
<dependency>
103103
<groupId>io.github.resilience4j</groupId>
104104
<artifactId>resilience4j-core</artifactId>
105-
<version>1.6.0</version>
105+
<version>1.6.1</version>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
109109
<groupId>io.github.resilience4j</groupId>
110110
<artifactId>resilience4j-retry</artifactId>
111-
<version>1.6.0</version>
111+
<version>1.6.1</version>
112112
<scope>test</scope>
113113
</dependency>
114114

0 commit comments

Comments
 (0)