Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Bump to detekt 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtuGuiAdi committed Aug 3, 2023
1 parent d25dbcf commit 4b1ce52
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Detekt - Changelog

#### 2.5.1 - 2023-08-02

##### Changelog

- Based on detekt 1.23.1

#### 2.5.0 - 2022-01-09

##### Changelog
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.detekt</groupId>
<artifactId>sonar-detekt</artifactId>
<version>2.5.0</version>
<version>2.5.1</version>
<url>https://github.com/detekt/sonar-kotlin</url>

<licenses>
Expand All @@ -21,7 +21,7 @@
<properties>
<kotlin.version>1.8.21</kotlin.version>
<spek.version>2.0.17</spek.version>
<detekt.version>1.23.0</detekt.version>
<detekt.version>1.23.1</detekt.version>
<sonar.api.version>9.1.0.47736</sonar.api.version>
<assertj.version>3.21.0</assertj.version>
<jcommander.version>1.81</jcommander.version>
Expand Down

0 comments on commit 4b1ce52

Please sign in to comment.