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 b775e36 commit 37faea0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions javav2/example_code/cloudwatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<groupId>CloudwatchJ2Project</groupId>
<artifactId>CloudwatchJ2Project</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<properties>
<maven.compiler.target>17</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
</properties>
<build>
<plugins>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.20.25</version>
<version>2.21.20</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 37faea0

Please sign in to comment.