File tree Expand file tree Collapse file tree 7 files changed +17
-13
lines changed Expand file tree Collapse file tree 7 files changed +17
-13
lines changed Original file line number Diff line number Diff line change 28
28
<dependency >
29
29
<groupId >commons-codec</groupId >
30
30
<artifactId >commons-codec</artifactId >
31
- <version >1.15 </version >
31
+ <version >${commons-codec.version} </version >
32
32
</dependency >
33
33
<dependency >
34
34
<groupId >org.apache.commons</groupId >
38
38
<dependency >
39
39
<groupId >commons-io</groupId >
40
40
<artifactId >commons-io</artifactId >
41
- <version >2.12.0 </version >
41
+ <version >${commons-io.version} </version >
42
42
</dependency >
43
43
<dependency >
44
44
<groupId >org.bouncycastle</groupId >
Original file line number Diff line number Diff line change 19
19
<dependency >
20
20
<groupId >org.bouncycastle</groupId >
21
21
<artifactId >bcprov-jdk18on</artifactId >
22
- <version >1.78.1 </version >
22
+ <version >${org.bouncycastle.version} </version >
23
23
<scope >compile</scope >
24
24
</dependency >
25
25
32
32
<dependency >
33
33
<groupId >org.apache.santuario</groupId >
34
34
<artifactId >xmlsec</artifactId >
35
- <version >3.0.3 </version >
35
+ <version >${xmlsec.version} </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >commons-io</groupId >
39
39
<artifactId >commons-io</artifactId >
40
- <version >2.11.0 </version >
40
+ <version >${commons-io.version} </version >
41
41
<scope >compile</scope >
42
42
</dependency >
43
43
</dependencies >
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >org.bouncycastle</groupId >
26
26
<artifactId >bcprov-jdk18on</artifactId >
27
- <version >1.78.1 </version >
27
+ <version >${org.bouncycastle.version} </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >org.bouncycastle</groupId >
31
31
<artifactId >bcpkix-jdk18on</artifactId >
32
- <version >1.78.1 </version >
32
+ <version >${org.bouncycastle.version} </version >
33
33
</dependency >
34
34
<dependency >
35
35
<groupId >org.apache.logging.log4j</groupId >
39
39
<dependency >
40
40
<groupId >commons-io</groupId >
41
41
<artifactId >commons-io</artifactId >
42
- <version >2.11.0 </version >
42
+ <version >${commons-io.version} </version >
43
43
</dependency >
44
44
<dependency >
45
45
<groupId >${project.groupId} </groupId >
49
49
<dependency >
50
50
<groupId >commons-codec</groupId >
51
51
<artifactId >commons-codec</artifactId >
52
- <version >1.15 </version >
52
+ <version >${commons-codec.version} </version >
53
53
<scope >test</scope >
54
54
</dependency >
55
55
<dependency >
Original file line number Diff line number Diff line change 46
46
<dependency >
47
47
<groupId >commons-codec</groupId >
48
48
<artifactId >commons-codec</artifactId >
49
- <version >1.15 </version >
49
+ <version >${commons-codec.version} </version >
50
50
</dependency >
51
51
<dependency >
52
52
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >org.apache.santuario</groupId >
28
28
<artifactId >xmlsec</artifactId >
29
- <version >3.0.3 </version >
29
+ <version >${xmlsec.version} </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >commons-codec</groupId >
33
33
<artifactId >commons-codec</artifactId >
34
- <version >1.15 </version >
34
+ <version >${commons-codec.version} </version >
35
35
</dependency >
36
36
<dependency >
37
37
<groupId >org.apache.logging.log4j</groupId >
Original file line number Diff line number Diff line change 29
29
<log4j .version>2.21.1</log4j .version>
30
30
<io .opentelemetry.version>1.28.0</io .opentelemetry.version>
31
31
<org .bouncycastle.version>1.78.1</org .bouncycastle.version>
32
+ <commons-io .version>2.12.0</commons-io .version>
33
+ <commons-codec .version>1.15</commons-codec .version>
34
+ <xmlsec .version>3.0.3</xmlsec .version>
35
+
32
36
</properties >
33
37
34
38
<organization >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >commons-io</groupId >
39
39
<artifactId >commons-io</artifactId >
40
- <version >2.11.0 </version >
40
+ <version >${commons-io.version} </version >
41
41
</dependency >
42
42
</dependencies >
43
43
You can’t perform that action at this time.
0 commit comments