Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
TikhomirovSergey committed Jan 25, 2021
1 parent 71fd3b0 commit e0e5d42
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion allure.integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
globalVersion = '0.13.18-ALPHA'
globalVersion = '0.14.0-ALPHA'
}

subprojects {
Expand Down Expand Up @@ -28,16 +28,16 @@ subprojects {
testNGVersion = '7.3.0'
hamcrestVersion = '2.2'
seleniumVersion = '3.141.59'
allureVersion = '2.13.7'
jacksonVersion = '2.12.0'
allureVersion = '2.13.8'
jacksonVersion = '2.12.1'
mavenDeployLogin = hasProperty('REPO_USER_NAME') ? REPO_USER_NAME : System.getenv('REPO_USER_NAME')
mavenDeployPassword = hasProperty('REPO_USER_PASSWORD') ? REPO_USER_PASSWORD : System.getenv('REPO_USER_PASSWORD')
globalVersion = version
}

dependencies {
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.11'
compile group: 'com.google.guava', name: 'guava', version: '30.0-jre'
compile group: 'com.google.guava', name: 'guava', version: '30.1-jre'
testCompile group: 'org.testng', name: 'testng', version: testNGVersion
compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
Expand All @@ -46,7 +46,7 @@ subprojects {
compile group: 'commons-validator', name: 'commons-validator', version: '1.7'
compile group: 'commons-io', name: 'commons-io', version: '2.8.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
compile group: 'io.github.classgraph', name: 'classgraph', version: '4.8.92'
compile group: 'io.github.classgraph', name: 'classgraph', version: '4.8.98'
compile group: 'org.hamcrest', name: 'hamcrest', version: hamcrestVersion
}

Expand All @@ -68,7 +68,7 @@ task aggregatedJavadocs(type: Javadoc, description: 'Generate javadocs from all
options.addStringOption 'Xdoclint:none', '-quiet'
destinationDir = file("${buildDir}/../../neptune.documentation/javadocs/")
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."

subprojects.each { proj ->
proj.tasks.withType(Javadoc).each { javadocTask ->
Expand Down
2 changes: 1 addition & 1 deletion check/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}
4 changes: 2 additions & 2 deletions core.api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile group: 'org.objenesis', name: 'objenesis', version: '3.1'
compile group: 'net.bytebuddy', name: 'byte-buddy', version: '1.10.18'
compile group: 'net.bytebuddy', name: 'byte-buddy', version: '1.10.19'
}

task javadocJar(type: Jar) {
Expand Down Expand Up @@ -71,5 +71,5 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}
4 changes: 2 additions & 2 deletions data.base.api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
compile group: 'org.datanucleus', name: 'javax.jdo', version: '3.2.0-m13'
compile group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2'
compile group: 'org.apache.ant', name: 'ant', version: '1.10.9'
testCompile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.32.3.2'
testCompile group: 'org.xerial', name: 'sqlite-jdbc', version: '3.34.0'
testAnnotationProcessor 'org.datanucleus:datanucleus-jdo-query:5.0.9'
testAnnotationProcessor group: 'org.datanucleus', name: 'javax.jdo', version: '3.2.0-m13'
}
Expand Down Expand Up @@ -89,5 +89,5 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}
2 changes: 1 addition & 1 deletion http.api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}
6 changes: 3 additions & 3 deletions neptune.swagger.codegen/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies {
compile group: 'io.swagger.codegen.v3', name: 'swagger-codegen', version: '3.0.23'
compile group: 'io.swagger.codegen.v3', name: 'swagger-codegen-generators', version: '1.0.23'
compile group: 'io.swagger.codegen.v3', name: 'swagger-codegen', version: '3.0.24'
compile group: 'io.swagger.codegen.v3', name: 'swagger-codegen-generators', version: '1.0.24'
}

task javadocJar(type: Jar) {
Expand Down Expand Up @@ -64,7 +64,7 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}


8 changes: 4 additions & 4 deletions selenium/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
compile project(':core.api')
compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: seleniumVersion
compile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.2.2') {
compile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.3.1') {
exclude group: 'org.seleniumhq.selenium'
exclude group: 'org.apache.commons', module: 'commons-lang3'
exclude group: 'org.jsoup', module: 'jsoup'
Expand All @@ -12,10 +12,10 @@ dependencies {
exclude group: 'com.google.code.gson', module: 'gson'
exclude group: 'net.bytebuddy', module:'byte-buddy'
}
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.5.15'
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.7.7'
compile group: 'cglib', name: 'cglib', version: '3.3.0'
compile group: 'org.jsoup', name: 'jsoup', version: '1.13.1'
compile group: 'com.browserup', name: 'browserup-proxy-core', version: '2.1.1'
compile group: 'com.browserup', name: 'browserup-proxy-core', version: '2.1.2'
}

test {
Expand Down Expand Up @@ -86,5 +86,5 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}
2 changes: 1 addition & 1 deletion testng.integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ javadoc {
options.links 'http://download.oracle.com/javase/9/docs/api/'
options.addStringOption 'Xdoclint:none', '-quiet'
options.memberLevel = JavadocMemberLevel.PROTECTED
options.bottom = "Copyright &copy; 2020 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
options.bottom = "Copyright &copy; 2021 <a href=\"https://www.tinkoff.ru/software/\">Tinkoff.ru Development</a>."
}

0 comments on commit e0e5d42

Please sign in to comment.