We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b355a0 + 657669d commit 89d6bf1Copy full SHA for 89d6bf1
.travis.yml
@@ -27,7 +27,7 @@ branches:
27
- master
28
language: java
29
jdk:
30
- - openjdk18
+ - openjdk21
31
before_install:
32
- git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
33
- source travis/functions.Java.sh
pom.xml
@@ -3,7 +3,7 @@
3
<parent>
4
<groupId>info.unterrainer.commons</groupId>
5
<artifactId>parent-javalin-pom</artifactId>
6
- <version>0.1.0</version>
+ <version>0.1.1</version>
7
</parent>
8
9
<properties>
@@ -15,7 +15,7 @@
15
16
<modelVersion>4.0.0</modelVersion>
17
<artifactId>http-server</artifactId>
18
- <version>0.3.19</version>
+ <version>0.3.22</version>
19
<name>HttpServer</name>
20
<packaging>jar</packaging>
21
0 commit comments