Skip to content

Commit c49ffdb

Browse files
Upgrade Dependencies
* log4j2 2.17.1 (resolve CVE-2021-44832) * logback 1.2.10 (resolve CVE-2021-42550) * jackson-jr 2.13.1 * junit 4.13.2 * spring-boot 2.6.1
1 parent 441e8e0 commit c49ffdb

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Again, we don't include dependencies to those implementation backends ourselves,
9595
<dependency>
9696
<groupId>ch.qos.logback</groupId>
9797
<artifactId>logback-classic</artifactId>
98-
<version>1.2.7</version>
98+
<version>1.2.10</version>
9999
</dependency>
100100
```
101101

@@ -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.17.0</version>
113+
<version>2.17.1</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.logging.log4j</groupId>
117117
<artifactId>log4j-core</artifactId>
118-
<version>2.17.0</version>
118+
<version>2.17.1</version>
119119
</dependency>
120120
```
121121

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,15 +166,15 @@
166166

167167
<properties>
168168
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
169-
<jackson-jr.version>2.13.0</jackson-jr.version>
169+
<jackson-jr.version>2.13.1</jackson-jr.version>
170170
<slf4j.version>1.7.32</slf4j.version>
171-
<logback.version>1.2.7</logback.version>
172-
<log4j2.version>2.17.0</log4j2.version>
171+
<logback.version>1.2.10</logback.version>
172+
<log4j2.version>2.17.1</log4j2.version>
173173
<buildnumber.plugin.version>1.4</buildnumber.plugin.version>
174174
<source.plugin.version>3.2.1</source.plugin.version>
175175
<jar.plugin.version>3.1.0</jar.plugin.version>
176176
<hamcrest.version>1.3</hamcrest.version>
177-
<junit.version>4.13.1</junit.version>
177+
<junit.version>4.13.2</junit.version>
178178
<mockito.version>1.9.5</mockito.version>
179179
<surefire.plugin.version>2.18.1</surefire.plugin.version>
180180
<animal.sniffer.version>1.19</animal.sniffer.version>

sample-spring-boot/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
21-
<spring.boot.version>2.6.1</spring.boot.version>
21+
<spring.boot.version>2.6.2</spring.boot.version>
2222
<keytool.plugin.version>1.5</keytool.plugin.version>
2323
<keystore.token.store_password>0bzhBRNUXBR5
2424
</keystore.token.store_password>
@@ -204,12 +204,12 @@
204204
<dependency>
205205
<groupId>org.apache.logging.log4j</groupId>
206206
<artifactId>log4j-slf4j-impl</artifactId>
207-
<version>2.17.0</version>
207+
<version>2.17.1</version>
208208
</dependency>
209209
<dependency>
210210
<groupId>org.apache.logging.log4j</groupId>
211211
<artifactId>log4j-jul</artifactId>
212-
<version>2.17.0</version>
212+
<version>2.17.1</version>
213213
</dependency>
214214
<dependency>
215215
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)