File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
spring-restdocs-restassured Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Spring REST Docs has the following minimum requirements:
20
20
* Java 17
21
21
* Spring Framework 7
22
22
23
- Additionally, the `spring-restdocs-restassured` module requires REST Assured 5.2 .
23
+ Additionally, the `spring-restdocs-restassured` module requires REST Assured 5.5 .
24
24
25
25
26
26
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
api(" org.javamoney:moneta:1.4.2" )
27
27
}
28
28
api(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.14.0" ))
29
- api(enforcedPlatform(" io.rest-assured:rest-assured-bom:5.2.1 " ))
29
+ api(enforcedPlatform(" io.rest-assured:rest-assured-bom:5.5.2 " ))
30
30
api(enforcedPlatform(" org.mockito:mockito-bom:4.9.0" ))
31
31
api(enforcedPlatform(" org.junit:junit-bom:5.13.0" ))
32
32
api(enforcedPlatform(" org.springframework:spring-framework-bom:$springFrameworkVersion " ))
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' org.springframework.restdocs.conventions'
3
- id " io.spring.compatibility-test" version " 0.0.4"
4
3
id " java-library"
5
4
id " maven-publish"
6
5
}
@@ -17,10 +16,3 @@ dependencies {
17
16
testImplementation(" com.fasterxml.jackson.core:jackson-databind" )
18
17
testImplementation(" org.apache.tomcat.embed:tomcat-embed-core" )
19
18
}
20
-
21
- compatibilityTest {
22
- dependency(" REST Assured" ) { restAssured ->
23
- restAssured. groupId = " io.rest-assured"
24
- restAssured. versions = [" 5.3.+" , " 5.4.+" , " 5.5.+" ]
25
- }
26
- }
You can’t perform that action at this time.
0 commit comments