Skip to content

Commit dc486ae

Browse files
docs: use Java agent 2.0.6
Latest io.keploy:keploy-sdk release on Maven Central with the shaded dedup agent jar. Signed-off-by: Asish Kumar <officialasishkumar@gmail.com>
1 parent 1e3006a commit dc486ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

versioned_docs/version-4.0.0/keploy-cloud/deduplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Copy the Keploy Java agent jar during your build. Do not add it as an applicatio
140140
<artifactItem>
141141
<groupId>io.keploy</groupId>
142142
<artifactId>keploy-sdk</artifactId>
143-
<version>2.0.2</version>
143+
<version>2.0.6</version>
144144
<outputDirectory>${project.build.directory}</outputDirectory>
145145
<destFileName>keploy-sdk.jar</destFileName>
146146
</artifactItem>

versioned_docs/version-4.0.0/server/sdk-installation/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Copy the Keploy Java agent jar during your build. Do not add it under `<dependen
5454
<artifactItem>
5555
<groupId>io.keploy</groupId>
5656
<artifactId>keploy-sdk</artifactId>
57-
<version>2.0.1</version>
57+
<version>2.0.6</version>
5858
<outputDirectory>${project.build.directory}</outputDirectory>
5959
<destFileName>keploy-sdk.jar</destFileName>
6060
</artifactItem>

0 commit comments

Comments
 (0)