Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
s.tikhomirov committed Jun 17, 2021
1 parent 123fba5 commit b0b5ca2
Show file tree
Hide file tree
Showing 9 changed files with 814 additions and 53 deletions.
1 change: 1 addition & 0 deletions allure.integration/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ dependencies {
compile project(':core.api')
compile (group: 'io.qameta.allure', name: 'allure-java-commons', version: allureVersion) {
exclude group: 'org.aspectj', module: 'aspectjrt'
exclude group: 'org.aspectj', module: 'aspectjweaver'
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
exclude group: 'com.fasterxml.jackson.module', module: 'jackson-module-jaxb-annotations'
}
Expand Down
1 change: 1 addition & 0 deletions allure.testng.bridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies {
compile project(":allure.integration")
compile (group: 'io.qameta.allure', name: 'allure-testng', version: allureVersion) {
exclude group: 'org.aspectj', module: 'aspectjrt'
exclude group: 'org.aspectj', module: 'aspectjweaver'
}
}

Expand Down
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
globalVersion = '0.17.14-ALPHA'
globalVersion = '0.18.0-ALPHA'
}

subprojects {
Expand Down Expand Up @@ -28,7 +28,7 @@ subprojects {
testNGVersion = '7.4.0'
hamcrestVersion = '2.2'
seleniumVersion = '3.141.59'
allureVersion = '2.13.9'
allureVersion = '2.14.0'
jacksonVersion = '2.12.3'
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')
Expand All @@ -44,9 +44,9 @@ subprojects {
compile group: 'com.fasterxml.jackson.module', name: 'jackson-module-jaxb-annotations', version: jacksonVersion
compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version: jacksonVersion
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.105'
compile group: 'commons-io', name: 'commons-io', version: '2.10.0'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.7'
compile group: 'io.github.classgraph', name: 'classgraph', version: '4.8.108'
compile group: 'org.hamcrest', name: 'hamcrest', version: hamcrestVersion
}

Expand Down
2 changes: 1 addition & 1 deletion check/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "io.freefair.aspectj.post-compile-weaving" version "5.3.0"
id "io.freefair.aspectj.post-compile-weaving" version "5.3.3.3"
}

dependencies {
Expand Down
8 changes: 4 additions & 4 deletions core.api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "io.freefair.aspectj.post-compile-weaving" version "5.3.0"
id "io.freefair.aspectj.post-compile-weaving" version "5.3.3.3"
}

configurations {
Expand All @@ -8,9 +8,9 @@ configurations {

dependencies {
compile group: 'org.objenesis', name: 'objenesis', version: '3.2'
compile group: 'net.bytebuddy', name: 'byte-buddy', version: '1.11.0'
compile group: 'org.aspectj', name: 'aspectjrt', version: '1.9.6'
agent group: 'org.aspectj', name: 'aspectjweaver', version: '1.9.6'
compile group: 'net.bytebuddy', name: 'byte-buddy', version: '1.11.2'
compile group: 'org.aspectj', name: 'aspectjrt', version: '1.9.7.M3'
agent group: 'org.aspectj', name: 'aspectjweaver', version: '1.9.7.M3'
}

task javadocJar(type: Jar) {
Expand Down
833 changes: 796 additions & 37 deletions core.api/doc/rus/LOCALIZATION.MD

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions data.base.api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ dependencies {
inpath(project(":core.api")) {
transitive = false
}
compile group: 'org.datanucleus', name: 'datanucleus-rdbms', version: '5.2.6'
compile group: 'org.datanucleus', name: 'datanucleus-rdbms', version: '5.2.8'
compile group: 'org.datanucleus', name: 'datanucleus-jdo-query', version: '5.0.9'
compile group: 'org.datanucleus', name: 'datanucleus-api-jdo', version: '5.2.5'
compile group: 'org.datanucleus', name: 'datanucleus-core', version: '5.2.6'
compile group: 'org.datanucleus', name: 'datanucleus-api-jdo', version: '5.2.7'
compile group: 'org.datanucleus', name: 'datanucleus-core', version: '5.2.8'
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'
Expand Down
4 changes: 2 additions & 2 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.25'
compile group: 'io.swagger.codegen.v3', name: 'swagger-codegen-generators', version: '1.0.25'
compile group: 'io.swagger.codegen.v3', name: 'swagger-codegen', version: '3.0.26'
compile group: 'io.swagger.codegen.v3', name: 'swagger-codegen-generators', version: '1.0.26'
}

task javadocJar(type: Jar) {
Expand Down
2 changes: 1 addition & 1 deletion selenium/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
transitive = false
}
compile group: 'org.seleniumhq.selenium', name: 'selenium-java', version: seleniumVersion
compile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.4.1') {
compile (group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '4.4.3') {
exclude group: 'org.seleniumhq.selenium'
exclude group: 'org.apache.commons', module: 'commons-lang3'
exclude group: 'org.jsoup', module: 'jsoup'
Expand Down

0 comments on commit b0b5ca2

Please sign in to comment.