Skip to content

Commit b9dea59

Browse files
committed
feature: use owasp encoder to sanitize urls
Also bring in latest api spec 1.0.5 Also tidy the build.gradle a little Tidy integration test by moving into test folder out of apiTest Add actuator api test Fixup actuator api test to hit /info not /actuator/info, sadly
1 parent 7066977 commit b9dea59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply {
2828
}
2929

3030
ext {
31-
apiCaseUrnMapperVersion = "1.0.4"
31+
apiCaseUrnMapperVersion = "1.0.5"
3232
}
3333

3434
dependencies {

0 commit comments

Comments
 (0)