Skip to content

Commit

Permalink
chore(main): release 3.1.7 (#66)
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 Oct 21, 2024
1 parent 3b7a89c commit 9058199
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.6"
".": "3.1.7"
}
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.7](https://github.com/statnett/k3a-spiffe-principal-builder/compare/v3.1.6...v3.1.7) (2024-10-21)


### Bug Fixes

* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.18.0 ([#67](https://github.com/statnett/k3a-spiffe-principal-builder/issues/67)) ([fce4470](https://github.com/statnett/k3a-spiffe-principal-builder/commit/fce44700bf1752c15e1f5e85485f7cbbeead57f0))
* **deps:** update dependency org.junit:junit-bom to v5.11.1 ([#65](https://github.com/statnett/k3a-spiffe-principal-builder/issues/65)) ([bd3093f](https://github.com/statnett/k3a-spiffe-principal-builder/commit/bd3093f6d7901b7e6cb02811fed5c304a5c04adc))
* **deps:** update dependency org.junit:junit-bom to v5.11.2 ([#70](https://github.com/statnett/k3a-spiffe-principal-builder/issues/70)) ([b54fe71](https://github.com/statnett/k3a-spiffe-principal-builder/commit/b54fe71c563f424ac47a3b7f1ce7762205cb9ebe))
* **deps:** update dependency org.junit:junit-bom to v5.11.3 ([#72](https://github.com/statnett/k3a-spiffe-principal-builder/issues/72)) ([3b7a89c](https://github.com/statnett/k3a-spiffe-principal-builder/commit/3b7a89c7d9528034c00701b42aa5e2a109d05518))

## [3.1.6](https://github.com/statnett/k3a-spiffe-principal-builder/compare/v3.1.5...v3.1.6) (2024-08-14)


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.7-SNAPSHOT</version>
<version>3.1.7</version>
<packaging>jar</packaging>

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

0 comments on commit 9058199

Please sign in to comment.