Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
google-java-format from 1.10.0 to 1.11.0
ktlint from 0.39.0 to 0.42.1
pmd from 6.29.0 to 6.37.0
  • Loading branch information
dustin committed Aug 21, 2021
1 parent 9f69da7 commit 83eef70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.10.0"
"com.google.googlejavaformat:google-java-format:1.11.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.39.0"
"com.pinterest:ktlint:0.42.1"
]
}
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.29.0"
"net.sourceforge.pmd:pmd-java:6.37.0"
]
}

0 comments on commit 83eef70

Please sign in to comment.