Skip to content

Commit 5afc402

Browse files
committed
Update example libraries
1 parent fed5626 commit 5afc402

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

example/pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>it.tdlight</groupId>
2828
<artifactId>tdlight-java-bom</artifactId>
29-
<version>3.3.0+td.1.8.25</version>
29+
<version>3.3.1+td.1.8.25</version>
3030
<type>pom</type>
3131
<scope>import</scope>
3232
</dependency>
@@ -66,6 +66,11 @@
6666
<artifactId>tdlight-natives</artifactId>
6767
<classifier>macos_amd64</classifier>
6868
</dependency>
69+
<dependency>
70+
<groupId>it.tdlight</groupId>
71+
<artifactId>tdlight-natives</artifactId>
72+
<classifier>macos_arm64</classifier>
73+
</dependency>
6974

7075
<!-- log4j logging -->
7176
<dependency>
@@ -98,15 +103,15 @@
98103
<plugins>
99104
<plugin>
100105
<artifactId>maven-clean-plugin</artifactId>
101-
<version>3.1.0</version>
106+
<version>3.3.1</version>
102107
</plugin>
103108
<plugin>
104109
<artifactId>maven-resources-plugin</artifactId>
105-
<version>3.0.2</version>
110+
<version>3.3.1</version>
106111
</plugin>
107112
<plugin>
108113
<artifactId>maven-compiler-plugin</artifactId>
109-
<version>3.8.1</version>
114+
<version>3.11.0</version>
110115
<configuration>
111116
<encoding>UTF-8</encoding>
112117
<source>17</source>
@@ -115,15 +120,15 @@
115120
</plugin>
116121
<plugin>
117122
<artifactId>maven-jar-plugin</artifactId>
118-
<version>3.2.0</version>
123+
<version>3.3.0</version>
119124
</plugin>
120125
<plugin>
121126
<artifactId>maven-install-plugin</artifactId>
122-
<version>3.0.0-M1</version>
127+
<version>3.1.1</version>
123128
</plugin>
124129
<plugin>
125130
<artifactId>maven-deploy-plugin</artifactId>
126-
<version>2.8.2</version>
131+
<version>3.1.1</version>
127132
</plugin>
128133
</plugins>
129134
</build>

0 commit comments

Comments
 (0)