We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc14d0c commit 2f47831Copy full SHA for 2f47831
docs/changelog.md
@@ -12,6 +12,7 @@ category: Administration
12
### [Unreleased]
13
14
* refactor: use maven compiler setting for Java 17
15
+* feat: ensure compatibility with Jira 10.7.1
16
17
### [25.05.0] - 2025-05-17
18
pom.xml
@@ -32,7 +32,7 @@
32
<maven.compiler.release>${java.version}</maven.compiler.release>
33
34
<!-- Jira versions -->
35
- <jira.version>10.6.0</jira.version>
+ <jira.version>10.7.1</jira.version>
36
37
<!-- Plugin versions (keep in sync with jira-project) -->
38
<amps.version>9.1.1</amps.version>
0 commit comments