Skip to content

Commit c61ac99

Browse files
author
Philipp Karlsson
committed
Updating gson version, updating readme versions
1 parent 4ea14f0 commit c61ac99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# kotlin-atlassian-client
22
![Maven Central](https://img.shields.io/maven-central/v/com.linked-planet.client/kotlin-jira-client-api)
33
[![kotlin-atlassian-client - default](https://github.com/linked-planet/kotlin-atlassian-client/actions/workflows/default.yml/badge.svg)](https://github.com/linked-planet/kotlin-atlassian-client/actions/workflows/default.yml)
4-
![Kotlin 1.8.0](https://img.shields.io/badge/Kotlin-1.8.0-blue)
5-
![Jira 9.4.2](https://img.shields.io/badge/Jira-9.4.2-blue)
6-
![Confluence 7.19.5](https://img.shields.io/badge/Confluence-7.19.5-lightblue)
4+
![Kotlin 2.1.20](https://img.shields.io/badge/Kotlin-2.1.20-blue)
5+
![Jira 9.12.10](https://img.shields.io/badge/Jira-9.12.10-blue)
6+
![Confluence 9.2.3](https://img.shields.io/badge/Confluence-9.2.3-lightblue)
77
> *kotlin-atlassian-client* merges the libraries of the repositories *kotlin-http-client*, *kotlin-jira-client* and *kotlin-insight-client* originally implemented by @betacore.
88
99
## Docs

kotlin-jira-client/kotlin-jira-client-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.google.code.gson</groupId>
1919
<artifactId>gson</artifactId>
20-
<version>2.10.1</version>
20+
<version>2.2.2-atlassian-1</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>com.linked-planet.client</groupId>

0 commit comments

Comments
 (0)