We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8bc4b1 commit 7b5d1a8Copy full SHA for 7b5d1a8
README.md
@@ -7,7 +7,7 @@ There are functional tests (in test/functional) that demonstrate how to use this
7
8
All you need to send requests is your own api key, get it from nameapi.org.
9
10
-This library requires at least Java 7.
+This library requires at least Java 8.
11
12
13
pom.xml
@@ -39,7 +39,7 @@
39
40
<properties>
41
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
42
- <java.version>1.7</java.version>
+ <java.version>1.8</java.version>
43
<anythingworks.version>0.5</anythingworks.version>
44
<ontology.version>5.3.2</ontology.version>
45
<swagger-annotations-version>1.5.4</swagger-annotations-version>
0 commit comments