Skip to content

Commit

Permalink
fix(deps): update dependency org.springdoc:springdoc-openapi-starter-…
Browse files Browse the repository at this point in the history
…webmvc-ui to v2.8.0 (#438)

* fix(deps): update dependency org.springdoc:springdoc-openapi-starter-webmvc-ui to v2.8.0

* Update SchemeControllerIT.java

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Raja Kolli <[email protected]>
  • Loading branch information
renovate[bot] and rajadilipkolli authored Jan 5, 2025
1 parent cc8622a commit fd7e5c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jacoco_min_coverage_required=0.84

spring_boot_version=3.4.0-M1
spring_dependency_management_version=1.1.6
springdoc_openapi_version=2.7.0
springdoc_openapi_version=2.8.0

Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ void fetchSchemesByFundName() throws Exception {
.accept(MediaType.APPLICATION_JSON))
.andExpect(status().isOk())
.andExpect(header().string(HttpHeaders.CONTENT_TYPE, is(MediaType.APPLICATION_JSON_VALUE)))
.andExpect(jsonPath("$.size()", is(209)));
.andExpect(jsonPath("$.size()", is(213)));
}
}

0 comments on commit fd7e5c0

Please sign in to comment.