Skip to content

Commit

Permalink
egboye@gmail.com
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] committed Aug 15, 2024
1 parent 5dfdfaf commit 6d18b4f
Show file tree
Hide file tree
Showing 3 changed files with 16 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.3.2"
".": "3.3.3"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.3.3](https://github.com/statnett/k3a-ldap-authenticator/compare/v3.3.2...v3.3.3) (2024-08-14)


### Bug Fixes

* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.17.1 ([#47](https://github.com/statnett/k3a-ldap-authenticator/issues/47)) ([df404ae](https://github.com/statnett/k3a-ldap-authenticator/commit/df404ae517c8ca7f44dc9822d0c94e098b3a7456))
* **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.17.2 ([#58](https://github.com/statnett/k3a-ldap-authenticator/issues/58)) ([d6a3937](https://github.com/statnett/k3a-ldap-authenticator/commit/d6a393759361ab6db3213d52633716b19b96c386))
* **deps:** update dependency org.junit:junit-bom to v5.10.3 ([#56](https://github.com/statnett/k3a-ldap-authenticator/issues/56)) ([51f31f9](https://github.com/statnett/k3a-ldap-authenticator/commit/51f31f9be9ba6cb0a3a301024a95ae346bf0861c))
* **deps:** update dependency org.slf4j:slf4j-bom to v2.0.13 ([#44](https://github.com/statnett/k3a-ldap-authenticator/issues/44)) ([a7568b0](https://github.com/statnett/k3a-ldap-authenticator/commit/a7568b05cba8b586bf2de86c7e5a1f86314f5bed))
* **deps:** update dependency org.slf4j:slf4j-bom to v2.0.14 ([#64](https://github.com/statnett/k3a-ldap-authenticator/issues/64)) ([ec7c127](https://github.com/statnett/k3a-ldap-authenticator/commit/ec7c127a0cf7e81952700085d9848a36fef99370))
* **deps:** update dependency org.slf4j:slf4j-bom to v2.0.16 ([#65](https://github.com/statnett/k3a-ldap-authenticator/issues/65)) ([21b5d2e](https://github.com/statnett/k3a-ldap-authenticator/commit/21b5d2e6050c3464de44bbc12aaf52b9936325a0))
* **deps:** update kafka.version to v3.7.1 ([#57](https://github.com/statnett/k3a-ldap-authenticator/issues/57)) ([5ff4060](https://github.com/statnett/k3a-ldap-authenticator/commit/5ff406014a5526bb759ceda0efd07f37925e9c4b))
* **deps:** update kafka.version to v3.8.0 ([#62](https://github.com/statnett/k3a-ldap-authenticator/issues/62)) ([b78c94d](https://github.com/statnett/k3a-ldap-authenticator/commit/b78c94d1f51599365038a5e56bcfd5e7a318c59f))

## [3.3.2](https://github.com/statnett/k3a-ldap-authenticator/compare/v3.3.1...v3.3.2) (2024-03-18)


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-ldap-authenticator</artifactId>
<version>3.3.3-SNAPSHOT</version>
<version>3.3.3</version>
<packaging>jar</packaging>

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

0 comments on commit 6d18b4f

Please sign in to comment.