黄瓜 java junit selenuim 框架的 Gradle 版本更新

时间:2021-03-11 08:18:26

标签: spring-boot selenium-webdriver gradle junit cucumber-java

我想将我的框架版本更新到最新版本, 我目前的 build.gradle:

dependencies {
   compile group: 'com.google.guava', name: 'guava', version: '22.0'
   compile group: 'org.seleniumhq.selenium', name: 'selenium-htmlunit-driver', version: '1.3.6'
   compile group: 'org.springbootframework.boot', name: 'spring-boot-starter-web'
   compile('org.springframework:spring-jms:5.0.8.RELEASE')
   compile group: 'javax.jms', name: 'jms', version: '2.0'
   compile group: 'com.tibco.ems', name: 'tibjms', version: '6.1'
   compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.0'
   testCompile group: 'io.cucumber', name: 'cucumber-java8', version: '2.3.1'
   testCompile group: 'io.cucumber', name: 'cucumber-junit', version: '2.3.1'
   testCompile group: 'io.cucumber', name: 'cucumber-spring', version: '2.3.1'
   testCompile group: 'io.rest-assured', name: 'json-path', version: '3.0.6'
   testCompile group: 'io.rest-assured', name: 'json-schema-validator', version: '3.0.6'
   testCompile group: 'io.rest-assured', name: 'rest-assured', version: '3.0.6'
   testCompile group: 'io.rest-assured', name: 'xml-path', version: '3.0.6'
   testCompile group: 'net.sourceforge.htmlunit', name: 'htmlunit', version: '2.28'
   testCompile group: 'org.assertj', name: 'assertj-core', version: '3.8.0'
   testCompile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '3.14.0'
   testCompile group: 'org.springframework.boot', name: 'spring-boot-starter-test'
   testCompile('org.juint.jupiter:junit-jupiter-api:5.2.0')
   testRuntime('org.juint.jupiter:junit-jupiter-engine:5.2.0')
   testCompile 'io.github.prashant-ramcharan:courgette-jvm:2.3.2'
   testCompile io.github.prashant-ramcharan:webdriver-binary-downloader:1.2.2'
  
}

要更新的其他依赖版本是什么。有人可以在这里帮助我吗?

0 个答案:

没有答案
相关问题