Skip to content

Commit 2b23dc9

Browse files
fix(deps): update dependency com.atlassian.oai:swagger-request-validator-restassured to v2.44.1
1 parent b753c95 commit 2b23dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
runtimeOnly 'com.h2database:h2'
2626
compileOnly 'org.projectlombok:lombok'
2727
annotationProcessor 'org.projectlombok:lombok'
28-
testImplementation 'com.atlassian.oai:swagger-request-validator-restassured:2.43.0'
28+
testImplementation 'com.atlassian.oai:swagger-request-validator-restassured:2.44.1'
2929
testImplementation('org.springframework.boot:spring-boot-starter-test') {
3030
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
3131
}

0 commit comments

Comments
 (0)