Skip to content

Commit 95cdc0b

Browse files
Bump the maven-dependencies group with 2 updates
Bumps the maven-dependencies group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). Updates `org.mockito:mockito-core` from 5.14.2 to 5.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.2...v5.15.2) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d425a2 commit 95cdc0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<!--Testing-->
5050
<hamcrest.version>1.3</hamcrest.version>
5151
<junit.version>5.11.4</junit.version>
52-
<mockito.version>5.14.2</mockito.version>
52+
<mockito.version>5.15.2</mockito.version>
5353
<testcontainers.version>1.20.4</testcontainers.version>
5454
<!-- Build and Plugins -->
5555
<maven-compiler.version>3.13.0</maven-compiler.version>

set-based-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<!--Serialization-->
1919
<jackson-core.version>2.18.2</jackson-core.version>
2020
<!--UI-->
21-
<spring-doc.version>2.7.0</spring-doc.version>
21+
<spring-doc.version>2.8.0</spring-doc.version>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)