Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion abstracts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation project(':ds2-oss-core-statics')
implementation project(':ds2-oss-core-api')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation 'org.slf4j:slf4j-api:2.0.9'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
}
Expand Down
2 changes: 1 addition & 1 deletion base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation project(':ds2-oss-core-api')
implementation project(':ds2-oss-core-statics')
testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.+'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9')
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
testImplementation project(path: ':ds2-oss-core-testutils')
Expand Down
2 changes: 1 addition & 1 deletion codec-boon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation group: 'io.fastjson', name: 'boon', version:'0.34'
implementation project(':ds2-oss-core-api')
implementation (group: 'javax.annotation', name: 'javax.annotation-api', version: '1.3.2')
testImplementation group: 'org.testng', name: 'testng', version:'7.4.0'
testImplementation group: 'org.testng', name: 'testng', version:'7.9.0'
testImplementation(group: 'org.apache.logging.log4j', name: 'log4j-core', version: project.ext.log4j2Version) {
exclude(module: 'tools')
}
Expand Down
2 changes: 1 addition & 1 deletion codec-fastxml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = 'DS/2 OSS Core Codec Jackson2'
dependencies {
implementation project(':ds2-oss-core-api')
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jacksonVersion
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation(group: 'org.apache.logging.log4j', name: 'log4j-core', version: project.ext.log4j2Version) {
exclude(module: 'tools')
}
Expand Down
2 changes: 1 addition & 1 deletion codec-genson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = 'DS/2 OSS Core Codec Genson'
dependencies {
implementation project(':ds2-oss-core-api')
implementation 'com.owlike:genson:1.6'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation(group: 'org.apache.logging.log4j', name: 'log4j-core', version: project.ext.log4j2Version) {
exclude(module: 'tools')
}
Expand Down
2 changes: 1 addition & 1 deletion codec-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
runtimeOnly(group: 'com.google.code.gson', name: 'gson', version: '2.10.1') {
transitive = true
}
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation(group: 'org.apache.logging.log4j', name: 'log4j-core', version: project.ext.log4j2Version) {
exclude(module: 'tools')
}
Expand Down
2 changes: 1 addition & 1 deletion crypto-bc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':ds2-oss-core-statics')
implementation group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70'
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.4.8.Final'
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5'
Expand Down
2 changes: 1 addition & 1 deletion crypto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(':ds2-oss-core-base')
implementation project(':ds2-oss-core-math')
implementation 'de.mkammerer:argon2-jvm:2.11'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: project.ext.log4j2Version
testImplementation(group: 'org.apache.logging.log4j', name: 'log4j-core', version: project.ext.log4j2Version) {
exclude(module: 'tools')
Expand Down
2 changes: 1 addition & 1 deletion csv/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0')
implementation project(':ds2-oss-core-api')
implementation project(':ds2-oss-core-statics')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
}

Expand Down
2 changes: 1 addition & 1 deletion dbtools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dependencies {
annotationProcessor("org.hibernate:hibernate-jpamodelgen:5.6.15.Final")
implementation project(':ds2-oss-core-api')
implementation project(':ds2-oss-core-statics')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly(group: 'org.eclipse.persistence', name: 'javax.persistence', version: '2.2.+') {
/* This dependency was originally in the Maven provided scope, but the project was not of type war.
Expand Down
2 changes: 1 addition & 1 deletion finance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description 'DS/2 OSS Core Finance'
dependencies {
implementation project(':ds2-oss-core-api')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
}
2 changes: 1 addition & 1 deletion interceptors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ description = 'DS/2 OSS Core Interceptors'
dependencies {
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
testImplementation group: 'org.apache.openejb', name: 'tomee-embedded', version: '1.7.5'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0')
}
Expand Down
2 changes: 1 addition & 1 deletion jee/jwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
runtimeOnly project(':ds2-oss-core-base')
testImplementation project(':ds2-oss-core-base')
testImplementation project(':ds2-oss-core-codec-gson')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation project(path: ':ds2-oss-core-testutils')
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
}
2 changes: 1 addition & 1 deletion jee/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ dependencies {
This behavior is not yet supported by Gradle, so this dependency has been converted to a compile dependency.
Please review and delete this closure when resolved. */
}
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation project(path: ':ds2-oss-core-testutils')
}
2 changes: 1 addition & 1 deletion math/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = 'DS/2 OSS Core Math'
dependencies {
implementation project(':ds2-oss-core-api')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
compileOnly 'org.slf4j:slf4j-api:2.0.9'
}
Expand Down
2 changes: 1 addition & 1 deletion options/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
implementation project(':ds2-oss-core-crypto')
implementation project(':ds2-oss-core-dbtools')
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: project.ext.log4j2Version
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation group: 'org.jboss.weld.se', name: 'weld-se', version: '2.+'
testImplementation group: 'org.apache.openejb', name: 'openejb-core', version: '4.7.5'
testImplementation group: 'com.h2database', name: 'h2', version: '2.2.224'
Expand Down
2 changes: 1 addition & 1 deletion shiro-jee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
runtimeOnly project(':ds2-oss-core-base')
testImplementation 'org.projectlombok:lombok:1.18.30'
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation 'org.slf4j:slf4j-api'
testImplementation group: 'org.jboss.weld.se', name: 'weld-se', version:'2.4.+'
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
Expand Down
2 changes: 1 addition & 1 deletion statics/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = 'DS/2 OSS Core SCAI'
dependencies {
implementation project(':ds2-oss-core-api')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
compileOnly 'org.slf4j:slf4j-api:2.0.9'
}
Expand Down
2 changes: 1 addition & 1 deletion testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation project(':ds2-oss-core-api')
compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0')
compileOnly group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.4.8.Final'
compileOnly group: 'org.testng', name: 'testng', version: '7.4.0'
compileOnly group: 'org.testng', name: 'testng', version: '7.9.0'
compileOnly(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9')
testImplementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9')
}
Expand Down
2 changes: 1 addition & 1 deletion webtools/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = 'DS/2 OSS Core WebTools'
dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.9'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'org.testng', name: 'testng', version: '7.9.0'
compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0')
implementation(group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion)
}
Expand Down