prepare release 1.3.3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2022-11-21 15:46:15 +01:00
parent c5f13f6652
commit 251e60d66f
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## unreleased
## 1.3.3 - 2022-11-21
### Security
* Updated Jackson dependency to 2.14.0

View File

@ -63,7 +63,7 @@ List<Message> msgs = ura.forStops("100000")
<dependency>
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>1.3.2</version>
<version>1.3.3</version>
</dependency>
```

View File

@ -5,7 +5,7 @@
<groupId>de.stklcode.pubtrans</groupId>
<artifactId>juraclient</artifactId>
<version>1.3.3-SNAPSHOT</version>
<version>1.3.3</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>