Skip to content

Commit

Permalink
chore(deps): Update Log4J dependency to 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Nov 1, 2023
1 parent 9907606 commit c517d29
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ dependencies {
'org.springframework:spring-webmvc:6.0.13',
'org.springframework:spring-context:6.0.13',
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
'org.apache.logging.log4j:log4j-core:2.21.0',
'org.apache.logging.log4j:log4j-api:2.21.0',
'org.apache.logging.log4j:log4j-slf4j-impl:2.21.0',
'org.apache.logging.log4j:log4j-core:2.21.1',
'org.apache.logging.log4j:log4j-api:2.21.1',
'org.apache.logging.log4j:log4j-slf4j-impl:2.21.1',
'com.fasterxml.jackson.core:jackson-databind:2.15.3',
'com.amazonaws:aws-lambda-java-log4j2:1.5.1',
)
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.0.13</spring.version>
<junit.version>5.10.0</junit.version>
<log4j.version>2.21.0</log4j.version>
<log4j.version>2.21.1</log4j.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ dependencies {
implementation ('org.hibernate.validator:hibernate-validator:6.1.7.Final')
implementation ('com.fasterxml.jackson.core:jackson-databind:2.15.3')
implementation ('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3')
implementation ('org.apache.logging.log4j:log4j-core:2.21.0')
implementation ('org.apache.logging.log4j:log4j-api:2.21.0')
implementation ('org.apache.logging.log4j:log4j-slf4j-impl:2.21.0')
implementation ('org.apache.logging.log4j:log4j-core:2.21.1')
implementation ('org.apache.logging.log4j:log4j-api:2.21.1')
implementation ('org.apache.logging.log4j:log4j-slf4j-impl:2.21.1')
implementation ('com.amazonaws:aws-lambda-java-log4j2:1.5.1')

testImplementation("com.amazonaws.serverless:aws-serverless-java-container-core:[2.0-SNAPSHOT,):tests")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<struts.version>6.1.2.1</struts.version>
<jackson.version>2.15.3</jackson.version>
<junit.version>5.10.0</junit.version>
<log4j.version>2.21.0</log4j.version>
<log4j.version>2.21.1</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.0.13',
'org.springframework:spring-context:6.0.13',
'com.amazonaws.serverless:aws-serverless-java-container-spring:[2.0-SNAPSHOT,)',
'org.apache.logging.log4j:log4j-core:2.21.0',
'org.apache.logging.log4j:log4j-api:2.21.0',
'org.apache.logging.log4j:log4j-slf4j-impl:2.21.0',
'org.apache.logging.log4j:log4j-core:2.21.1',
'org.apache.logging.log4j:log4j-api:2.21.1',
'org.apache.logging.log4j:log4j-slf4j-impl:2.21.1',
'com.fasterxml.jackson.core:jackson-databind:2.15.3',
'com.amazonaws:aws-lambda-java-log4j2:1.5.1',
)
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.0.13</spring.version>
<log4j.version>2.21.0</log4j.version>
<log4j.version>2.21.1</log4j.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions samples/struts/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies {
'javax.el:javax.el-api:3.0.0',
'com.fasterxml.jackson.core:jackson-databind:2.15.3',
'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.3',
'org.apache.logging.log4j:log4j-core:2.21.0',
'org.apache.logging.log4j:log4j-api:2.21.0',
'org.apache.logging.log4j:log4j-core:2.21.1',
'org.apache.logging.log4j:log4j-api:2.21.1',
'com.amazonaws:aws-lambda-java-log4j2:1.5.1',
)
}
Expand Down
2 changes: 1 addition & 1 deletion samples/struts/pet-store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<struts.version>6.1.2.1</struts.version>
<jackson.version>2.15.3</jackson.version>
<junit.version>4.13.2</junit.version>
<log4j.version>2.21.0</log4j.version>
<log4j.version>2.21.1</log4j.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c517d29

Please sign in to comment.