Skip to content

Commit

Permalink
chore(release): 2.0.18 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.18](v2.0.17...v2.0.18) (2023-10-17)

### Bug Fixes

* **deps:** update all non-major dependencies ([#117](#117)) ([f7ab00d](f7ab00d))
* **deps:** update dependency @cdktf/provider-aws to v17 ([#116](#116)) ([dd824fb](dd824fb))
  • Loading branch information
semantic-release-bot committed Oct 17, 2023
1 parent e0d6a82 commit 2e629c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion feign-aws-sigv4-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.17</version>
<version>2.0.18</version>
</parent>

<artifactId>feign-aws-sigv4-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feign-aws-sigv4-sdkv1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.17</version>
<version>2.0.18</version>
</parent>

<artifactId>feign-aws-sigv4-sdkv1</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion feign-aws-sigv4-sdkv2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.17</version>
<version>2.0.18</version>
</parent>

<artifactId>feign-aws-sigv4-sdkv2</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4</artifactId>
<version>2.0.17</version>
<version>2.0.18</version>
<packaging>pom</packaging>

<name>${artifactId}</name>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>de.darkatra</groupId>
<artifactId>feign-aws-sigv4-common</artifactId>
<version>2.0.17</version>
<version>2.0.18</version>
</dependency>

<!-- Feign -->
Expand Down

0 comments on commit 2e629c7

Please sign in to comment.