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 4d9f555 commit 85ae772Copy full SHA for 85ae772
java/pom.xml
@@ -14,11 +14,11 @@
14
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
15
</license>
16
</licenses>
17
- <dependencies>
+ <dependencies>
18
<dependency>
19
<groupId>com.senzing</groupId>
20
<artifactId>sz-sdk</artifactId>
21
- <version>[4.0.0,4.9999999.9999999]</version>
+ <version>4.0.0</version>
22
<scope>system</scope>
23
<systemPath>${SENZING_PATH}/er/sdk/java/sz-sdk.jar</systemPath>
24
</dependency>
@@ -30,7 +30,7 @@
30
31
<groupId>org.xerial</groupId>
32
<artifactId>sqlite-jdbc</artifactId>
33
- <version>3.47.2.0</version>
+ <version>3.50.3.0</version>
34
35
</dependencies>
36
<properties>
0 commit comments