Skip to content

Commit eb9599b

Browse files
deps: bump the minor-patch-dependencies group with 3 updates (#123)
Bumps the minor-patch-dependencies group with 3 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). Updates `org.junit.jupiter:junit-jupiter-api` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.12.2...r5.13.0) Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.4.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-clean-plugin/releases) - [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.4.1...maven-clean-plugin-3.5.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.44.4 to 2.44.5 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/2.44.4...maven/2.44.5) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: org.apache.maven.plugins:maven-clean-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.44.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6964ba5 commit eb9599b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.junit.jupiter</groupId>
3333
<artifactId>junit-jupiter-api</artifactId>
34-
<version>5.12.2</version>
34+
<version>5.13.0</version>
3535
<scope>test</scope>
3636
</dependency>
3737
<dependency>
@@ -70,7 +70,7 @@
7070
<!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
7171
<plugin>
7272
<artifactId>maven-clean-plugin</artifactId>
73-
<version>3.4.1</version>
73+
<version>3.5.0</version>
7474
</plugin>
7575
<!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
7676
<plugin>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>com.diffplug.spotless</groupId>
164164
<artifactId>spotless-maven-plugin</artifactId>
165-
<version>2.44.4</version>
165+
<version>2.44.5</version>
166166
<configuration>
167167
<java>
168168
<googleJavaFormat>

0 commit comments

Comments
 (0)