|
5 | 5 | <parent>
|
6 | 6 | <groupId>info.unterrainer.commons</groupId>
|
7 | 7 | <artifactId>parent-pom</artifactId>
|
8 |
| - <version>0.2.1</version> |
| 8 | + <version>0.2.5</version> |
9 | 9 | </parent>
|
10 | 10 |
|
11 | 11 | <modelVersion>4.0.0</modelVersion>
|
12 | 12 | <artifactId>parent-javalin-pom</artifactId>
|
13 |
| - <version>0.1.0</version> |
| 13 | + <version>0.1.1</version> |
14 | 14 | <name>ParentJavalinPom</name>
|
15 | 15 | <packaging>pom</packaging>
|
16 | 16 | <url>https://github.com/UnterrainerInformatik/java-parent-javalin-pom</url>
|
|
21 | 21 | <dependency>
|
22 | 22 | <groupId>io.javalin</groupId>
|
23 | 23 | <artifactId>javalin</artifactId>
|
24 |
| - <version>3.13.4</version> |
| 24 | + <version>6.5.0</version> |
25 | 25 | </dependency>
|
26 | 26 | <dependency>
|
27 | 27 | <groupId>org.eclipse.jetty</groupId>
|
28 | 28 | <artifactId>jetty-http</artifactId>
|
29 |
| - <version>9.4.38.v20210224</version> |
| 29 | + <version>11.0.24</version> |
30 | 30 | </dependency>
|
31 | 31 | <dependency>
|
32 | 32 | <groupId>org.eclipse.jetty</groupId>
|
33 | 33 | <artifactId>jetty-server</artifactId>
|
34 |
| - <version>9.4.38.v20210224</version> |
| 34 | + <version>11.0.24</version> |
35 | 35 | </dependency>
|
36 | 36 | <!-- TEST-SCOPE ################################################# -->
|
37 | 37 |
|
|
43 | 43 | <plugin>
|
44 | 44 | <groupId>org.apache.maven.plugins</groupId>
|
45 | 45 | <artifactId>maven-dependency-plugin</artifactId>
|
46 |
| - <version>3.1.2</version> |
| 46 | + <version>3.8.1</version> |
47 | 47 | <executions>
|
48 | 48 | <execution>
|
49 | 49 | <id>analyze</id>
|
|
0 commit comments