Skip to content

Commit

Permalink
Bump to Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
docwho2 committed Jul 29, 2024
1 parent 8a6c938 commit 71d08c0
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion ChatGPT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<artifactId>ses</artifactId>
</dependency>

<dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>costexplorer</artifactId>
</dependency>
Expand Down Expand Up @@ -107,6 +107,23 @@
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.15.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
</dependency>

</dependencies>


Expand Down

0 comments on commit 71d08c0

Please sign in to comment.