Skip to content

Commit

Permalink
Update asyncapi-circe-yaml, ... to 0.6.0 (#3064)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Jul 24, 2023
1 parent 49d42aa commit 5d46420
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion docs/asyncapi-docs/src/test/resources/expected_binding.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: Header descriptions
version: '1.0'
Expand Down Expand Up @@ -34,4 +34,4 @@ components:
payload:
type: integer
format: int32
contentType: application/json
contentType: application/json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: Query descriptions
version: '1.0'
Expand Down Expand Up @@ -37,4 +37,4 @@ components:
payload:
type: integer
format: int32
contentType: application/json
contentType: application/json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: title
version: '1.0'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: Header flags
version: '1.0'
Expand Down Expand Up @@ -34,4 +34,4 @@ components:
payload:
type: integer
format: int32
contentType: application/json
contentType: application/json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: Query flags
version: '1.0'
Expand Down Expand Up @@ -38,4 +38,4 @@ components:
payload:
type: integer
format: int32
contentType: application/json
contentType: application/json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down Expand Up @@ -28,4 +28,4 @@ components:
sttp.tapir.tests.data.Fruit:
payload:
$ref: '#/components/schemas/sttp.tapir.tests.data.Fruit'
contentType: application/json
contentType: application/json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down Expand Up @@ -40,4 +40,4 @@ components:
examples:
- payload:
- 10
- 42
- 42
4 changes: 2 additions & 2 deletions docs/asyncapi-docs/src/test/resources/expected_json_json.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down Expand Up @@ -28,4 +28,4 @@ components:
Fruit:
payload:
$ref: '#/components/schemas/Fruit'
contentType: application/json
contentType: application/json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down Expand Up @@ -31,4 +31,4 @@ components:
string:
payload:
type: string
contentType: text/plain
contentType: text/plain
4 changes: 2 additions & 2 deletions docs/asyncapi-docs/src/test/resources/expected_security.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down Expand Up @@ -39,4 +39,4 @@ components:
httpApiKeyAuth:
type: httpApiKey
name: Authorization
in: header
in: header
4 changes: 2 additions & 2 deletions docs/asyncapi-docs/src/test/resources/expected_string.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand All @@ -20,4 +20,4 @@ components:
string:
payload:
type: string
contentType: text/plain
contentType: text/plain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asyncapi: 2.0.0
asyncapi: 2.6.0
info:
title: The fruit basket
version: '0.1'
Expand Down Expand Up @@ -64,4 +64,4 @@ components:
FruitAmount:
payload:
$ref: '#/components/schemas/FruitAmount'
contentType: application/json
contentType: application/json
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Versions {
val sttp = "3.8.16"
val sttpModel = "1.7.1"
val sttpShared = "1.3.15"
val sttpApispec = "0.5.3"
val sttpApispec = "0.6.0"
val akkaHttp = "10.2.10"
val akkaStreams = "2.6.20"
val swaggerUi = "5.1.3"
Expand Down

0 comments on commit 5d46420

Please sign in to comment.