File tree Expand file tree Collapse file tree 6 files changed +25
-10
lines changed
embedded/graphql/patio-api
external/graphql/patio-api Expand file tree Collapse file tree 6 files changed +25
-10
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ val EVOMASTER_VERSION = project.ext.get("EVOMASTER_VERSION")
3333
3434dependencies{
3535 implementation(" org.evomaster:evomaster-client-java-controller:$EVOMASTER_VERSION " )
36- implementation(" org.testcontainers:testcontainers:1.15.2 " )
36+ implementation(" org.evomaster:evomaster-client-java-dependencies: ${ EVOMASTER_VERSION } " )
3737 implementation(project(" :cs:graphql:patio-api" ))
3838
3939 implementation(" io.micronaut.data:micronaut-data-tx:1.0.2" )
40- }
40+ }
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ val EVOMASTER_VERSION = project.ext.get("EVOMASTER_VERSION")
4242dependencies{
4343 implementation(" org.evomaster:evomaster-client-java-controller:$EVOMASTER_VERSION " )
4444 implementation(" org.evomaster:evomaster-client-java-instrumentation:$EVOMASTER_VERSION " )
45- implementation(" org.testcontainers:testcontainers:1.15.2 " )
45+ implementation(" org.evomaster:evomaster-client-java-dependencies: ${ EVOMASTER_VERSION } " )
4646 implementation(project(" :cs:graphql:patio-api" ))
4747
4848 implementation(" io.micronaut.data:micronaut-data-tx:1.0.2" )
Original file line number Diff line number Diff line change 1717 </modules >
1818
1919 <properties >
20+ <testcontainers .version>1.21.4</testcontainers .version>
2021 <junit .jupiter.version>5.7.2</junit .jupiter.version>
2122 <junit .platform.version>1.7.2</junit .platform.version>
2223 </properties >
9091 <dependency >
9192 <groupId >org.testcontainers</groupId >
9293 <artifactId >testcontainers</artifactId >
93- <version >1.21.3 </version >
94+ <version >${testcontainers.version} </version >
9495 <scope >test</scope >
9596 </dependency >
9697 <dependency >
Original file line number Diff line number Diff line change 1111 <artifactId >evomaster-benchmark-jdk17-em</artifactId >
1212 <packaging >pom</packaging >
1313
14+ <properties >
15+ <testcontainers .version>1.21.4</testcontainers .version>
16+ </properties >
17+
1418 <modules >
1519 <module >external</module >
1620 <module >embedded</module >
5256 <dependency >
5357 <groupId >org.testcontainers</groupId >
5458 <artifactId >testcontainers</artifactId >
55- <version >1.20.6 </version >
59+ <version >${testcontainers.version} </version >
5660 <scope >test</scope >
5761 </dependency >
5862 </dependencies >
8387
8488
8589
86- </project >
90+ </project >
Original file line number Diff line number Diff line change 1111 <artifactId >evomaster-benchmark-jdk21-em</artifactId >
1212 <packaging >pom</packaging >
1313
14+ <properties >
15+ <testcontainers .version>1.21.4</testcontainers .version>
16+ </properties >
17+
1418 <modules >
1519 <module >external</module >
1620 <module >embedded</module >
5256 <dependency >
5357 <groupId >org.testcontainers</groupId >
5458 <artifactId >testcontainers</artifactId >
55- <version >1.19.1 </version >
59+ <version >${testcontainers.version} </version >
5660 <scope >test</scope >
5761 </dependency >
5862 </dependencies >
8387
8488
8589
86- </project >
90+ </project >
Original file line number Diff line number Diff line change 1111 <artifactId >evomaster-benchmark-em</artifactId >
1212 <packaging >pom</packaging >
1313
14+ <properties >
15+ <testcontainers .version>1.21.4</testcontainers .version>
16+ </properties >
17+
18+
1419 <modules >
1520 <module >external</module >
1621 <module >embedded</module >
1722 </modules >
1823
1924
2025 <dependencies >
26+
2127 <dependency >
2228 <groupId >org.evomaster</groupId >
2329 <artifactId >evomaster-client-java-controller</artifactId >
7682 <dependency >
7783 <groupId >org.testcontainers</groupId >
7884 <artifactId >testcontainers</artifactId >
79- <version >1.20.6 </version >
85+ <version >${testcontainers.version} </version >
8086 <scope >test</scope >
8187 </dependency >
8288 <dependency >
120126
121127
122128
123- </project >
129+ </project >
You can’t perform that action at this time.
0 commit comments