Skip to content

Commit bd14572

Browse files
Bump the maven-dependencies group with 2 updates
Bumps the maven-dependencies group with 2 updates: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1) Updates `io.projectreactor:reactor-core` from 3.6.7 to 3.6.8 - [Release notes](https://github.com/reactor/reactor-core/releases) - [Commits](reactor/reactor-core@v3.6.7...v3.6.8) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: io.projectreactor:reactor-core dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a076b7d commit bd14572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.projectreactor</groupId>
4444
<artifactId>reactor-core</artifactId>
45-
<version>3.6.7</version>
45+
<version>3.6.8</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<maven-javadoc.version>3.5.0</maven-javadoc.version>
8080
<maven-release.version>3.1.0</maven-release.version>
8181
<maven-source.version>3.3.1</maven-source.version>
82-
<maven-surefire.version>3.3.0</maven-surefire.version>
82+
<maven-surefire.version>3.3.1</maven-surefire.version>
8383
<maven-resources.version>3.3.1</maven-resources.version>
8484
<!--
8585
Deactivate dokka by default, and make the build faster for all projects.

0 commit comments

Comments
 (0)