Skip to content

Commit

Permalink
Add restassured as some people like it
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSettle committed Aug 4, 2023
1 parent 3b3ce72 commit 591103f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
implementation('com.h2database:h2')

testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation "io.rest-assured:rest-assured:$restAssuredVersion"
}

test {
Expand Down
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
springbootVersion=3.1.2
springDepManVersion=1.1.2
lombokVersion=1.18.28
hibernateVersion=6.2.7.Final
hibernateVersion=6.2.7.Final
restAssuredVersion=5.3.1

0 comments on commit 591103f

Please sign in to comment.