Skip to content

Commit

Permalink
Upgrade log4j core and api, all java services
Browse files Browse the repository at this point in the history
  • Loading branch information
askmeegs committed Dec 10, 2021
1 parent 48d89ca commit 5472b37
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/balancereader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/ledgermonolith/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/ledgerwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down
4 changes: 2 additions & 2 deletions src/transactionhistory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.13.3</version>
<version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down

0 comments on commit 5472b37

Please sign in to comment.