Skip to content

Commit

Permalink
chore: update dependencies to latest
Browse files Browse the repository at this point in the history
detekt to 1.22.0
google-java-format for JDK 11 to 1.16.0
ktlint to 0.48.2
pmd to 6.55.0
  • Loading branch information
dustin committed Feb 28, 2023
1 parent 05e77dc commit e7e2184
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.20.0"
"io.gitlab.arturbosch.detekt:detekt-cli:1.22.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.15.0"
"com.google.googlejavaformat:google-java-format:1.16.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.46.1"
"com.pinterest:ktlint:0.48.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.44.0"
"net.sourceforge.pmd:pmd-java:6.55.0"
]
}

0 comments on commit e7e2184

Please sign in to comment.