Skip to content

Commit

Permalink
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 Aug 15, 2024
1 parent 1af3bf8 commit 0145993
Show file tree
Hide file tree
Showing 3 changed files with 10 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.2"
".": "1.1.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.3](https://github.com/statnett/k3a-prompt-login-module/compare/v1.1.2...v1.1.3) (2024-07-29)


### Bug Fixes

* **deps:** update dependency org.apache.kafka:kafka-clients to v3.7.1 ([#29](https://github.com/statnett/k3a-prompt-login-module/issues/29)) ([030037d](https://github.com/statnett/k3a-prompt-login-module/commit/030037dd7b4bf40f37b8ff93a4f0e6b0447f7d5d))
* **deps:** update dependency org.apache.kafka:kafka-clients to v3.8.0 ([#32](https://github.com/statnett/k3a-prompt-login-module/issues/32)) ([dd97a1f](https://github.com/statnett/k3a-prompt-login-module/commit/dd97a1fe7bc01f39343a8e44851ee5c53d5f83ca))

## [1.1.2](https://github.com/statnett/k3a-prompt-login-module/compare/v1.1.1...v1.1.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 @@ -5,7 +5,7 @@
<groupId>io.statnett.k3a</groupId>
<artifactId>k3a-prompt-login-module</artifactId>
<packaging>jar</packaging>
<version>1.1.3-SNAPSHOT</version>
<version>1.1.3</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 0145993

Please sign in to comment.