Skip to content

Commit 14d514d

Browse files
committed
chore: Upgrade ben-manes, spotbugs, openapigenerator
1 parent eabcb94 commit 14d514d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

ext/hivemq-edge-openapi-2025.21-SNAPSHOT.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5128,6 +5128,7 @@ components:
51285128
format: uri
51295129
required:
51305130
- title
5131+
- type
51315132
PaginationCursor:
51325133
type: object
51335134
description: Links for pagination

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ plugin-github-release = "2.5.2"
7171
plugin-javadoc-links = "0.8.0"
7272
plugin-license = "0.16.1"
7373
plugin-metadata = "0.5.0"
74-
plugin-openapigenerator = "7.13.0"
74+
plugin-openapigenerator = "7.16.0"
7575
plugin-shadow = "8.3.9"
76-
plugin-spotbugs = "6.3.0"
77-
plugin-versions = "0.51.0"
76+
plugin-spotbugs = "6.4.7"
77+
plugin-versions = "0.53.0"
7878

7979
[libraries]
8080
apache-commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "apache-commons-compress" }

hivemq-edge-openapi/openapi/components/schemas/ProblemDetails.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ properties:
2020
format: uri
2121
required:
2222
- title
23+
- type

hivemq-edge-openapi/openapi/components/schemas/PulseStatus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ properties:
1717
- DISCONNECTED
1818
- ERROR
1919
message:
20-
$ref: ../../components/schemas/ProblemDetails.yaml
20+
$ref: ./ProblemDetails.yaml

0 commit comments

Comments
 (0)