Skip to content

Commit

Permalink
Upgrade wiremock to version 3.3.1.
Browse files Browse the repository at this point in the history
Knotx/knotx#500 Upgrade to JDK 11
Run audit for stack build
  • Loading branch information
tomaszmichalak committed Jan 27, 2024
1 parent 3023c2f commit be14647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ steps:
inputs:
gradleWrapperFile: '$(workspaceDir)/knotx-stack/gradlew'
workingDirectory: '$(workspaceDir)/knotx-stack'
tasks: 'build -a --info'
tasks: 'build -Paudit.enabled --info'
displayName: "Build Stack"
- task: Gradle@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {

testImplementation("io.knotx:knotx-junit5:${project.version}")
testImplementation(group = "io.vertx", name = "vertx-web-client")
testImplementation(group = "io.rest-assured", name = "rest-assured", version = "4.4.0")
testImplementation(group = "io.rest-assured", name = "rest-assured", version = "5.4.0")

functionalTestImplementation(platform("io.knotx:knotx-dependencies:${project.version}"))
functionalTestImplementation("io.knotx:knotx-junit5:${project.version}")
Expand Down

0 comments on commit be14647

Please sign in to comment.