File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 137
137
<dependency >
138
138
<groupId >ognl</groupId >
139
139
<artifactId >ognl</artifactId >
140
- <version >3.0.8 </version >
140
+ <version >3.0.11 </version >
141
141
<scope >provided</scope >
142
142
<optional >true</optional >
143
143
<exclusions >
147
147
</exclusion >
148
148
</exclusions >
149
149
</dependency >
150
+ <!-- 3.19.0 causes significant failures in unit tests. Review why... -->
150
151
<dependency >
151
152
<groupId >org.javassist</groupId >
152
153
<artifactId >javassist</artifactId >
157
158
<dependency >
158
159
<groupId >org.slf4j</groupId >
159
160
<artifactId >slf4j-api</artifactId >
160
- <version >1.7.10 </version >
161
+ <version >1.7.12 </version >
161
162
<optional >true</optional >
162
163
</dependency >
163
164
<dependency >
164
165
<groupId >org.slf4j</groupId >
165
166
<artifactId >slf4j-log4j12</artifactId >
166
- <version >1.7.10 </version >
167
+ <version >1.7.12 </version >
167
168
<optional >true</optional >
168
169
</dependency >
169
170
<dependency >
175
176
<dependency >
176
177
<groupId >org.apache.logging.log4j</groupId >
177
178
<artifactId >log4j-core</artifactId >
178
- <version >2.1 </version >
179
+ <version >2.2 </version >
179
180
<optional >true</optional >
180
181
</dependency >
181
182
<dependency >
You can’t perform that action at this time.
0 commit comments