Skip to content

Commit

Permalink
chore(release): 3.0.8 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.8](v3.0.7...v3.0.8) (2024-11-28)

### Bug Fixes

* **deps:** update all non-major dependencies ([#173](#173)) ([20f9c62](20f9c62))
  • Loading branch information
semantic-release-bot committed Nov 28, 2024
1 parent 20f9c62 commit 4a477ee
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>3.0.7</version>
<version>3.0.8</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>3.0.7</version>
<version>3.0.8</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>3.0.7</version>
<version>3.0.8</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>3.0.7</version>
<version>3.0.8</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>3.0.7</version>
<version>3.0.8</version>
</dependency>

<!-- Feign -->
Expand Down

0 comments on commit 4a477ee

Please sign in to comment.