File tree Expand file tree Collapse file tree 7 files changed +8
-63
lines changed
Expand file tree Collapse file tree 7 files changed +8
-63
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,3 +26,5 @@ hs_err_pid*
2626.settings /
2727
2828src /main /java /info /unterrainer /commons /udpobserver /Information.java
29+
30+ .classpath
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ branches:
2727 - master
2828language : java
2929jdk :
30- - openjdk14
30+ - openjdk18
3131before_install :
3232 - git clone https://github.com/UnterrainerInformatik/Travis-Scripts.git travis
3333 - source travis/functions.Java.sh
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >info.unterrainer.commons</groupId >
77 <artifactId >parent-pom</artifactId >
8- <version >0.1.22 </version >
8+ <version >0.1.26 </version >
99 </parent >
1010
1111 <modelVersion >4.0.0</modelVersion >
1212 <groupId >info.unterrainer.commons.udp-observer</groupId >
1313 <artifactId >udp-observer</artifactId >
14- <version >0.1.11 </version >
14+ <version >0.1.12 </version >
1515 <name >UdpObserver</name >
1616 <packaging >jar</packaging >
1717
2626 <dependency >
2727 <groupId >com.fasterxml.jackson.core</groupId >
2828 <artifactId >jackson-annotations</artifactId >
29- <version >2.11.0 </version >
29+ <version >2.13.3 </version >
3030 </dependency >
3131 <dependency >
3232 <groupId >com.fasterxml.jackson.core</groupId >
3333 <artifactId >jackson-core</artifactId >
34- <version >2.11.0 </version >
34+ <version >2.13.3 </version >
3535 </dependency >
3636 <dependency >
3737 <groupId >com.fasterxml.jackson.core</groupId >
3838 <artifactId >jackson-databind</artifactId >
39- <version >2.11.0 </version >
39+ <version >2.13.3 </version >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.apache.commons</groupId >
You can’t perform that action at this time.
0 commit comments