Skip to content

Commit 42ab610

Browse files
committed
feat: ensure compatibility with Jira 11.2.0
1 parent b7224b7 commit 42ab610

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ category: Administration
1717
* chore: add code of conduct to repository
1818
* refactor: use parameterized log messages
1919
* refactor: remove unused or obsolete imports
20+
* feat: ensure compatibility with Jira 11.2.0
2021

2122
### [25.10.0] - 2025-10-03
2223

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<maven.compiler.release>${java.version}</maven.compiler.release>
3333

3434
<!-- Jira versions -->
35-
<jira.version>11.1.0</jira.version>
35+
<jira.version>11.2.0</jira.version>
3636

3737
<!-- Plugin versions (keep in sync with jira-project) -->
3838
<amps.version>9.1.1</amps.version>

0 commit comments

Comments
 (0)