Skip to content
Snippets Groups Projects
Commit 63d5f478 authored by Jeffrey Phillips Freeman's avatar Jeffrey Phillips Freeman :boom:
Browse files

build(dependencies): updating plugin dependency

parent 848fc737
No related branches found
No related tags found
No related merge requests found
# Aparapi Examples Changelog # Aparapi Examples Changelog
##v1.8.0 ## v1.8.0
* Synced to Aparapi 1.8.0 * Synced to Aparapi 1.8.0
* Updated dependency org.apache.commons:commons-lang3 from 3.6 to 3.7
## 1.7.0 ## 1.7.0
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.6</version> <version>3.7</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
......
...@@ -26,7 +26,6 @@ package com.aparapi.examples.matrix; ...@@ -26,7 +26,6 @@ package com.aparapi.examples.matrix;
import com.aparapi.Kernel.EXECUTION_MODE; import com.aparapi.Kernel.EXECUTION_MODE;
import org.apache.commons.lang3.tuple.ImmutablePair; import org.apache.commons.lang3.tuple.ImmutablePair;
import org.apache.commons.lang3.tuple.Pair; import org.apache.commons.lang3.tuple.Pair;
import org.apache.lucene.util.OpenBitSet;
import java.io.File; import java.io.File;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment