Skip to content

Commit 8ddf6bc

Browse files
deps: bump the minor-patch-dependencies group across 1 directory with 2 updates (#167)
Bumps the minor-patch-dependencies group with 2 updates in the / directory: [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) and [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless). Updates `org.jacoco:jacoco-maven-plugin` from 0.8.14 to 0.8.15 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.14...v0.8.15) Updates `com.diffplug.spotless:spotless-maven-plugin` from 3.6.0 to 3.7.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@maven/3.6.0...maven/3.7.0) --- updated-dependencies: - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.15 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: 3.7.0 dependency-type: direct:development 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 1636112 commit 8ddf6bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.jacoco</groupId>
172172
<artifactId>jacoco-maven-plugin</artifactId>
173-
<version>0.8.14</version>
173+
<version>0.8.15</version>
174174
<executions>
175175
<execution>
176176
<goals>
@@ -189,7 +189,7 @@
189189
<plugin>
190190
<groupId>com.diffplug.spotless</groupId>
191191
<artifactId>spotless-maven-plugin</artifactId>
192-
<version>3.6.0</version>
192+
<version>3.7.0</version>
193193
<configuration>
194194
<java>
195195
<googleJavaFormat>

0 commit comments

Comments
 (0)