prettier-plugin-java 1.6.1 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- Copyright 2018-2021 the original author or authors from the JHipster project
2
+ Copyright 2018-2022 the original author or authors from the JHipster project
3
3
 
4
4
  Apache License
5
5
  Version 2.0, January 2004
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prettier-plugin-java",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Prettier Java Plugin",
5
5
  "main": "dist/index.js",
6
6
  "files": [
@@ -9,7 +9,7 @@
9
9
  "repository": "https://github.com/jhipster/prettier-java",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
- "java-parser": "2.0.1",
12
+ "java-parser": "2.0.2",
13
13
  "lodash": "4.17.21",
14
14
  "prettier": "2.3.1"
15
15
  },
@@ -42,5 +42,5 @@
42
42
  "ts-node": "10.2.1",
43
43
  "typescript": "4.3.5"
44
44
  },
45
- "gitHead": "a0d5b167e79bc167f3b83c2abed81bad2f5245ac"
45
+ "gitHead": "2e731c6dcec31dc9e58ec1721eef821f7fc031ee"
46
46
  }