Skip to content

Commit 7be41b4

Browse files
Adjust Log4j2 version in README.md
1 parent 60f8643 commit 7be41b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ Again, we don't include dependencies to those implementation backends ourselves,
110110
<dependency>
111111
<groupId>org.apache.logging.log4j</groupId>
112112
<artifactId>log4j-slf4j-impl</artifactId>
113-
<version>2.8.2</version>
113+
<version>2.15.0</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.logging.log4j</groupId>
117117
<artifactId>log4j-core</artifactId>
118-
<version>2.8.2</version>
118+
<version>2.15.0</version>
119119
</dependency>
120120
```
121121

@@ -320,4 +320,4 @@ More info on the actual implementation can be found in the [Wiki](https://github
320320

321321
## Licensing
322322

323-
Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE](https://api.reuse.software/info/github.com/SAP/cf-java-logging-support) tool.
323+
Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE](https://api.reuse.software/info/github.com/SAP/cf-java-logging-support) tool.

0 commit comments

Comments
 (0)