We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000f90f commit ca05520Copy full SHA for ca05520
2 files changed
.changes/next-release/bugfix-AWSSDKforJavav2-fd8f698.json
@@ -0,0 +1,6 @@
1
+{
2
+ "type": "bugfix",
3
+ "category": "AWS SDK for Java v2",
4
+ "contributor": "sullis",
5
+ "description": "upgrade maven-compiler-plugin to 3.14.1"
6
+}
pom.xml
@@ -154,7 +154,7 @@
154
155
<!-- build plugin dependencies-->
156
<maven.surefire.version>3.1.2</maven.surefire.version>
157
- <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
+ <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version>
158
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
159
<maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version>
160
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
0 commit comments