We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89a23e commit f6821ceCopy full SHA for f6821ce
1 file changed
pom.xml
@@ -279,7 +279,7 @@
279
<dependency>
280
<groupId>org.jfree</groupId>
281
<artifactId>jfreechart</artifactId>
282
- <version>1.5.5</version>
+ <version>1.5.6</version>
283
</dependency>
284
<!-- xml-apis is dependent on jena -->
285
@@ -306,14 +306,8 @@
306
307
<groupId>commons-beanutils</groupId>
308
<artifactId>commons-beanutils</artifactId>
309
- <version>1.10.1</version>
+ <version>1.11.0</version>
310
<scope>test</scope>
311
- <exclusions>
312
- <exclusion>
313
- <groupId>commons-logging</groupId>
314
- <artifactId>commons-logging</artifactId>
315
- </exclusion>
316
- </exclusions>
317
318
319
<groupId>junit</groupId>
0 commit comments