Update dependencies

This commit is contained in:
Andrea Cavalli 2022-09-07 23:30:11 +02:00
parent 202a90846b
commit 0055c54826
1 changed files with 10 additions and 10 deletions

20
pom.xml
View File

@ -53,14 +53,14 @@
<dependency>
<groupId>it.tdlight</groupId>
<artifactId>tdlight-java-bom</artifactId>
<version>2.8.4.3</version>
<version>2.8.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>2020.0.20</version>
<version>2020.0.22</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -72,8 +72,8 @@
<artifactId>reactor-tools</artifactId>
<classifier>original</classifier>
<scope>runtime</scope>
<version>3.4.19</version>
</dependency>
<version>3.4.22</version>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
@ -82,7 +82,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
@ -94,13 +94,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-tcnative-boringssl-static</artifactId>
<version>2.0.53.Final</version>
<version>2.0.54.Final</version>
</dependency>
<dependency>
<groupId>it.tdlight</groupId>
@ -130,7 +130,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
@ -140,7 +140,7 @@
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.13.2</version>
<version>2.13.4</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>
@ -264,7 +264,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.8.2</version>
<version>5.9.0</version>
</dependency>
</dependencies>
</plugin>