Author: mreutegg
Date: Thu Jan 14 12:31:51 2021
New Revision: 1885486
URL: http://svn.apache.org/viewvc?rev=1885486&view=rev
Log:
OAK-9034: update commons-lang3 to 3.10
Required by OAK-9299
Modified:
jackrabbit/oak/branches/1.22/ (props changed)
jackrabbit/oak/branches/1.22/oak-it-osgi/src/test/resources/versions.properties
jackrabbit/oak/branches/1.22/oak-parent/pom.xml
Propchange: jackrabbit/oak/branches/1.22/
------------------------------------------------------------------------------
Merged /jackrabbit/oak/trunk:r1876824
Modified:
jackrabbit/oak/branches/1.22/oak-it-osgi/src/test/resources/versions.properties
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22/oak-it-osgi/src/test/resources/versions.properties?rev=1885486&r1=1885485&r2=1885486&view=diff
==============================================================================
---
jackrabbit/oak/branches/1.22/oak-it-osgi/src/test/resources/versions.properties
(original)
+++
jackrabbit/oak/branches/1.22/oak-it-osgi/src/test/resources/versions.properties
Thu Jan 14 12:31:51 2021
@@ -18,5 +18,5 @@ tika=${tika.version}
poi=4.0.1
commons-collections4=4.1
commons-compress=1.20
-commons-lang3=3.9
-commons-math3=3.6.1
\ No newline at end of file
+commons-lang3=3.10
+commons-math3=3.6.1
Modified: jackrabbit/oak/branches/1.22/oak-parent/pom.xml
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.22/oak-parent/pom.xml?rev=1885486&r1=1885485&r2=1885486&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.22/oak-parent/pom.xml (original)
+++ jackrabbit/oak/branches/1.22/oak-parent/pom.xml Thu Jan 14 12:31:51 2021
@@ -622,7 +622,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.9</version>
+ <version>3.10</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>