Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.11 #471

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions abstracts/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ description = 'DS/2 OSS Core Abstracts'
dependencies {
implementation project(':ds2-oss-core-statics')
implementation project(':ds2-oss-core-api')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation 'org.slf4j:slf4j-api:2.0.9'
testImplementation 'org.slf4j:slf4j-api:2.0.11'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
}

Expand Down
4 changes: 2 additions & 2 deletions base/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies {
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.slf4j', name: 'slf4j-api', version: '2.0.9')
testImplementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11')
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
testImplementation project(path: ':ds2-oss-core-testutils')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
testRuntimeOnly(group: 'org.jboss', name: 'jandex', version: '3.1.+')

weldEmbeddedTestRuntime group: 'org.jboss.arquillian.container', name: 'arquillian-weld-ee-embedded-1.1', version: '1.0.0.Final'
Expand Down
2 changes: 1 addition & 1 deletion codec-fastxml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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. */
}
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
}

task copyMainStuffToResources(type: Copy) {
Expand Down
2 changes: 1 addition & 1 deletion codec-genson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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. */
}
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
}

task copyMainStuffToResources(type: Copy) {
Expand Down
2 changes: 1 addition & 1 deletion codec-gson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation project(path: ':ds2-oss-core-testutils')
testImplementation group: 'org.jboss', name: 'jandex', version: '3.1.5'
compileOnly(group: 'javax.enterprise', name: 'cdi-api', version: '2.0')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
}

task copyMainStuffToResources(type: Copy) {
Expand Down
2 changes: 1 addition & 1 deletion crypto-bc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
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'
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
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 crypto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
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'
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0')
}

Expand Down
2 changes: 1 addition & 1 deletion dbtools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation project(':ds2-oss-core-api')
implementation project(':ds2-oss-core-statics')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
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.
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 finance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ description 'DS/2 OSS Core Finance'

dependencies {
implementation project(':ds2-oss-core-api')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
}
2 changes: 1 addition & 1 deletion interceptors/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ 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'
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
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 @@ -7,7 +7,7 @@ dependencies {
implementation project(':ds2-oss-core-statics')
implementation project(':ds2-oss-core-api')
compileOnly(group: 'jakarta.platform', name: 'jakarta.jakartaee-web-api', version: '8.0.0')
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
runtimeOnly project(':ds2-oss-core-base')
testImplementation project(':ds2-oss-core-base')
testImplementation project(':ds2-oss-core-codec-gson')
Expand Down
2 changes: 1 addition & 1 deletion jee/rest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
implementation project(':ds2-oss-core-api')
implementation 'io.swagger.core.v3:swagger-jaxrs2:2.2.20'
implementation(group: 'jakarta.platform', name: 'jakarta.jakartaee-web-api', version: '8.0.0')
implementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9') {
implementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11') {
/* 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.
Please review and delete this closure when resolved. */
Expand Down
2 changes: 1 addition & 1 deletion math/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ dependencies {
implementation project(':ds2-oss-core-api')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testRuntimeOnly group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
}
test.useTestNG()
2 changes: 1 addition & 1 deletion options/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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'
implementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9') {
implementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11') {
/* 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.
Please review and delete this closure when resolved. */
Expand Down
2 changes: 1 addition & 1 deletion statics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ dependencies {
implementation project(':ds2-oss-core-api')
testImplementation group: 'org.testng', name: 'testng', version: '7.4.0'
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: project.ext.logbackVersion
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
}
test.useTestNG()
4 changes: 2 additions & 2 deletions testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies {
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.slf4j', name: 'slf4j-api', version: '2.0.9')
testImplementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.9')
compileOnly(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11')
testImplementation(group: 'org.slf4j', name: 'slf4j-api', version: '2.0.11')
}
//test.useTestNG()

Expand Down
2 changes: 1 addition & 1 deletion webtools/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
description = 'DS/2 OSS Core WebTools'
dependencies {
compileOnly 'org.slf4j:slf4j-api:2.0.9'
compileOnly 'org.slf4j:slf4j-api:2.0.11'
testImplementation group: 'org.testng', name: 'testng', version: '7.4.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
Loading