Skip to content

Commit

Permalink
chore(deps): Update Log4J dependencies to 2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Nov 27, 2024
1 parent 199c757 commit ff19be2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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.1',
'org.apache.logging.log4j:log4j-api:2.24.1',
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1',
'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',
'com.fasterxml.jackson.core:jackson-databind:2.18.1',
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<spring.version>6.2.0</spring.version>
<junit.version>5.11.3</junit.version>
<log4j.version>2.24.1</log4j.version>
<log4j.version>2.24.2</log4j.version>
</properties>

<dependencies>
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.1',
'org.apache.logging.log4j:log4j-api:2.24.1',
'org.apache.logging.log4j:log4j-slf4j-impl:2.24.1',
'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',
'com.fasterxml.jackson.core:jackson-databind:2.18.1',
'com.amazonaws:aws-lambda-java-log4j2:1.6.0',
)
Expand Down
2 changes: 1 addition & 1 deletion samples/spring/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<properties>
<spring.version>6.2.0</spring.version>
<log4j.version>2.24.1</log4j.version>
<log4j.version>2.24.2</log4j.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
Expand Down

0 comments on commit ff19be2

Please sign in to comment.