Skip to content

Commit

Permalink
chore(main): release 3.1.3 (#33)
Browse files Browse the repository at this point in the history
Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com>
  • Loading branch information
statnett-bot[bot] authored Apr 1, 2024
1 parent 9f7349b commit d064eff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.1.2"
".": "3.1.3"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.1.3](https://github.com/statnett/k3a-spiffe-principal-builder/compare/v3.1.2...v3.1.3) (2024-03-18)


### Bug Fixes

* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.2 ([#36](https://github.com/statnett/k3a-spiffe-principal-builder/issues/36)) ([57cefaa](https://github.com/statnett/k3a-spiffe-principal-builder/commit/57cefaa91ecd46210e76880575e253b4da0f2e30))
* **deps:** update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.0 ([#40](https://github.com/statnett/k3a-spiffe-principal-builder/issues/40)) ([ccbae8a](https://github.com/statnett/k3a-spiffe-principal-builder/commit/ccbae8a4d34a3ec17b808dca11cc364f27f678c6))
* **deps:** update dependency org.apache.kafka:kafka-clients to v3.7.0 ([#32](https://github.com/statnett/k3a-spiffe-principal-builder/issues/32)) ([0a44675](https://github.com/statnett/k3a-spiffe-principal-builder/commit/0a446755082b330d75a34181d3f9123807b6c06b))
* **deps:** update dependency org.slf4j:slf4j-jdk14 to v2.0.12 ([#31](https://github.com/statnett/k3a-spiffe-principal-builder/issues/31)) ([596e101](https://github.com/statnett/k3a-spiffe-principal-builder/commit/596e1015da464f6ef62530eb4b66c6251ab860d6))

## [3.1.2](https://github.com/statnett/k3a-spiffe-principal-builder/compare/v3.1.1...v3.1.2) (2024-02-04)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-spiffe-principal-builder</artifactId>
<version>3.1.3-SNAPSHOT</version>
<version>3.1.3</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit d064eff

Please sign in to comment.