From 0a61ca8527b962462b4f5c4a29471302706d23e7 Mon Sep 17 00:00:00 2001 From: Stefan Glase Date: Sun, 9 Jun 2024 00:51:04 +0200 Subject: [PATCH] feat: ensure compatibility with Jira 9.14.0, 9.12.5, 9.4.18 --- docs/changelog.md | 1 + pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index d451c49..7ada3bc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -14,6 +14,7 @@ category: Administration * feat: ensure compatibility with Jira 9.14.0, 9.12.5, 9.4.18 * chore: add results for Data Center re-approval * feat: ensure compatibility with Jira 9.15.0 +* feat: ensure compatibility with Jira 9.16.0, 9.12.9, 9.4.22 ### [24.01.0] - 2024-01-27 diff --git a/pom.xml b/pom.xml index 335a33e..5875ffd 100644 --- a/pom.xml +++ b/pom.xml @@ -41,10 +41,10 @@ ${java.version} - 9.15.0 + 9.16.0 ${jira.version} - 9.12.5 - 9.4.18 + 9.12.9 + 9.4.22 8.2.3