|
16 | 16 | <maven.compiler.source>11</maven.compiler.source> |
17 | 17 | <maven.compiler.release>11</maven.compiler.release> |
18 | 18 | <maven.compiler.target>11</maven.compiler.target> |
19 | | - <version.fabric8.client>5.8.0</version.fabric8.client> |
| 19 | + <version.fabric8.client>5.12.2</version.fabric8.client> |
20 | 20 | <kotlin.version>1.5.20</kotlin.version> |
21 | 21 | <kotlin.compiler.incremental>true</kotlin.compiler.incremental> |
22 | 22 | <junit.jupiter.version>5.6.0</junit.jupiter.version> |
23 | | - <log4j.version>2.17.1</log4j.version> |
| 23 | + <log4j.version>2.17.2</log4j.version> |
24 | 24 | </properties> |
25 | 25 |
|
26 | 26 | <distributionManagement> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>com.fasterxml.jackson.datatype</groupId> |
89 | 89 | <artifactId>jackson-datatype-jsr353</artifactId> |
90 | | - <version>2.11.2</version> |
| 90 | + <version>2.13.3</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>com.fasterxml.jackson.module</groupId> |
94 | 94 | <artifactId>jackson-module-kotlin</artifactId> |
95 | | - <version>2.11.2</version> |
| 95 | + <version>2.13.3</version> |
96 | 96 | </dependency> |
97 | 97 |
|
98 | 98 | <!-- Dependencies for tests --> |
99 | 99 | <dependency> |
100 | 100 | <groupId>org.jetbrains.kotlin</groupId> |
101 | | - <artifactId>kotlin-test</artifactId> |
| 101 | + <artifactId>kotlin-test-junit5</artifactId> |
102 | 102 | <version>${kotlin.version}</version> |
103 | 103 | <scope>test</scope> |
104 | 104 | </dependency> |
|
108 | 108 | <version>1.7.0</version> |
109 | 109 | <scope>test</scope> |
110 | 110 | </dependency> |
| 111 | + <dependency> |
| 112 | + <groupId>org.junit.platform</groupId> |
| 113 | + <artifactId>junit-platform-commons</artifactId> |
| 114 | + <version>1.7.2</version> |
| 115 | + <scope>test</scope> |
| 116 | + </dependency> |
| 117 | + <dependency> |
| 118 | + <groupId>org.junit.jupiter</groupId> |
| 119 | + <artifactId>junit-jupiter-params</artifactId> |
| 120 | + <version>${junit.jupiter.version}</version> |
| 121 | + <scope>test</scope> |
| 122 | + </dependency> |
| 123 | + <dependency> |
| 124 | + <groupId>org.junit.jupiter</groupId> |
| 125 | + <artifactId>junit-jupiter-engine</artifactId> |
| 126 | + <version>${junit.jupiter.version}</version> |
| 127 | + <scope>test</scope> |
| 128 | + </dependency> |
111 | 129 | <dependency> |
112 | 130 | <groupId>org.junit.jupiter</groupId> |
113 | | - <artifactId>junit-jupiter</artifactId> |
| 131 | + <artifactId>junit-jupiter-api</artifactId> |
114 | 132 | <version>${junit.jupiter.version}</version> |
115 | 133 | <scope>test</scope> |
116 | 134 | </dependency> |
|
0 commit comments