File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 105105 <dependency >
106106 <groupId >org.apache.commons</groupId >
107107 <artifactId >commons-collections4</artifactId >
108- <version >4.4 </version >
108+ <version >4.5.0 </version >
109109 <scope >provided</scope >
110110 </dependency >
111111
158158 <version >4.5.13</version >
159159 <scope >provided</scope >
160160 </dependency >
161- <dependency >
162- <groupId >org.lucee</groupId >
163- <artifactId >commons-logging-adapters</artifactId >
164- <version >1.1.0.0000L</version >
165- <scope >provided</scope >
166- </dependency >
167- <dependency >
168- <groupId >org.lucee</groupId >
169- <artifactId >commons-logging-api</artifactId >
170- <version >1.1.0.0000L</version >
171- <scope >provided</scope >
172- </dependency >
173161 <dependency >
174162 <groupId >org.lucee</groupId >
175163 <artifactId >commons-logging</artifactId >
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ Export-Package: coldfusion,
316316 lucee.transformer.util,
317317 lucee.transformer.cfml.script.java.function
318318Require-Bundle : org.apache.commons.commons-codec;bundle-version=1.15.0,
319- org.apache.commons.commons-collections4;bundle-version=4.4 .0,
319+ org.apache.commons.commons-collections4;bundle-version=4.5 .0,
320320 org.apache.commons.commons-fileupload2-core;bundle-version=2.0.0.M4,
321321 org.apache.commons.commons-io;bundle-version=2.19.0,
322322 org.apache.commons.commons-pool2;bundle-version=2.12.1,
Original file line number Diff line number Diff line change 22<project default =" core" basedir =" ." name =" Lucee"
33 xmlns : resolver =" antlib:org.apache.maven.resolver.ant" >
44
5- <property name =" version" value =" 8.0.0.136 -SNAPSHOT" />
5+ <property name =" version" value =" 8.0.0.137 -SNAPSHOT" />
66
77 <taskdef uri =" antlib:org.apache.maven.resolver.ant" resource =" org/apache/maven/resolver/ant/antlib.xml" >
88 <classpath >
Original file line number Diff line number Diff line change 33
44 <groupId >org.lucee</groupId >
55 <artifactId >lucee</artifactId >
6- <version >8.0.0.136 -SNAPSHOT</version >
6+ <version >8.0.0.137 -SNAPSHOT</version >
77 <packaging >jar</packaging >
88
99 <name >Lucee Loader Build</name >
451451 <dependency >
452452 <groupId >org.apache.commons</groupId >
453453 <artifactId >commons-collections4</artifactId >
454- <version >4.4 </version >
454+ <version >4.5.0 </version >
455455 <scope >provided</scope >
456456 </dependency >
457457 <dependency >
526526 <version >4.5.13</version >
527527 <scope >provided</scope >
528528 </dependency >
529- <dependency >
530- <groupId >org.lucee</groupId >
531- <artifactId >commons-logging-adapters</artifactId >
532- <version >1.1.0.0000L</version >
533- <scope >provided</scope >
534- </dependency >
535- <dependency >
536- <groupId >org.lucee</groupId >
537- <artifactId >commons-logging-api</artifactId >
538- <version >1.1.0.0000L</version >
539- <scope >provided</scope >
540- </dependency >
541529 <dependency >
542530 <groupId >org.lucee</groupId >
543531 <artifactId >commons-logging</artifactId >
You can’t perform that action at this time.
0 commit comments