Skip to content

Commit

Permalink
Merge branch 'main' into extension-factory-annotation-support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst authored Dec 2, 2024
2 parents 8d8f626 + 4ed94e6 commit 0f773a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ configurations {
}

dependencies {
implementation platform("org.eclipse.jetty:jetty-bom:12.0.8")
implementation platform("org.eclipse.jetty:jetty-bom:12.0.15")
api "org.wiremock:wiremock-jetty12:${wiremockVersion}"

api "org.springframework.boot:spring-boot-test:3.3.4"
api "org.springframework:spring-test:6.1.13"
api "org.slf4j:slf4j-api:2.0.16"
api 'org.junit.jupiter:junit-jupiter-api:5.11.2'

testImplementation "org.wiremock:wiremock:${wiremockVersion}"
testImplementation "org.wiremock:wiremock-jetty12:${wiremockVersion}"
testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.4"
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation platform('org.junit:junit-bom:5.11.2')
Expand Down

0 comments on commit 0f773a9

Please sign in to comment.