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 11# Changelog
22All notable changes to this project will be documented in this file.
33
4- ## unreleased
4+ ## 2.0.4 - 2022-11-21
55### Security
6- * Updated dependencies
6+ * Updated Jackson dependency to 2.14.0
77
88### Fixed
99* Querying trips and messages with limit directly from ` Query ` instance (#18 )
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ List<Message> msgs = ura.forStops("100000")
8181<dependency >
8282 <groupId >de.stklcode.pubtrans</groupId >
8383 <artifactId >juraclient</artifactId >
84- <version >2.0.4-SNAPSHOT </version >
84+ <version >2.0.4</version >
8585</dependency >
8686```
8787
Original file line number Diff line number Diff line change 66
77 <groupId >de.stklcode.pubtrans</groupId >
88 <artifactId >juraclient</artifactId >
9- <version >2.0.4-SNAPSHOT </version >
9+ <version >2.0.4</version >
1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments