diff options
author | Andreas Beeker <kiwiwings@apache.org> | 2021-01-11 23:53:29 +0000 |
---|---|---|
committer | Andreas Beeker <kiwiwings@apache.org> | 2021-01-11 23:53:29 +0000 |
commit | bf3e4e5b58bb9e19522eef77a739a9b55dabf507 (patch) | |
tree | e4d2d43dacfa42b830112ae5e6c910ae7f4c3240 /sonar/integration-test/pom.xml | |
parent | 0aa7e7dfb6a376eb0766ef68024779e3c5a6a4a3 (diff) | |
download | poi-bf3e4e5b58bb9e19522eef77a739a9b55dabf507.tar.gz poi-bf3e4e5b58bb9e19522eef77a739a9b55dabf507.zip |
Update maven dependencies
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/integration-test/pom.xml')
-rw-r--r-- | sonar/integration-test/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar/integration-test/pom.xml b/sonar/integration-test/pom.xml index df77176341..a7e8ff2e53 100644 --- a/sonar/integration-test/pom.xml +++ b/sonar/integration-test/pom.xml @@ -106,7 +106,7 @@ <dependency> <groupId>org.openjdk.jmh</groupId> <artifactId>jmh-core</artifactId> - <version>1.26</version> + <version>1.27</version> <scope>test</scope> </dependency> <dependency> |