Skip to content

Commit

Permalink
Update oauth 0.14.0 (#842)
Browse files Browse the repository at this point in the history
* Updated oauth 0.14.0

Signed-off-by: Paolo Patierno <[email protected]>

* Updated CHANGELOG with new dependencies

Signed-off-by: Paolo Patierno <[email protected]>

---------

Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno authored Oct 9, 2023
1 parent d8e3f44 commit 1dff9dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* Fixed logging Kafka TLS related password for trust/key stores on startup.
* Sign containers using cosign
* Generate and publish Software Bill of Materials (SBOMs) of Strimzi containers
* Dependency updates (Kafka 3.6.0, OAuth 0.13.0)

## 0.26.1

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<jackson-databind.version>2.15.2</jackson-databind.version>
<spotbugs.version>4.7.3</spotbugs.version>
<maven.spotbugs.version>4.7.3.0</maven.spotbugs.version>
<strimzi-oauth.version>0.13.0</strimzi-oauth.version>
<strimzi-oauth.version>0.14.0</strimzi-oauth.version>
<opentelemetry.alpha-version>1.19.0-alpha</opentelemetry.alpha-version>
<opentelemetry.version>1.19.0</opentelemetry.version>
<micrometer.version>1.9.5</micrometer.version>
Expand Down

0 comments on commit 1dff9dc

Please sign in to comment.