File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 393393 <dependency >
394394 <groupId >org.openidentityplatform</groupId >
395395 <artifactId >openicf</artifactId >
396- <version >2.0.3 </version > <!-- after openicf version update, check commons-lang3 and commons-text versions from commons -- >
396+ <version >2.0.4 </version >
397397 <type >pom</type >
398398 <scope >import</scope >
399399 </dependency >
403403 <artifactId >commons-codec</artifactId >
404404 <version >${apache.commons-codec.version} </version >
405405 </dependency >
406- <!-- handlebars 4.5.x requires commons-lang3 >= 3.20.0 (OSGi import [3.20.0,4.0.0)) -->
407- <dependency >
408- <groupId >org.apache.commons</groupId >
409- <artifactId >commons-lang3</artifactId >
410- <version >3.20.0</version >
411- </dependency >
412- <!-- handlebars 4.5.x requires commons-text >= 1.15.0 (OSGi import [1.15.0,2.0.0));
413- the commons parent manages it to 1.12.0, so pin it up to satisfy the bundle -->
414- <dependency >
415- <groupId >org.apache.commons</groupId >
416- <artifactId >commons-text</artifactId >
417- <version >1.15.0</version >
418- </dependency >
419406
420407 <!-- Java EE -->
421408 <dependency >
You can’t perform that action at this time.
0 commit comments