Skip to content

Commit 9c25d58

Browse files
Bump the maven-dependencies group with 3 updates
Bumps the maven-dependencies group with 3 updates: [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core), [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) and [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). Updates `io.projectreactor:reactor-core` from 3.7.6 to 3.7.7 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.7.6...v3.7.7) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.0 to 2.19.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.8 to 2.8.9 - [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.8.8...v2.8.9) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-version: 3.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: 2.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a51275e commit 9c25d58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<hibernate-core.version>6.2.6.Final</hibernate-core.version>
4848
<!--Other-->
4949
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
50-
<reactor-core.version>3.7.6</reactor-core.version>
50+
<reactor-core.version>3.7.7</reactor-core.version>
5151
<!--Testing-->
5252
<hamcrest.version>1.3</hamcrest.version>
5353
<junit.version>5.13.1</junit.version>

set-based-validation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<properties>
1818
<!--Serialization-->
19-
<jackson-core.version>2.19.0</jackson-core.version>
19+
<jackson-core.version>2.19.1</jackson-core.version>
2020
<!--UI-->
21-
<spring-doc.version>2.8.8</spring-doc.version>
21+
<spring-doc.version>2.8.9</spring-doc.version>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)