diff options
author | PJ Fanning <fanningpj@apache.org> | 2024-10-09 17:48:02 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2024-10-09 17:48:02 +0000 |
commit | c33f34b27cdfc46640d1c40af145b00b84440978 (patch) | |
tree | 30d3678983c555b8aac10aa6705c3b7a7ec9b69c /osgi | |
parent | d034f954bd772b5ff28cd2461529434260544d16 (diff) | |
download | poi-c33f34b27cdfc46640d1c40af145b00b84440978.tar.gz poi-c33f34b27cdfc46640d1c40af145b00b84440978.zip |
try batik 1.18
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'osgi')
-rw-r--r-- | osgi/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osgi/pom.xml b/osgi/pom.xml index 1980941e44..b1cdfd0993 100644 --- a/osgi/pom.xml +++ b/osgi/pom.xml @@ -176,7 +176,7 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> - <version>4.13.1</version> + <version>4.13.2</version> </dependency> <!-- Pax Exam --> |