Skip to content

Commit aa46942

Browse files
committed
Bump log4j depenendencies
1 parent 86256ce commit aa46942

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,24 +125,24 @@
125125
<dependency>
126126
<groupId>org.apache.logging.log4j</groupId>
127127
<artifactId>log4j-api</artifactId>
128-
<version>2.17.0</version>
128+
<version>2.17.2</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.apache.logging.log4j</groupId>
132132
<artifactId>log4j-core</artifactId>
133-
<version>2.17.0</version>
133+
<version>2.17.2</version>
134134
<scope>runtime</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.apache.logging.log4j</groupId>
138138
<artifactId>log4j-slf4j-impl</artifactId>
139-
<version>2.15.0</version>
139+
<version>2.17.2</version>
140140
<scope>runtime</scope>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.apache.logging.log4j</groupId>
144144
<artifactId>log4j-1.2-api</artifactId>
145-
<version>2.15.0</version>
145+
<version>2.17.2</version>
146146
<scope>runtime</scope>
147147
</dependency>
148148
</dependencies>

0 commit comments

Comments
 (0)