Skip to content

Commit c08cc43

Browse files
Bump the maven-dependencies group with 4 updates
Bumps the maven-dependencies group with 4 updates: [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core), [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5), [org.mockito:mockito-core](https://github.com/mockito/mockito) and [org.flywaydb:flyway-core](https://github.com/flyway/flyway). Updates `io.projectreactor:reactor-core` from 3.7.3 to 3.7.4 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.7.3...v3.7.4) Updates `org.junit.jupiter:junit-jupiter` from 5.12.0 to 5.12.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.0...r5.12.1) Updates `org.mockito:mockito-core` from 5.16.0 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.0...v5.16.1) Updates `org.flywaydb:flyway-core` from 11.3.4 to 11.4.0 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.3.4...flyway-11.4.0) --- updated-dependencies: - dependency-name: io.projectreactor:reactor-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b57afff commit c08cc43

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

multitenancy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<!-- Database -->
18-
<flyway.version>11.3.4</flyway.version>
18+
<flyway.version>11.4.0</flyway.version>
1919
<h2.version>2.3.232</h2.version>
2020
<!-- UI -->
2121
<vaadin.version>24.6.6</vaadin.version>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
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.3</reactor-core.version>
50+
<reactor-core.version>3.7.4</reactor-core.version>
5151
<!--Testing-->
5252
<hamcrest.version>1.3</hamcrest.version>
53-
<junit.version>5.12.0</junit.version>
54-
<mockito.version>5.16.0</mockito.version>
53+
<junit.version>5.12.1</junit.version>
54+
<mockito.version>5.16.1</mockito.version>
5555
<testcontainers.version>1.20.6</testcontainers.version>
5656
<!-- Build and Plugins -->
5757
<maven-compiler.version>3.14.0</maven-compiler.version>

0 commit comments

Comments
 (0)