Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump log4j-core from 2.13.2 to 2.15.0 in /javaHapiValida…
Browse files Browse the repository at this point in the history
…torLambda (#519) (#523)

* chore(deps): bump log4j-api in /javaHapiValidatorLambda

Bumps log4j-api from 2.13.0 to 2.15.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump log4j-core in /javaHapiValidatorLambda

Bumps log4j-core from 2.13.2 to 2.15.0.

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>


Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: zheyanyu <zheyanyu@amazon.com>
  • Loading branch information
3 people authored Dec 13, 2021
1 parent 295e7d2 commit c6f1217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javaHapiValidatorLambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.0</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.2</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand Down

0 comments on commit c6f1217

Please sign in to comment.