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] authored Apr 1, 2024
1 parent 2470942 commit 6a20f3f
Show file tree
Hide file tree
Showing 3 changed files with 9 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 @@
{
".": "1.1.1"
".": "1.1.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.2](https://github.com/statnett/k3a-prompt-login-module/compare/v1.1.1...v1.1.2) (2024-03-18)


### Bug Fixes

* **deps:** update dependency org.apache.kafka:kafka-clients to v3.7.0 ([#15](https://github.com/statnett/k3a-prompt-login-module/issues/15)) ([4522eee](https://github.com/statnett/k3a-prompt-login-module/commit/4522eee5af013b84f1d952d9c7f9531f317b4bfc))

## [1.1.1](https://github.com/statnett/k3a-prompt-login-module/compare/v1.1.0...v1.1.1) (2023-12-19)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-prompt-login-module</artifactId>
<packaging>jar</packaging>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>A JAAS LoginModule intended for use with Kafka clients, asking for the user's password</description>
Expand Down

0 comments on commit 6a20f3f

Please sign in to comment.