Skip to content

Commit da87e3b

Browse files
authored
update
1 parent 651579e commit da87e3b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>info.unterrainer.commons</groupId>
77
<artifactId>parent-pom</artifactId>
8-
<version>0.2.1</version>
8+
<version>0.2.5</version>
99
</parent>
1010

1111
<modelVersion>4.0.0</modelVersion>
1212
<artifactId>parent-javalin-pom</artifactId>
13-
<version>0.1.0</version>
13+
<version>0.1.1</version>
1414
<name>ParentJavalinPom</name>
1515
<packaging>pom</packaging>
1616
<url>https://github.com/UnterrainerInformatik/java-parent-javalin-pom</url>
@@ -21,17 +21,17 @@
2121
<dependency>
2222
<groupId>io.javalin</groupId>
2323
<artifactId>javalin</artifactId>
24-
<version>3.13.4</version>
24+
<version>6.5.0</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.eclipse.jetty</groupId>
2828
<artifactId>jetty-http</artifactId>
29-
<version>9.4.38.v20210224</version>
29+
<version>11.0.24</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.eclipse.jetty</groupId>
3333
<artifactId>jetty-server</artifactId>
34-
<version>9.4.38.v20210224</version>
34+
<version>11.0.24</version>
3535
</dependency>
3636
<!-- TEST-SCOPE ################################################# -->
3737

@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-dependency-plugin</artifactId>
46-
<version>3.1.2</version>
46+
<version>3.8.1</version>
4747
<executions>
4848
<execution>
4949
<id>analyze</id>

0 commit comments

Comments
 (0)