File tree Expand file tree Collapse file tree 7 files changed +14
-12
lines changed
Expand file tree Collapse file tree 7 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 2828 <dependency >
2929 <groupId >commons-codec</groupId >
3030 <artifactId >commons-codec</artifactId >
31- <version >1.15 </version >
31+ <version >${commons-codec.version} </version >
3232 </dependency >
3333 <dependency >
3434 <groupId >org.apache.commons</groupId >
3838 <dependency >
3939 <groupId >commons-io</groupId >
4040 <artifactId >commons-io</artifactId >
41- <version >2.12.0 </version >
41+ <version >${commons-io.version} </version >
4242 </dependency >
4343 <dependency >
4444 <groupId >org.bouncycastle</groupId >
Original file line number Diff line number Diff line change 1919 <dependency >
2020 <groupId >org.bouncycastle</groupId >
2121 <artifactId >bcprov-jdk18on</artifactId >
22- <version >1.78.1 </version >
22+ <version >${org.bouncycastle.version} </version >
2323 <scope >compile</scope >
2424 </dependency >
2525
3232 <dependency >
3333 <groupId >org.apache.santuario</groupId >
3434 <artifactId >xmlsec</artifactId >
35- <version >3.0.3 </version >
35+ <version >${xmlsec.version} </version >
3636 </dependency >
3737 <dependency >
3838 <groupId >commons-io</groupId >
3939 <artifactId >commons-io</artifactId >
40- <version >2.11.0 </version >
40+ <version >${commons-io.version} </version >
4141 <scope >compile</scope >
4242 </dependency >
4343 </dependencies >
Original file line number Diff line number Diff line change 3939 <dependency >
4040 <groupId >commons-io</groupId >
4141 <artifactId >commons-io</artifactId >
42- <version >2.11.0 </version >
42+ <version >${commons-io.version} </version >
4343 </dependency >
4444 <dependency >
4545 <groupId >${project.groupId} </groupId >
4949 <dependency >
5050 <groupId >commons-codec</groupId >
5151 <artifactId >commons-codec</artifactId >
52- <version >1.15 </version >
52+ <version >${commons-codec.version} </version >
5353 <scope >test</scope >
5454 </dependency >
5555 <dependency >
Original file line number Diff line number Diff line change 4646 <dependency >
4747 <groupId >commons-codec</groupId >
4848 <artifactId >commons-codec</artifactId >
49- <version >1.15 </version >
49+ <version >${commons-codec.version} </version >
5050 </dependency >
5151 <dependency >
5252 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 2626 <dependency >
2727 <groupId >org.apache.santuario</groupId >
2828 <artifactId >xmlsec</artifactId >
29- <version >3.0.3 </version >
29+ <version >${xmlsec.version} </version >
3030 </dependency >
3131 <dependency >
3232 <groupId >commons-codec</groupId >
3333 <artifactId >commons-codec</artifactId >
34- <version >1.15 </version >
34+ <version >${commons-codec.version} </version >
3535 </dependency >
3636 <dependency >
3737 <groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 2929 <log4j .version>2.21.1</log4j .version>
3030 <io .opentelemetry.version>1.28.0</io .opentelemetry.version>
3131 <org .bouncycastle.version>1.78.1</org .bouncycastle.version>
32- <io .opentelemetry.version>1.28.0</io .opentelemetry.version>
3332 <commons .compress.version>1.26.0</commons .compress.version>
33+ <commons-io .version>2.12.0</commons-io .version>
34+ <commons-codec .version>1.15</commons-codec .version>
35+ <xmlsec .version>3.0.3</xmlsec .version>
3436 </properties >
3537
3638 <organization >
Original file line number Diff line number Diff line change 3737 <dependency >
3838 <groupId >commons-io</groupId >
3939 <artifactId >commons-io</artifactId >
40- <version >2.11.0 </version >
40+ <version >${commons-io.version} </version >
4141 </dependency >
4242 </dependencies >
4343
You can’t perform that action at this time.
0 commit comments