File tree Expand file tree Collapse file tree
simple-math/src/test/java/com/craftsmanshipinsoftware/math/gui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ checkstyle = "12.3.0"
44javafxplugin = " 0.1.0"
55junit-jupiter = " 6.0.1"
66pmd = " 7.16.0"
7- spring-boot = " 3.3.5 "
7+ spring-boot = " 3.5.9 "
88
99[libraries ]
1010assertj-core = { module = " org.assertj:assertj-core" , version.ref = " assertj-core" }
11- htmlunit = { module = " net.sourceforge .htmlunit:htmlunit" }
11+ htmlunit = { module = " org .htmlunit:htmlunit" }
1212junit-jupiter = { module = " org.junit.jupiter:junit-jupiter" , version.ref = " junit-jupiter" }
1313spring-boot-dependencies = { module = " org.springframework.boot:spring-boot-dependencies" , version.ref = " spring-boot" }
1414spring-boot-starter-test = { module = " org.springframework.boot:spring-boot-starter-test" , version.ref = " spring-boot" }
Original file line number Diff line number Diff line change 44import static org .springframework .test .web .servlet .request .MockMvcRequestBuilders .get ;
55import 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 ;
1111import java .io .IOException ;
1212import org .junit .jupiter .api .Test ;
1313import org .junit .jupiter .params .ParameterizedTest ;
You can’t perform that action at this time.
0 commit comments