|
15 | 15 | <!-- Startup class -->
|
16 | 16 | <application.class>app.App</application.class>
|
17 | 17 |
|
18 |
| - <jooby.version>2.9.4</jooby.version> |
| 18 | + <jooby.version>3.0.9</jooby.version> |
19 | 19 |
|
20 |
| - <maven.compiler.source>1.8</maven.compiler.source> |
21 |
| - <maven.compiler.target>1.8</maven.compiler.target> |
| 20 | + <maven.compiler.source>17</maven.compiler.source> |
| 21 | + <maven.compiler.target>17</maven.compiler.target> |
22 | 22 | <maven.compiler.parameters>true</maven.compiler.parameters>
|
23 | 23 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
24 | 24 | </properties>
|
|
33 | 33 | <dependency>
|
34 | 34 | <groupId>ch.qos.logback</groupId>
|
35 | 35 | <artifactId>logback-classic</artifactId>
|
36 |
| - <version>1.2.3</version> |
| 36 | + <version>1.5.3</version> |
37 | 37 | </dependency>
|
38 | 38 |
|
39 | 39 | <dependency>
|
|
45 | 45 | <dependency>
|
46 | 46 | <groupId>org.apache.kafka</groupId>
|
47 | 47 | <artifactId>kafka-clients</artifactId>
|
48 |
| - <version>2.7.0</version> |
| 48 | + <version>3.6.1</version> |
49 | 49 | </dependency>
|
50 | 50 |
|
51 | 51 | <dependency>
|
|
63 | 63 | <dependency>
|
64 | 64 | <groupId>org.kairosdb</groupId>
|
65 | 65 | <artifactId>metrics4j</artifactId>
|
66 |
| - <version>0.17.0</version> |
| 66 | + <version>1.0.0</version> |
67 | 67 | </dependency>
|
68 | 68 |
|
69 | 69 | <!-- Tests -->
|
|
88 | 88 | <dependency>
|
89 | 89 | <groupId>com.squareup.okhttp3</groupId>
|
90 | 90 | <artifactId>okhttp</artifactId>
|
| 91 | + <version>4.12.0</version> |
| 92 | + <scope>test</scope> |
| 93 | + </dependency> |
| 94 | + |
| 95 | + <dependency> |
| 96 | + <groupId>org.mockito</groupId> |
| 97 | + <artifactId>mockito-core</artifactId> |
| 98 | + <version>5.2.0</version> |
91 | 99 | <scope>test</scope>
|
92 | 100 | </dependency>
|
93 | 101 |
|
|
0 commit comments