Skip to content

Commit

Permalink
Merge pull request #1211 from aws/dependabot/gradle/aws-serverless-sp…
Browse files Browse the repository at this point in the history
…ring-archetype/src/main/resources/archetype-resources/log4j-aba59e6a66

chore(deps): bump the log4j group across 2 directories with 3 updates
  • Loading branch information
deki authored Dec 16, 2024
2 parents 75c309c + e162062 commit 311acba
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 311acba

Please sign in to comment.