Skip to content

Commit

Permalink
Update all non-major dependencies (except core Kotlin)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2022
1 parent 26f957d commit 34b037f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion diktat-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<dependency>
<groupId>io.github.detekt.sarif4k</groupId>
<artifactId>sarif4k</artifactId>
<version>0.0.1</version>
<version>0.3.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@
<commons-cli.version>1.5.0</commons-cli.version>
<diktat-check.version>1.2.4.2</diktat-check.version>
<kotlinpoet.version>1.12.0</kotlinpoet.version>
<detekt.version>1.21.0.1</detekt.version>
<detekt.version>1.22.0</detekt.version>
<dokka.version>1.7.20</dokka.version>
<jacoco.version>0.8.8</jacoco.version>
<maven-plugin-tools.version>3.6.4</maven-plugin-tools.version>
<maven-plugin-tools.version>3.7.0</maven-plugin-tools.version>
<jbool.version>1.24</jbool.version>
<mu-logging.version>3.0.4</mu-logging.version>
<log4j.version>2.19.0</log4j.version>
Expand Down Expand Up @@ -171,7 +171,7 @@
<dependency>
<groupId>com.charleskorn.kaml</groupId>
<artifactId>kaml-jvm</artifactId>
<version>0.47.0</version>
<version>0.49.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 34b037f

Please sign in to comment.