Skip to content

Commit 2f47831

Browse files
committed
feat: ensure compatibility with Jira 10.7.1
1 parent dc14d0c commit 2f47831

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ category: Administration
1212
### [Unreleased]
1313

1414
* refactor: use maven compiler setting for Java 17
15+
* feat: ensure compatibility with Jira 10.7.1
1516

1617
### [25.05.0] - 2025-05-17
1718

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>10.6.0</jira.version>
35+
<jira.version>10.7.1</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)