File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 59
59
<requirement
60
60
name =" org.eclipse.jdt.feature.group" />
61
61
<requirement
62
- name =" io.spring.javaformat.eclipse.feature.feature.group" />
62
+ name =" io.spring.javaformat.eclipse.feature.feature.group" versionRange = " [0.0.14,0.0.15) " />
63
63
<requirement
64
64
name =" org.eclipse.jst.server_adapters.feature.feature.group" />
65
65
<requirement
Original file line number Diff line number Diff line change 24
24
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
25
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
26
26
<maven .version>3.1.1</maven .version>
27
- <spring-javaformat .version>0.0.11 </spring-javaformat .version>
27
+ <spring-javaformat .version>0.0.14 </spring-javaformat .version>
28
28
<nohttp-checkstyle .version>0.0.1.RELEASE</nohttp-checkstyle .version>
29
29
</properties >
30
30
<scm >
312
312
<dependency >
313
313
<groupId >com.puppycrawl.tools</groupId >
314
314
<artifactId >checkstyle</artifactId >
315
- <version >8.18 </version >
315
+ <version >8.22 </version >
316
316
</dependency >
317
317
<dependency >
318
318
<groupId >io.spring.javaformat</groupId >
Original file line number Diff line number Diff line change 19
19
<properties >
20
20
<main .basedir>${basedir} /..</main .basedir>
21
21
<java .version>1.8</java .version>
22
- <spring-javaformat .version>0.0.11 </spring-javaformat .version>
22
+ <spring-javaformat .version>0.0.14 </spring-javaformat .version>
23
23
<nohttp-checkstyle .version>0.0.1.RELEASE</nohttp-checkstyle .version>
24
24
<disable .checks>false</disable .checks>
25
25
</properties >
149
149
<dependency >
150
150
<groupId >com.puppycrawl.tools</groupId >
151
151
<artifactId >checkstyle</artifactId >
152
- <version >8.18 </version >
152
+ <version >8.22 </version >
153
153
</dependency >
154
154
<dependency >
155
155
<groupId >io.spring.javaformat</groupId >
You can’t perform that action at this time.
0 commit comments