Skip to content

Commit eb405a0

Browse files
authored
Bumped OAuth 0.17.0 (#1019)
Signed-off-by: Paolo Patierno <[email protected]>
1 parent 5df8dd6 commit eb405a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

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

33
## 1.0.0
44

5-
* Dependency updates (Kafka 4.1.0, Vert.x 5.0.4, Netty 4.2.5.Final, JMX Prometheus collector 1.3.0).
5+
* Dependency updates (Kafka 4.1.0, Vert.x 5.0.4, Netty 4.2.5.Final, JMX Prometheus collector 1.3.0, OAuth 0.17.0).
66
* Updated OpenAPI specification to 3.1.0.
77
* Added `validation_errors` field within the JSON object, as part of the `Error` OpenAPI component, returned by the bridge when there is a schema validation error.
88
Such field is omitted when the error is not schema validation related.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<jackson-databind.version>2.18.3</jackson-databind.version>
6767
<spotbugs.version>4.7.3</spotbugs.version>
6868
<maven.spotbugs.version>4.7.3.0</maven.spotbugs.version>
69-
<strimzi-oauth.version>0.16.2</strimzi-oauth.version>
69+
<strimzi-oauth.version>0.17.0</strimzi-oauth.version>
7070
<strimzi-metrics-reporter.version>0.2.0</strimzi-metrics-reporter.version>
7171
<opentelemetry.version>1.34.1</opentelemetry.version>
7272
<opentelemetry-alpha.version>1.34.1-alpha</opentelemetry-alpha.version>

0 commit comments

Comments
 (0)