Skip to content

Commit 861af74

Browse files
Chore(deps): Bump com.github.ozsie:detekt-maven-plugin
Bumps [com.github.ozsie:detekt-maven-plugin](https://github.com/Ozsie/detekt-maven-plugin) from 1.23.7 to 1.23.8. - [Release notes](https://github.com/Ozsie/detekt-maven-plugin/releases) - [Commits](Ozsie/detekt-maven-plugin@1.23.7...1.23.8) --- updated-dependencies: - dependency-name: com.github.ozsie:detekt-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c0607da commit 861af74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -284,17 +284,17 @@
284284
<plugin>
285285
<groupId>com.github.ozsie</groupId>
286286
<artifactId>detekt-maven-plugin</artifactId>
287-
<version>1.23.7</version>
287+
<version>1.23.8</version>
288288
<dependencies>
289289
<dependency>
290290
<groupId>io.gitlab.arturbosch.detekt</groupId>
291291
<artifactId>detekt-cli</artifactId>
292-
<version>1.23.7</version>
292+
<version>1.23.8</version>
293293
</dependency>
294294
<dependency>
295295
<groupId>io.gitlab.arturbosch.detekt</groupId>
296296
<artifactId>detekt-formatting</artifactId>
297-
<version>1.23.7</version>
297+
<version>1.23.8</version>
298298
</dependency>
299299
</dependencies>
300300
<configuration>

0 commit comments

Comments
 (0)