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

build: Updated dependency versions.

parent cda89218
No related merge requests found
...@@ -5,11 +5,10 @@ ...@@ -5,11 +5,10 @@
* Added an interactive Mandlebrot set explorer along with some related benchmarks. * Added an interactive Mandlebrot set explorer along with some related benchmarks.
* Updated the following dependency versions: * Updated the following dependency versions:
** com.aparapi: aparapi 2.0.0 -> 2.0.1 ** com.aparapi: aparapi 2.0.0 -> 2.0.1
** org.apache.commons:commons-lang3 3.9 -> 3.11 ** org.apache.commons:commons-lang3 3.9 -> 3.12.0
** org.apache.lucene:lucene-core 8.3.1 -> 8.8.0 ** org.apache.lucene:lucene-core 8.3.1 -> 8.9.0
** com.syncleus:syncleus 7 -> 8 ** com.syncleus:syncleus 7 -> 8
## 2.0.0 ## 2.0.0
* Synced to Aparapi 2.0.0 * Synced to Aparapi 2.0.0
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<dependency> <dependency>
<groupId>org.apache.lucene</groupId> <groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId> <artifactId>lucene-core</artifactId>
<version>8.8.0</version> <version>8.9.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
...@@ -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.11</version> <version>3.12.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>log4j</groupId> <groupId>log4j</groupId>
......
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