Skip to content

Commit

Permalink
Test compatibility with latest versions of REST Assured
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Sep 30, 2024
1 parent 694f28e commit 27145df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions spring-restdocs-restassured/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
plugins {
id "io.spring.compatibility-test" version "0.0.3"
id "java-library"
id "maven-publish"
}
Expand All @@ -22,3 +23,10 @@ dependencies {
testImplementation("org.hamcrest:hamcrest-library")
testImplementation("org.mockito:mockito-core")
}

compatibilityTest {
dependency("REST Assured") { restAssured ->
restAssured.groupId = "io.rest-assured"
restAssured.versions = ["5.3.+", "5.4.+", "5.5.+"]
}
}

0 comments on commit 27145df

Please sign in to comment.