File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
- name : Unit Tests for Spring 5
34
34
run : |
35
35
set -e
36
- sed -e 's/<artifactId>retryable-client-http-request-interceptor/<artifactId>retryable-client-http-request-interceptor-spring5/' -e 's/<java.version>17/<java.version>8/' -e 's/<spring-boot.version>3.4.5 /<spring-boot.version>2.7.18/' pom.xml > pom-spring5.xml
36
+ sed -e 's/<artifactId>retryable-client-http-request-interceptor/<artifactId>retryable-client-http-request-interceptor-spring5/' -e 's/<java.version>17/<java.version>8/' -e 's/<spring-boot.version>3.5.0 /<spring-boot.version>2.7.18/' pom.xml > pom-spring5.xml
37
37
./mvnw -f pom-spring5.xml -V --no-transfer-progress clean test
38
38
- name : Unit Tests for Spring 6
39
39
run : |
Original file line number Diff line number Diff line change 17
17
<maven .compiler.source>${java.version} </maven .compiler.source>
18
18
<maven .compiler.target>${java.version} </maven .compiler.target>
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
- <spring-boot .version>3.4.5 </spring-boot .version>
20
+ <spring-boot .version>3.5.0 </spring-boot .version>
21
21
</properties >
22
22
<licenses >
23
23
<license >
You can’t perform that action at this time.
0 commit comments