Browse Source

Merge branch '6.2.x'

Josh Cummings 1 năm trước cách đây
mục cha
commit
78a4360526
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      servlet/spring-boot/java/cas/login/build.gradle

+ 1 - 1
servlet/spring-boot/java/cas/login/build.gradle

@@ -27,7 +27,7 @@ dependencies {
     testImplementation 'com.codeborne:selenide:7.0.2'
     testImplementation 'org.seleniumhq.selenium:selenium-chrome-driver'
     testImplementation 'org.seleniumhq.selenium:selenium-java'
-    testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.3'
+    testImplementation 'io.github.bonigarcia:webdrivermanager:5.6.4'
 }
 
 tasks.withType(Test).configureEach {