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 68c3ce2 commit 485292fCopy full SHA for 485292f
2 files changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -53,7 +53,6 @@ body:
53
label: Java Version
54
description: What version of Java are you using?
55
options:
56
- - "17"
57
- "21"
58
- "25"
59
- Other (specify in additional context)
pom.xml
@@ -46,8 +46,8 @@
46
</modules>
47
48
<properties>
49
- <maven.compiler.source>25</maven.compiler.source>
50
- <maven.compiler.target>25</maven.compiler.target>
+ <maven.compiler.source>21</maven.compiler.source>
+ <maven.compiler.target>21</maven.compiler.target>
51
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52
<aws.sdk.version>2.42.8</aws.sdk.version>
<jackson.version>2.21.1</jackson.version>
0 commit comments