|
38 | 38 |
|
39 | 39 | <properties>
|
40 | 40 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
41 |
| - <jicoco.version>1.1-90-gfa0e11e</jicoco.version> |
42 |
| - <kotlin.version>1.5.20</kotlin.version> |
43 |
| - <kotest.version>4.6.1</kotest.version> |
44 |
| - <junit.version>5.7.0</junit.version> |
45 |
| - <dokka.version>1.4.32</dokka.version> |
| 41 | + <jicoco.version>1.1-95-gd8fd866</jicoco.version> |
| 42 | + <kotlin.version>1.5.31</kotlin.version> |
| 43 | + <kotest.version>4.6.3</kotest.version> |
| 44 | + <junit.version>5.8.1</junit.version> |
46 | 45 | </properties>
|
47 | 46 |
|
48 | 47 | <dependencies>
|
|
59 | 58 | <dependency>
|
60 | 59 | <groupId>${project.groupId}</groupId>
|
61 | 60 | <artifactId>jitsi-utils</artifactId>
|
62 |
| - <version>1.0-94-ge7c7a43</version> |
| 61 | + <version>1.0-107-g566f8f8</version> |
63 | 62 | </dependency>
|
64 | 63 | <dependency>
|
65 | 64 | <groupId>${project.groupId}</groupId>
|
|
71 | 70 | <dependency>
|
72 | 71 | <groupId>org.junit.platform</groupId>
|
73 | 72 | <artifactId>junit-platform-launcher</artifactId>
|
74 |
| - <version>1.7.0</version> |
| 73 | + <version>1.8.1</version> |
75 | 74 | <scope>test</scope>
|
76 | 75 | </dependency>
|
77 | 76 | <dependency>
|
|
107 | 106 | <dependency>
|
108 | 107 | <groupId>org.mockito</groupId>
|
109 | 108 | <artifactId>mockito-core</artifactId>
|
110 |
| - <version>3.6.28</version> |
| 109 | + <version>4.0.0</version> |
111 | 110 | <scope>test</scope>
|
112 | 111 | </dependency>
|
113 | 112 | </dependencies>
|
|
156 | 155 | <plugin>
|
157 | 156 | <groupId>org.apache.maven.plugins</groupId>
|
158 | 157 | <artifactId>maven-compiler-plugin</artifactId>
|
159 |
| - <version>3.8.0</version> |
| 158 | + <version>3.8.1</version> |
160 | 159 | <executions>
|
161 | 160 | <!-- Replacing default-compile as it is treated specially by maven -->
|
162 | 161 | <execution>
|
|
255 | 254 | <version>2.22.2</version>
|
256 | 255 | <configuration>
|
257 | 256 | <includes>**/*</includes>
|
| 257 | + <systemPropertyVariables> |
| 258 | + <java.util.logging.config.file>${project.build.testSourceDirectory}/../resources/logging.properties</java.util.logging.config.file> |
| 259 | + </systemPropertyVariables> |
258 | 260 | </configuration>
|
259 | 261 | </plugin>
|
260 | 262 | <plugin>
|
|
478 | 480 | <plugin>
|
479 | 481 | <groupId>org.jetbrains.dokka</groupId>
|
480 | 482 | <artifactId>dokka-maven-plugin</artifactId>
|
481 |
| - <version>${dokka.version}</version> |
| 483 | + <version>${kotlin.version}</version> |
482 | 484 | <executions>
|
483 | 485 | <execution>
|
484 | 486 | <phase>package</phase>
|
|
0 commit comments