Skip to content

Commit d876916

Browse files
chore(deps): bump the log4j group across 4 directories with 3 updates
Bumps the log4j group with 3 updates in the /aws-serverless-spring-archetype/src/main/resources/archetype-resources directory: org.apache.logging.log4j:log4j-core, org.apache.logging.log4j:log4j-api and org.apache.logging.log4j:log4j-slf4j-impl. Bumps the log4j group with 3 updates in the /aws-serverless-struts-archetype/src/main/resources/archetype-resources directory: org.apache.logging.log4j:log4j-core, org.apache.logging.log4j:log4j-api and org.apache.logging.log4j:log4j-slf4j-impl. Bumps the log4j group with 3 updates in the /samples/spring/pet-store directory: org.apache.logging.log4j:log4j-core, org.apache.logging.log4j:log4j-api and org.apache.logging.log4j:log4j-slf4j-impl. Bumps the log4j group with 2 updates in the /samples/struts/pet-store directory: org.apache.logging.log4j:log4j-core and org.apache.logging.log4j:log4j-api. Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-api` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-api` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-api` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-core` from 2.24.0 to 2.24.1 Updates `org.apache.logging.log4j:log4j-api` from 2.24.0 to 2.24.1 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-slf4j-impl dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j - dependency-name: org.apache.logging.log4j:log4j-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: log4j ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b0754f3 commit d876916

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies {
1010
'org.springframework:spring-webmvc:6.1.14',
1111
'org.springframework:spring-context:6.1.14',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
13-
'org.apache.logging.log4j:log4j-core:2.24.0',
14-
'org.apache.logging.log4j:log4j-api:2.24.0',
15-
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.0',
13+
'org.apache.logging.log4j:log4j-core:2.24.1',
14+
'org.apache.logging.log4j:log4j-api:2.24.1',
15+
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1',
1616
'com.fasterxml.jackson.core:jackson-databind:2.17.2',
1717
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
1818
)

aws-serverless-struts-archetype/src/main/resources/archetype-resources/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ dependencies {
3636
implementation ('org.hibernate.validator:hibernate-validator:6.1.7.Final')
3737
implementation ('com.fasterxml.jackson.core:jackson-databind:2.17.2')
3838
implementation ('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2')
39-
implementation ('org.apache.logging.log4j:log4j-core:2.24.0')
40-
implementation ('org.apache.logging.log4j:log4j-api:2.24.0')
41-
implementation ('org.apache.logging.log4j:log4j-slf4j-impl:2.24.0')
39+
implementation ('org.apache.logging.log4j:log4j-core:2.24.1')
40+
implementation ('org.apache.logging.log4j:log4j-api:2.24.1')
41+
implementation ('org.apache.logging.log4j:log4j-slf4j-impl:2.24.1')
4242
implementation ('com.amazonaws:aws-lambda-java-log4j2:1.6.0')
4343

4444
testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")

samples/spring/pet-store/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies {
1010
'org.springframework:spring-webmvc:6.1.14',
1111
'org.springframework:spring-context:6.1.14',
1212
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
13-
'org.apache.logging.log4j:log4j-core:2.24.0',
14-
'org.apache.logging.log4j:log4j-api:2.24.0',
15-
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.0',
13+
'org.apache.logging.log4j:log4j-core:2.24.1',
14+
'org.apache.logging.log4j:log4j-api:2.24.1',
15+
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1',
1616
'com.fasterxml.jackson.core:jackson-databind:2.17.2',
1717
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
1818
)

samples/struts/pet-store/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies {
2424
'jakarta.el:jakarta.el-api:5.0.1',
2525
'com.fasterxml.jackson.core:jackson-databind:2.17.2',
2626
'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2',
27-
'org.apache.logging.log4j:log4j-core:2.24.0',
28-
'org.apache.logging.log4j:log4j-api:2.24.0',
27+
'org.apache.logging.log4j:log4j-core:2.24.1',
28+
'org.apache.logging.log4j:log4j-api:2.24.1',
2929
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
3030
)
3131
}

0 commit comments

Comments
 (0)