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 codec-boon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exclude(module: 'tools')
testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version:'2.4.8.Final'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: project.ext.log4j2Version
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.jboss', name: 'jandex', version:'3.1.5'
testImplementation group: 'org.jboss', name: 'jandex', version:'3.1.6'
compileOnly(group: 'javax.enterprise', name: 'cdi-api', version:'2.0')
}

Expand Down
2 changes: 1 addition & 1 deletion codec-fastxml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.4.8.Final'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: project.ext.log4j2Version
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5'
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.6'
compileOnly(group: 'javax.enterprise', name: 'cdi-api', version: '2.0') {
/* This dependency was originally in the Maven provided scope, but the project was not of type war.
This behavior is not yet supported by Gradle, so this dependency has been converted to a compile dependency.
Expand Down
2 changes: 1 addition & 1 deletion codec-genson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.4.8.Final'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: project.ext.log4j2Version
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5'
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.6'
compileOnly(group: 'javax.enterprise', name: 'cdi-api', version: '2.0') {
/* This dependency was originally in the Maven provided scope, but the project was not of type war.
This behavior is not yet supported by Gradle, so this dependency has been converted to a compile dependency.
Expand Down
2 changes: 1 addition & 1 deletion codec-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.4.8.Final'
testImplementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: project.ext.log4j2Version
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5'
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.6'
compileOnly(group: 'javax.enterprise', name: 'cdi-api', version: '2.0')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
}
Expand Down
2 changes: 1 addition & 1 deletion crypto-bc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation group: 'org.testng', name: 'testng', version: '7.4.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'
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.6'
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly(group: 'javax.enterprise', name: 'cdi-api', version: '2.0') {
/* 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 crypto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation group: 'org.jboss.weld.se', name: 'weld-se-core', version: '2.4.8.Final'
testRuntimeOnly group: 'com.lmax', name: 'disruptor', version: '3.4.4'
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5'
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.6'
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 options/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
}
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation project(':ds2-oss-core-crypto-bouncycastle')
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5'
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.6'
implementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9') {
/* This dependency was originally in the Maven provided scope, but the project was not of type war.
This behavior is not yet supported by Gradle, so this dependency has been converted to a compile dependency.
Expand Down