Skip to content

Commit 10ee86b

Browse files
committed
Bump spring-boot from 3.3.5 to 3.5.9
1 parent 22d0606 commit 10ee86b

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ checkstyle = "12.3.0"
44
javafxplugin = "0.1.0"
55
junit-jupiter = "6.0.1"
66
pmd = "7.16.0"
7-
spring-boot = "3.3.5"
7+
spring-boot = "3.5.9"
88

99
[libraries]
1010
assertj-core = { module = "org.assertj:assertj-core", version.ref = "assertj-core" }
11-
htmlunit = { module = "net.sourceforge.htmlunit:htmlunit" }
11+
htmlunit = { module = "org.htmlunit:htmlunit" }
1212
junit-jupiter = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit-jupiter" }
1313
spring-boot-dependencies = { module = "org.springframework.boot:spring-boot-dependencies", version.ref = "spring-boot" }
1414
spring-boot-starter-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot" }

simple-math/src/test/java/com/craftsmanshipinsoftware/math/gui/ApplicationTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
55
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
66

7-
import com.gargoylesoftware.htmlunit.WebClient;
8-
import com.gargoylesoftware.htmlunit.html.HtmlDivision;
9-
import com.gargoylesoftware.htmlunit.html.HtmlNumberInput;
10-
import com.gargoylesoftware.htmlunit.html.HtmlPage;
7+
import org.htmlunit.WebClient;
8+
import org.htmlunit.html.HtmlDivision;
9+
import org.htmlunit.html.HtmlNumberInput;
10+
import org.htmlunit.html.HtmlPage;
1111
import java.io.IOException;
1212
import org.junit.jupiter.api.Test;
1313
import org.junit.jupiter.params.ParameterizedTest;

0 commit comments

Comments
 (0)