Skip to content

Commit

Permalink
update to jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Nov 16, 2023
1 parent 37faea0 commit d387caf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions javav2/example_code/codecommit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<artifactId>CodeCommitJ2</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
<build>
<plugins>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.19.14</version>
<version>2.21.20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit d387caf

Please sign in to comment.