|
23 | 23 | <groupId>net.dzikoysk</groupId> |
24 | 24 | <artifactId>cdn-parent</artifactId> |
25 | 25 | <packaging>pom</packaging> |
26 | | - <version>1.14.1</version> |
| 26 | + <version>1.14.2</version> |
27 | 27 |
|
28 | 28 | <scm> |
29 | 29 | <connection>scm:git:https://github.com/dzikoysk/cdn.git</connection> |
|
60 | 60 | </distributionManagement> |
61 | 61 |
|
62 | 62 | <properties> |
63 | | - <cdn.version>1.14.1</cdn.version> |
64 | | - <expressible.version>1.2.2</expressible.version> |
65 | | - <kotlin.version>1.6.21</kotlin.version> |
| 63 | + <cdn.version>1.14.2</cdn.version> |
66 | 64 | <java.version>1.8</java.version> |
| 65 | + <expressible.version>1.2.2</expressible.version> |
| 66 | + <kotlin.version>1.7.10</kotlin.version> |
| 67 | + <junit.version>5.9.1</junit.version> |
67 | 68 |
|
68 | 69 | <maven.compiler.source>${java.version}</maven.compiler.source> |
69 | 70 | <maven.compiler.target>${java.version}</maven.compiler.target> |
|
128 | 129 | <dependency> |
129 | 130 | <groupId>org.junit.jupiter</groupId> |
130 | 131 | <artifactId>junit-jupiter-api</artifactId> |
131 | | - <version>5.9.0</version> |
| 132 | + <version>${junit.version}</version> |
132 | 133 | <scope>test</scope> |
133 | 134 | </dependency> |
134 | 135 | <dependency> |
135 | 136 | <groupId>org.junit.jupiter</groupId> |
136 | 137 | <artifactId>junit-jupiter-engine</artifactId> |
137 | | - <version>5.9.0</version> |
| 138 | + <version>${junit.version}</version> |
138 | 139 | <scope>test</scope> |
139 | 140 | </dependency> |
140 | 141 | </dependencies> |
|
245 | 246 | <plugin> |
246 | 247 | <groupId>org.apache.maven.plugins</groupId> |
247 | 248 | <artifactId>maven-surefire-plugin</artifactId> |
248 | | - <version>2.22.2</version> |
| 249 | + <version>3.0.0-M7</version> |
249 | 250 | </plugin> |
250 | 251 | <plugin> |
251 | 252 | <groupId>org.apache.maven.plugins</groupId> |
252 | 253 | <artifactId>maven-shade-plugin</artifactId> |
253 | | - <version>3.3.0</version> |
| 254 | + <version>3.4.1</version> |
254 | 255 | </plugin> |
255 | 256 |
|
256 | 257 | <!-- explicitly define maven-deploy-plugin after other to force exec order --> |
|
0 commit comments