Skip to content

Commit

Permalink
[AUTOPR] Automatic updates (#260)
Browse files Browse the repository at this point in the history
* #259 Ensure that arrays have a maximum number of items

---------

Co-authored-by: nicolaasuni-vonage <[email protected]>
  • Loading branch information
github-actions[bot] and nicolaasuni-vonage committed Jul 15, 2024
1 parent a1ba025 commit 48e6c5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.96.1
1.96.2
2 changes: 1 addition & 1 deletion examples/service/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ toolchain go1.22.5
replace github.com/Vonage/gosrvlib => ../..

require (
github.com/Vonage/gosrvlib v1.96.1
github.com/Vonage/gosrvlib v1.96.2
github.com/golang/mock v1.6.0
github.com/jstemmer/go-junit-report/v2 v2.1.0
github.com/prometheus/client_golang v1.19.1
Expand Down
1 change: 1 addition & 0 deletions examples/service/openapi_monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ paths:
description: service uptime in seconds
routes:
type: array
maxItems: 100
items:
type: object
/ping:
Expand Down

0 comments on commit 48e6c5c

Please sign in to comment.