File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
44
55## 4.0.1 (UNRELEASED)
66#### Internal Dependency Updates
7- - Upgraded Jackson from version 2.11.4 to 2.13.1.
7+ - Upgraded Jackson from version 2.11.4 to 2.13.2.
8+ - Upgraded slf4j from version 1.7.30 to 1.7.36.
89
910
1011## 4.0.0 (06/03/2021)
Original file line number Diff line number Diff line change 4747 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4848
4949 <!-- Jackson version -->
50- <jackson .version>2.13.1 </jackson .version>
50+ <jackson .version>2.13.2 </jackson .version>
5151
5252 <!-- Define which version of junit you'll be running -->
5353 <junit .version>4.13.2</junit .version>
5858 <checkstyle .version>8.29</checkstyle .version>
5959
6060 <!-- Log4J Version -->
61- <log4j2 .version>2.17.1 </log4j2 .version>
62- <slf4j .version>1.7.30 </slf4j .version>
61+ <log4j2 .version>2.17.2 </log4j2 .version>
62+ <slf4j .version>1.7.36 </slf4j .version>
6363
6464 <!-- test toggling -->
6565 <skipTests >false</skipTests >
You can’t perform that action at this time.
0 commit comments