We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7224b7 commit 42ab610Copy full SHA for 42ab610
2 files changed
docs/changelog.md
@@ -17,6 +17,7 @@ category: Administration
17
* chore: add code of conduct to repository
18
* refactor: use parameterized log messages
19
* refactor: remove unused or obsolete imports
20
+* feat: ensure compatibility with Jira 11.2.0
21
22
### [25.10.0] - 2025-10-03
23
pom.xml
@@ -32,7 +32,7 @@
32
<maven.compiler.release>${java.version}</maven.compiler.release>
33
34
<!-- Jira versions -->
35
- <jira.version>11.1.0</jira.version>
+ <jira.version>11.2.0</jira.version>
36
37
<!-- Plugin versions (keep in sync with jira-project) -->
38
<amps.version>9.1.1</amps.version>
0 commit comments