Update example

This commit is contained in:
Andrea Cavalli 2023-11-05 18:00:31 +01:00
parent 3eab57d29d
commit 6de597fd0f

View File

@ -26,7 +26,7 @@
<dependency>
<groupId>it.tdlight</groupId>
<artifactId>tdlight-java-bom</artifactId>
<version>3.1.4+td.1.8.17</version>
<version>3.2.0+td.1.8.20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -71,12 +71,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.19.0</version>
<version>2.20.0</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>