Skip to content

Commit

Permalink
chore(main): release 2.2.3 (#593)
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet authored Jul 14, 2024
1 parent dcc13ce commit 7686b4f
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 @@
{
".": "2.2.2"
".": "2.2.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.2.3](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.2.2...v2.2.3) (2024-07-14)


### Bug Fixes

* **deps:** Bump jackson_version from 2.17.1 to 2.17.2 ([#589](https://github.com/ultratendency/kafka-ldap-integration/issues/589)) ([dcc13ce](https://github.com/ultratendency/kafka-ldap-integration/commit/dcc13ce19022e2df12041cbfa69e98d4b06378a8))

## [2.2.2](https://github.com/ultratendency/kafka-ldap-integration/compare/v2.2.1...v2.2.2) (2024-07-04)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ plugins {
}

group 'com.ultratendency.kafka.ldap'
version '2.2.2' // x-release-please-version
version '2.2.3' // x-release-please-version

java {
sourceCompatibility = JavaVersion.VERSION_21
Expand Down

0 comments on commit 7686b4f

Please sign in to comment.