Skip to content

Commit

Permalink
Merge pull request #544 from GoogleCloudPlatform/log4j-all
Browse files Browse the repository at this point in the history
Upgrade log4j core and api, all java services
  • Loading branch information
Shabirmean authored Dec 10, 2021
2 parents 48d89ca + 5472b37 commit 1b57d3d
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 1b57d3d

Please sign in to comment.