We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660a6b0 commit 4d2f48dCopy full SHA for 4d2f48d
2 files changed
bom/pom.xml
@@ -8,8 +8,8 @@
8
<name>TDLight Java BOM</name>
9
<properties>
10
<revision>3.0.0.0-SNAPSHOT</revision>
11
- <tdlight.natives.version>4.0.422</tdlight.natives.version>
12
- <tdlight.api.version>4.0.392</tdlight.api.version>
+ <tdlight.natives.version>4.0.427</tdlight.natives.version>
+ <tdlight.api.version>4.0.397</tdlight.api.version>
13
<maven.compiler.source>1.8</maven.compiler.source>
14
<maven.compiler.target>1.8</maven.compiler.target>
15
</properties>
example/pom.xml
@@ -26,7 +26,7 @@
26
<dependency>
27
<groupId>it.tdlight</groupId>
28
<artifactId>tdlight-java-bom</artifactId>
29
- <version>3.0.6+td.1.8.14</version>
+ <version>3.0.7+td.1.8.14</version>
30
<type>pom</type>
31
<scope>import</scope>
32
</dependency>
0 commit comments