File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 49
49
<snakeyaml .version>2.0</snakeyaml .version>
50
50
<testcontainers .version>1.21.3</testcontainers .version>
51
51
<!-- Do NOT UPGRADE spring.version without checking springboot.version alignment -->
52
- <springboot .version>3.4.6 </springboot .version>
52
+ <springboot .version>3.4.9 </springboot .version>
53
53
<springframework .version>6.2.7</springframework .version>
54
54
<!-- Do NOT UPGRADE springframework.version without checking springboot.version alignment -->
55
55
<nexus-staging-maven-plugin .version>1.7.0</nexus-staging-maven-plugin .version>
65
65
<commons-io .version>2.14.0</commons-io .version>
66
66
<zipkin .version>3.4.0</zipkin .version>
67
67
<microcks .version>0.3.1</microcks .version>
68
+ <commons-compress .version>1.26.0</commons-compress .version>
69
+ <commons-codec .version>1.17.0</commons-codec .version>
68
70
</properties >
69
71
70
72
<distributionManagement >
372
374
<artifactId >wiremock-standalone</artifactId >
373
375
<version >${wiremock.version} </version >
374
376
</dependency >
377
+ <dependency >
378
+ <groupId >org.apache.commons</groupId >
379
+ <artifactId >commons-compress</artifactId >
380
+ <version >${commons-compress.version} </version >
381
+ </dependency >
382
+ <dependency >
383
+ <groupId >commons-codec</groupId >
384
+ <artifactId >commons-codec</artifactId >
385
+ <version >${commons-codec.version} </version >
386
+ <scope >testf</scope >
387
+ </dependency >
375
388
</dependencies >
376
389
</dependencyManagement >
377
390
Original file line number Diff line number Diff line change 33
33
<groupId >org.testcontainers</groupId >
34
34
<artifactId >testcontainers</artifactId >
35
35
</dependency >
36
+ <dependency >
37
+ <groupId >commons-codec</groupId >
38
+ <artifactId >commons-codec</artifactId >
39
+ </dependency >
40
+ <dependency >
41
+ <groupId >org.apache.commons</groupId >
42
+ <artifactId >commons-compress</artifactId >
43
+ </dependency >
36
44
</dependencies >
37
45
38
46
<build >
You can’t perform that action at this time.
0 commit comments