Skip to content

Commit

Permalink
chore: update dependencies to latest
Browse files Browse the repository at this point in the history
detekt from 1.18.0 to 1.20.0
google-java-format for JDK 11 from 1.13.0 to 1.15.0
ktlint from 0.42.1 to 0.45.2
pmd from 6.37.0 to 6.4.0
  • Loading branch information
dustin committed Apr 24, 2022
1 parent 96b10e2 commit 2c7c708
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-channel/detekt.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"central"
],
"dependencies": [
"io.gitlab.arturbosch.detekt:detekt-cli:1.18.0"
"io.gitlab.arturbosch.detekt:detekt-cli:1.20.0"
]
}
2 changes: 1 addition & 1 deletion .pre-commit-channel/google-java-format-jdk11.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"central"
],
"dependencies": [
"com.google.googlejavaformat:google-java-format:1.13.0"
"com.google.googlejavaformat:google-java-format:1.15.0"
]
}
2 changes: 1 addition & 1 deletion .pre-commit-channel/ktlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"central"
],
"dependencies": [
"com.pinterest:ktlint:0.42.1"
"com.pinterest:ktlint:0.45.2"
]
}
2 changes: 1 addition & 1 deletion .pre-commit-channel/pmd.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"central"
],
"dependencies": [
"net.sourceforge.pmd:pmd-java:6.37.0"
"net.sourceforge.pmd:pmd-java:6.44.0"
]
}

0 comments on commit 2c7c708

Please sign in to comment.