فهرست منبع

Update to HtmlUnit 4.3.0

Josh Cummings 1 سال پیش
والد
کامیت
cf7019564f
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      servlet/java-configuration/saml2/login/build.gradle
  2. 1 1
      servlet/xml/java/saml2/login-logout/build.gradle

+ 1 - 1
servlet/java-configuration/saml2/login/build.gradle

@@ -54,7 +54,7 @@ dependencies {
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation("org.junit.jupiter:junit-jupiter-api")
-	testImplementation 'org.htmlunit:htmlunit:4.1.0'
+	testImplementation 'org.htmlunit:htmlunit:4.3.0'
 	testImplementation 'org.hamcrest:hamcrest:2.2'
 	testImplementation 'org.awaitility:awaitility:4.2.0'
 

+ 1 - 1
servlet/xml/java/saml2/login-logout/build.gradle

@@ -38,7 +38,7 @@ dependencies {
 	testImplementation "org.springframework:spring-test"
 	testImplementation "org.springframework.security:spring-security-test"
 	testImplementation "org.junit.jupiter:junit-jupiter-api"
-	testImplementation 'org.htmlunit:htmlunit:4.1.0'
+	testImplementation 'org.htmlunit:htmlunit:4.3.0'
 	testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")