Skip to content

Commit b58597a

Browse files
committed
Updated Strimzi OAuth 0.11.0 (#677)
Signed-off-by: Paolo Patierno <[email protected]> Signed-off-by: Paolo Patierno <[email protected]>
1 parent 9f861b2 commit b58597a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 0.22.3
44

5+
* Strimzi OAuth updated to 0.11.0 bringing support for password grants and OAuth metrics
56
* Fixed bug about tracing span creation missing when the consumer poll operation fails
67
* OpenTelemetry updated to 1.18.0
78
* Dependency updates (Jackson Databind)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<jackson-core.version>2.13.4</jackson-core.version>
107107
<jackson-databind.version>2.13.4.2</jackson-databind.version>
108108
<spotbugs.version>4.0.1</spotbugs.version>
109-
<strimzi-oauth.version>0.10.0</strimzi-oauth.version>
109+
<strimzi-oauth.version>0.11.0</strimzi-oauth.version>
110110
<jaeger.version>1.8.1</jaeger.version>
111111
<opentracing.version>0.33.0</opentracing.version>
112112
<opentracing-kafka-client.version>0.1.15</opentracing-kafka-client.version>

0 commit comments

Comments
 (0)