Update to Spring Boot 3.5.0
- Update to Spring Boot 3.5.0 - Update to Spring Boot 3.5.0's dependencies Closes gh-3368
This commit is contained in:
@@ -18,9 +18,9 @@ dependencies {
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||
testImplementation "org.assertj:assertj-core"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
integrationTestCompile "org.testcontainers:testcontainers"
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@ dependencies {
|
||||
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
@@ -16,9 +16,10 @@ dependencies {
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||
testImplementation "org.assertj:assertj-core"
|
||||
testImplementation "org.junit.jupiter:junit-jupiter-api"
|
||||
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
@@ -53,7 +53,9 @@ class BootTests {
|
||||
|
||||
@AfterEach
|
||||
void tearDown() {
|
||||
this.driver.quit();
|
||||
if (this.driver != null) {
|
||||
this.driver.quit();
|
||||
}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
@@ -10,8 +10,8 @@ dependencies {
|
||||
implementation "org.testcontainers:mongodb"
|
||||
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||
testImplementation "org.seleniumhq.selenium:htmlunit-driver"
|
||||
testImplementation "org.seleniumhq.selenium:selenium-support"
|
||||
testImplementation "org.htmlunit:htmlunit"
|
||||
testImplementation "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
@@ -12,10 +12,9 @@ dependencies {
|
||||
implementation "org.springframework.boot:spring-boot-testcontainers"
|
||||
implementation "org.testcontainers:mongodb"
|
||||
|
||||
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||
testImplementation "org.seleniumhq.selenium:htmlunit-driver"
|
||||
testImplementation "org.seleniumhq.selenium:selenium-support"
|
||||
testImplementation "org.htmlunit:htmlunit"
|
||||
testImplementation "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
testImplementation "org.springframework.security:spring-security-test"
|
||||
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
|
||||
@@ -14,8 +14,8 @@ dependencies {
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
|
||||
testImplementation 'org.testcontainers:junit-jupiter'
|
||||
testImplementation 'org.seleniumhq.selenium:selenium-java'
|
||||
testImplementation 'org.seleniumhq.selenium:htmlunit-driver'
|
||||
testImplementation "org.htmlunit:htmlunit"
|
||||
testImplementation "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
@@ -12,8 +12,8 @@ dependencies {
|
||||
testImplementation 'org.springframework.security:spring-security-test'
|
||||
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
|
||||
testImplementation 'org.testcontainers:junit-jupiter'
|
||||
testImplementation 'org.seleniumhq.selenium:selenium-java'
|
||||
testImplementation 'org.seleniumhq.selenium:htmlunit-driver'
|
||||
testImplementation "org.htmlunit:htmlunit"
|
||||
testImplementation "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
@@ -21,7 +21,7 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
integrationTestCompile "org.testcontainers:testcontainers"
|
||||
}
|
||||
|
||||
@@ -19,7 +19,8 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
integrationTestCompile "org.testcontainers:testcontainers"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
integrationTestCompile "org.testcontainers:testcontainers"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
integrationTestCompile "org.testcontainers:testcontainers"
|
||||
}
|
||||
|
||||
@@ -24,8 +24,8 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
gretty {
|
||||
|
||||
@@ -25,6 +25,6 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
@@ -24,8 +24,8 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
gretty {
|
||||
|
||||
@@ -27,8 +27,8 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
gretty {
|
||||
|
||||
@@ -22,6 +22,6 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
@@ -24,8 +24,8 @@ dependencies {
|
||||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
|
||||
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
|
||||
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit-driver"
|
||||
integrationTestCompile "org.seleniumhq.selenium:selenium-support"
|
||||
integrationTestCompile "org.htmlunit:htmlunit"
|
||||
integrationTestCompile "org.seleniumhq.selenium:htmlunit3-driver"
|
||||
}
|
||||
|
||||
gretty {
|
||||
|
||||
Reference in New Issue
Block a user