File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## unreleased
4
+ ## 2.0.8 - 2024-10-03
5
5
6
6
### Fixed
7
7
* Remove ` Automatic-Module-Name ` from JAR manifest
8
8
9
9
### Dependencies
10
- * Updated Jackson dependency to 2.17.2
10
+ * Updated Jackson dependency to 2.18.0
11
11
12
12
13
13
## 2.0.7 - 2024-06-29
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ List<Message> msgs = ura.forStops("100000")
80
80
<dependency >
81
81
<groupId >de.stklcode.pubtrans</groupId >
82
82
<artifactId >juraclient</artifactId >
83
- <version >2.0.7 </version >
83
+ <version >2.0.8 </version >
84
84
</dependency >
85
85
```
86
86
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >de.stklcode.pubtrans</groupId >
8
8
<artifactId >juraclient</artifactId >
9
- <version >2.0.8-SNAPSHOT </version >
9
+ <version >2.0.8</version >
10
10
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments