File tree 16 files changed +6
-24
lines changed
core-java-modules/core-java-9
persistence-modules/hibernate-mapping
spring-web-modules/spring-mvc-java
16 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 89
89
90
90
<properties >
91
91
<json-simple .version>1.1.1</json-simple .version>
92
- <commons-io .version>2.5</commons-io .version>
93
92
<aws-lambda-java-events .version>1.3.0</aws-lambda-java-events .version>
94
93
<aws-lambda-java-core .version>1.2.0</aws-lambda-java-core .version>
95
94
<gson .version>2.8.2</gson .version>
Original file line number Diff line number Diff line change 52
52
<dependency >
53
53
<groupId >commons-io</groupId >
54
54
<artifactId >commons-io</artifactId >
55
- <version >2.7 </version >
55
+ <version >${commons-io.version} </version >
56
56
</dependency >
57
57
</dependencies >
58
58
Original file line number Diff line number Diff line change 21
21
<argLine >-Djava.security.egd=file:/dev/./urandom -Xmx256m</argLine >
22
22
<assertj .version>3.6.2</assertj .version>
23
23
<awaitility .version>2.0.0</awaitility .version>
24
- <commons-io .version>2.5</commons-io .version>
25
24
<docker-maven-plugin .version>0.4.13</docker-maven-plugin .version>
26
25
<hazelcast-hibernate52 .version>1.2</hazelcast-hibernate52 .version>
27
26
<hibernate .version>5.2.8.Final</hibernate .version>
Original file line number Diff line number Diff line change 20
20
<argLine >-Djava.security.egd=file:/dev/./urandom -Xmx256m</argLine >
21
21
<assertj .version>3.6.2</assertj .version>
22
22
<awaitility .version>2.0.0</awaitility .version>
23
- <commons-io .version>2.5</commons-io .version>
24
23
<docker-maven-plugin .version>0.4.13</docker-maven-plugin .version>
25
24
<hazelcast-hibernate52 .version>1.2</hazelcast-hibernate52 .version>
26
25
<hibernate .version>5.2.8.Final</hibernate .version>
Original file line number Diff line number Diff line change 22
22
<awaitility .version>2.0.0</awaitility .version>
23
23
<cassandra-driver .version>3.6.0</cassandra-driver .version>
24
24
<commons-codec .version>1.10</commons-codec .version>
25
- <commons-io .version>2.5</commons-io .version>
26
25
<docker-maven-plugin .version>0.4.13</docker-maven-plugin .version>
27
26
<frontend-maven-plugin .version>1.3</frontend-maven-plugin .version>
28
27
<hazelcast-hibernate52 .version>1.2</hazelcast-hibernate52 .version>
Original file line number Diff line number Diff line change 887
887
<argLine >-Djava.security.egd=file:/dev/./urandom -Xmx256m</argLine >
888
888
<assertj .version>3.6.2</assertj .version>
889
889
<awaitility .version>2.0.0</awaitility .version>
890
- <commons-io .version>2.5</commons-io .version>
891
890
<docker-maven-plugin .version>0.4.13</docker-maven-plugin .version>
892
891
<frontend-maven-plugin .version>1.3</frontend-maven-plugin .version>
893
892
<gatling-maven-plugin .version>2.2.1</gatling-maven-plugin .version>
Original file line number Diff line number Diff line change 94
94
<dependency >
95
95
<groupId >commons-io</groupId >
96
96
<artifactId >commons-io</artifactId >
97
- <version >${commonsio .version} </version >
97
+ <version >${commons-io .version} </version >
98
98
<scope >test</scope >
99
99
</dependency >
100
100
<dependency >
157
157
<protonpack .version>1.15</protonpack .version>
158
158
<commons-net .version>3.6</commons-net .version>
159
159
<assertj .version>3.6.2</assertj .version>
160
- <commonsio .version>2.6</commonsio .version>
161
160
<renjin .version>RELEASE</renjin .version>
162
161
<rcaller .version>3.0</rcaller .version>
163
162
<rserve .version>1.8.1</rserve .version>
Original file line number Diff line number Diff line change 80
80
<dependency >
81
81
<groupId >commons-io</groupId >
82
82
<artifactId >commons-io</artifactId >
83
- <version >${commons. io.version} </version >
83
+ <version >${commons- io.version} </version >
84
84
<scope >provided</scope >
85
85
</dependency >
86
86
<dependency >
165
165
<properties >
166
166
<assembly .plugin.version>2.3</assembly .plugin.version>
167
167
<commons .cli.version>1.2</commons .cli.version>
168
- <commons .io.version>2.1</commons .io.version>
169
168
<httpclient .version>3.0.1</httpclient .version>
170
169
<storm .version>1.2.2</storm .version>
171
170
<kafka .version>1.0.0</kafka .version>
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >commons-io</groupId >
29
29
<artifactId >commons-io</artifactId >
30
- <version >${commons. io.version} </version >
30
+ <version >${commons- io.version} </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >org.openjdk.jmh</groupId >
43
43
44
44
<properties >
45
45
<guava .version>29.0-jre</guava .version>
46
- <commons .io.version>2.6</commons .io.version>
47
46
<jmh .version>1.19</jmh .version>
48
47
<modelmapper .version>2.3.7</modelmapper .version>
49
48
<hamcrest .version>2.2</hamcrest .version>
Original file line number Diff line number Diff line change 71
71
<org .glassfish.javax.el.version>3.0.1-b11</org .glassfish.javax.el.version>
72
72
<money-api .version>1.0.3</money-api .version>
73
73
<moneta .version>1.3</moneta .version>
74
- <commons-io .version>2.6</commons-io .version>
75
74
</properties >
76
75
77
76
</project >
Original file line number Diff line number Diff line change 116
116
117
117
<properties >
118
118
<junit-jupiter .version>5.6.2</junit-jupiter .version>
119
- <commons-io .version>2.6</commons-io .version>
120
119
</properties >
121
120
</project >
Original file line number Diff line number Diff line change 37
37
</dependency >
38
38
</dependencies >
39
39
40
- <properties >
41
- <commons-io .version>2.7</commons-io .version>
42
- </properties >
43
-
44
40
</project >
Original file line number Diff line number Diff line change 65
65
<dependency >
66
66
<groupId >commons-io</groupId >
67
67
<artifactId >commons-io</artifactId >
68
- <version >${commons. io.version} </version >
68
+ <version >${commons- io.version} </version >
69
69
</dependency >
70
70
</dependencies >
71
71
86
86
<mockito .spring.boot.version>1.4.4.RELEASE</mockito .spring.boot.version>
87
87
<javax .inject.version>1</javax .inject.version>
88
88
<guava .version>20.0</guava .version>
89
- <commons .io.version>2.5</commons .io.version>
90
89
<spring-boot .version>1.5.2.RELEASE</spring-boot .version>
91
90
<mockito .version>1.10.19</mockito .version>
92
91
<assertj .version>3.12.2</assertj .version>
Original file line number Diff line number Diff line change 83
83
<dependency >
84
84
<groupId >commons-io</groupId >
85
85
<artifactId >commons-io</artifactId >
86
- <version >${commons. io.version} </version >
86
+ <version >${commons- io.version} </version >
87
87
</dependency >
88
88
<dependency >
89
89
<groupId >org.aspectj</groupId >
159
159
<mockito .spring.boot.version>1.4.4.RELEASE</mockito .spring.boot.version>
160
160
<javax .inject.version>1</javax .inject.version>
161
161
<guava .version>20.0</guava .version>
162
- <commons .io.version>2.5</commons .io.version>
163
162
<spring-boot .version>1.5.2.RELEASE</spring-boot .version>
164
163
<mockito .version>1.10.19</mockito .version>
165
164
<assertj .version>3.12.2</assertj .version>
Original file line number Diff line number Diff line change 235
235
<!-- util -->
236
236
<guava .version>19.0</guava .version>
237
237
<commons-fileupload .version>1.3.2</commons-fileupload .version>
238
- <commons-io .version>2.5</commons-io .version>
239
238
<commons-fileupload .version>1.4</commons-fileupload .version>
240
239
<jsonpath .version>2.2.0</jsonpath .version>
241
240
Original file line number Diff line number Diff line change 364
364
<jaxen .version>1.2.0</jaxen .version>
365
365
<jdom2 .version>2.0.6</jdom2 .version>
366
366
<joox .version>1.6.2</joox .version>
367
- <commons-io .version>2.5</commons-io .version>
368
367
<commons-collections4 .version>4.1</commons-collections4 .version>
369
368
<jibx-version >1.2.4.5</jibx-version >
370
369
<jaxb-api .version>2.3.1</jaxb-api .version>
You can’t perform that action at this time.
0 commit comments