Skip to content

Commit 9daa6e3

Browse files
committed
java v2 remove EoL models
1 parent 942002c commit 9daa6e3

File tree

18 files changed

+13
-948
lines changed

18 files changed

+13
-948
lines changed

javav2/example_code/bedrock-runtime/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<plugin>
1818
<groupId>org.apache.maven.plugins</groupId>
1919
<artifactId>maven-compiler-plugin</artifactId>
20-
<version>3.1</version>
20+
<version>3.13.0</version>
2121
<configuration>
2222
<source>${java.version}</source>
2323
<target>${java.version}</target>
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>software.amazon.awssdk</groupId>
3232
<artifactId>bom</artifactId>
33-
<version>2.30.27</version>
33+
<version>2.34.7</version>
3434
<type>pom</type>
3535
<scope>import</scope>
3636
</dependency>
@@ -52,38 +52,38 @@
5252
<dependency>
5353
<groupId>org.json</groupId>
5454
<artifactId>json</artifactId>
55-
<version>20240303</version>
55+
<version>20250517</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>commons-io</groupId>
5959
<artifactId>commons-io</artifactId>
60-
<version>2.16.1</version>
60+
<version>2.20.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>org.apache.commons</groupId>
6464
<artifactId>commons-text</artifactId>
65-
<version>1.12.0</version>
65+
<version>1.14.0</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.ibm.icu</groupId>
6969
<artifactId>icu4j</artifactId>
70-
<version>75.1</version>
70+
<version>77.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.fasterxml.jackson.core</groupId>
7474
<artifactId>jackson-databind</artifactId>
75-
<version>2.17.0</version> <!-- Replace with the latest stable version if needed -->
75+
<version>2.20.0</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>
7979
<artifactId>junit-jupiter-api</artifactId>
80-
<version>5.10.2</version>
80+
<version>6.0.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.junit.jupiter</groupId>
8585
<artifactId>junit-jupiter-params</artifactId>
86-
<version>5.10.0</version>
86+
<version>6.0.0</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>

javav2/example_code/bedrock-runtime/src/main/java/com/example/bedrockruntime/models/ai21LabsJurassic2/Converse.java

Lines changed: 0 additions & 65 deletions
This file was deleted.

javav2/example_code/bedrock-runtime/src/main/java/com/example/bedrockruntime/models/ai21LabsJurassic2/ConverseAsync.java

Lines changed: 0 additions & 82 deletions
This file was deleted.

javav2/example_code/bedrock-runtime/src/main/java/com/example/bedrockruntime/models/ai21LabsJurassic2/InvokeModel.java

Lines changed: 0 additions & 68 deletions
This file was deleted.

javav2/example_code/bedrock-runtime/src/main/java/com/example/bedrockruntime/models/amazonTitanText/Converse.java

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)