Skip to content

Commit 6f6bf46

Browse files
dependabot[bot]jacopoc
authored andcommitted
Bump org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4
Bumps org.apache.logging.log4j:log4j-core from 2.25.3 to 2.25.4. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e4ee36e commit 6f6bf46

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

dependencies.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ dependencies {
4646
implementation 'org.apache.geronimo.components:geronimo-transaction:3.1.5' // 4.0.0 does not compile
4747
implementation 'org.apache.geronimo.specs:geronimo-jms_1.1_spec:1.1.1'
4848
implementation 'org.apache.httpcomponents:httpclient-cache:4.5.14'
49-
implementation 'org.apache.logging.log4j:log4j-api:2.25.3' // the API of log4j 2
50-
implementation 'org.apache.logging.log4j:log4j-core:2.25.3' // Somehow needed by Buildbot to compile OFBizDynamicThresholdFilter.java
49+
implementation 'org.apache.logging.log4j:log4j-api:2.25.4' // the API of log4j 2
50+
implementation 'org.apache.logging.log4j:log4j-core:2.25.4' // Somehow needed by Buildbot to compile OFBizDynamicThresholdFilter.java
5151
implementation 'org.apache.poi:poi:4.1.2' // poi-ooxml-schemas-5.0.0.pom'. Received status code 401 from server
5252
implementation 'org.apache.pdfbox:pdfbox:2.0.36' // 3.0.1 does not compile
5353
implementation 'org.apache.shiro:shiro-core:1.13.0'
@@ -99,11 +99,11 @@ dependencies {
9999
runtimeOnly 'org.apache.axis2:axis2-transport-local:1.8.2'
100100
runtimeOnly 'org.apache.derby:derby:10.14.2.0' // 10.17.1.0 does not compile
101101
runtimeOnly 'org.apache.geronimo.specs:geronimo-jaxrpc_1.1_spec:2.1'
102-
runtimeOnly 'org.apache.logging.log4j:log4j-1.2-api:2.25.3' // for external jars using the old log4j1.2: routes logging to log4j 2
103-
runtimeOnly 'org.apache.logging.log4j:log4j-jul:2.25.3' // for external jars using the java.util.logging: routes logging to log4j 2
104-
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.3' // for external jars using slf4j: routes logging to log4j 2
105-
runtimeOnly 'org.apache.logging.log4j:log4j-web:2.25.3' //???
106-
runtimeOnly 'org.apache.logging.log4j:log4j-jcl:2.25.3' // need to constrain to version to avoid classpath conflict (ReflectionUtil)
102+
runtimeOnly 'org.apache.logging.log4j:log4j-1.2-api:2.25.4' // for external jars using the old log4j1.2: routes logging to log4j 2
103+
runtimeOnly 'org.apache.logging.log4j:log4j-jul:2.25.4' // for external jars using the java.util.logging: routes logging to log4j 2
104+
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.4' // for external jars using slf4j: routes logging to log4j 2
105+
runtimeOnly 'org.apache.logging.log4j:log4j-web:2.25.4' //???
106+
runtimeOnly 'org.apache.logging.log4j:log4j-jcl:2.25.4' // need to constrain to version to avoid classpath conflict (ReflectionUtil)
107107

108108
// specify last codenarc version for java 17 compliance
109109
codenarc('org.codenarc:CodeNarc:3.7.0')

0 commit comments

Comments
 (0)