Skip to content

Commit

Permalink
chore(deps): bump the log4j group across 2 directories with 3 updates
Browse files Browse the repository at this point in the history
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 /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.


Updates `org.apache.logging.log4j:log4j-core` from 2.24.2 to 2.24.3

Updates `org.apache.logging.log4j:log4j-api` from 2.24.2 to 2.24.3

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.2 to 2.24.3

Updates `org.apache.logging.log4j:log4j-core` from 2.24.2 to 2.24.3

Updates `org.apache.logging.log4j:log4j-api` from 2.24.2 to 2.24.3

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.24.2 to 2.24.3

---
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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 75c309c commit e162062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies {
'org.springframework:spring-webmvc:6.2.0',
'org.springframework:spring-context:6.2.0',
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
'org.apache.logging.log4j:log4j-core:2.24.2',
'org.apache.logging.log4j:log4j-api:2.24.2',
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.2',
'org.apache.logging.log4j:log4j-core:2.24.3',
'org.apache.logging.log4j:log4j-api:2.24.3',
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3',
'com.fasterxml.jackson.core:jackson-databind:2.18.2',
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
)
Expand Down
6 changes: 3 additions & 3 deletions samples/spring/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies {
'org.springframework:spring-webmvc:6.2.0',
'org.springframework:spring-context:6.2.0',
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
'org.apache.logging.log4j:log4j-core:2.24.2',
'org.apache.logging.log4j:log4j-api:2.24.2',
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.2',
'org.apache.logging.log4j:log4j-core:2.24.3',
'org.apache.logging.log4j:log4j-api:2.24.3',
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.3',
'com.fasterxml.jackson.core:jackson-databind:2.18.2',
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
)
Expand Down

0 comments on commit e162062

Please sign in to comment.