Skip to content

Commit 6a5923b

Browse files
committed
Merge pull request #400 from hazendaz/master
Update Dependencies
2 parents 0331523 + d191204 commit 6a5923b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>ognl</groupId>
139139
<artifactId>ognl</artifactId>
140-
<version>3.0.8</version>
140+
<version>3.0.11</version>
141141
<scope>provided</scope>
142142
<optional>true</optional>
143143
<exclusions>
@@ -147,6 +147,7 @@
147147
</exclusion>
148148
</exclusions>
149149
</dependency>
150+
<!-- 3.19.0 causes significant failures in unit tests. Review why... -->
150151
<dependency>
151152
<groupId>org.javassist</groupId>
152153
<artifactId>javassist</artifactId>
@@ -157,13 +158,13 @@
157158
<dependency>
158159
<groupId>org.slf4j</groupId>
159160
<artifactId>slf4j-api</artifactId>
160-
<version>1.7.10</version>
161+
<version>1.7.12</version>
161162
<optional>true</optional>
162163
</dependency>
163164
<dependency>
164165
<groupId>org.slf4j</groupId>
165166
<artifactId>slf4j-log4j12</artifactId>
166-
<version>1.7.10</version>
167+
<version>1.7.12</version>
167168
<optional>true</optional>
168169
</dependency>
169170
<dependency>
@@ -175,7 +176,7 @@
175176
<dependency>
176177
<groupId>org.apache.logging.log4j</groupId>
177178
<artifactId>log4j-core</artifactId>
178-
<version>2.1</version>
179+
<version>2.2</version>
179180
<optional>true</optional>
180181
</dependency>
181182
<dependency>

0 commit comments

Comments
 (0)