Skip to content

Commit 8ebb8db

Browse files
deps: bump the minor-patch-dependencies group with 2 updates (#128)
Bumps the minor-patch-dependencies group with 2 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 5.13.4 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.3...r5.13.4) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.45.0 to 2.46.1 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.45.0...maven/2.46.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-version: 2.46.1 dependency-type: direct:production update-type: version-update:semver-minor 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 ca9bbbe commit 8ebb8db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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.13.3</version>
34+
<version>5.13.4</version>
3535
<scope>test</scope>
3636
</dependency>
3737
<dependency>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>com.diffplug.spotless</groupId>
164164
<artifactId>spotless-maven-plugin</artifactId>
165-
<version>2.45.0</version>
165+
<version>2.46.1</version>
166166
<configuration>
167167
<java>
168168
<googleJavaFormat>

0 commit comments

Comments
 (0)