Skip to content

Commit ed9e728

Browse files
committed
fix SDK version
1 parent 781c0d9 commit ed9e728

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This is the official Java implementation of the [Dynatrace OneAgent SDK](https:/
4646

4747
|OneAgent SDK for Java|Required OneAgent version|
4848
|:--------------------|:------------------------|
49-
|1.5.0 |>=1.157 |
49+
|1.6.0 |>=1.161 |
5050
|1.4.0 |>=1.151 |
5151
|1.3.0 |>=1.149 |
5252
|1.2.0 |>=1.147 |
@@ -65,7 +65,7 @@ If you want to integrate the OneAgent SDK into your application, just add the fo
6565
<dependency>
6666
<groupId>com.dynatrace.oneagent.sdk.java</groupId>
6767
<artifactId>oneagent-sdk</artifactId>
68-
<version>1.5.0</version>
68+
<version>1.6.0</version>
6969
<scope>compile</scope>
7070
</dependency>
7171

@@ -145,7 +145,7 @@ A more detailed specification of the features can be found in [Dynatrace OneAgen
145145

146146
|Feature |Required OneAgent SDK for Java version|
147147
|:----------------------------------------------|:-------------------------------------|
148-
|Trace messaging |>=1.5.0 |
148+
|Trace messaging |>=1.6.0 |
149149
|Outgoing webrequests |>=1.4.0 |
150150
|Incoming webrequests |>=1.3.0 |
151151
|Custom request attributes |>=1.2.0 |
@@ -469,7 +469,7 @@ see also https://github.com/Dynatrace/OneAgent-SDK-for-Java/releases
469469

470470
|Version|Description |Links |
471471
|:------|:-------------------------------------------|:----------------------------------------|
472-
|1.5.0 |Added support for messaging |[binary](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.5.0/oneagent-sdk-1.5.0.jar) [source](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.5.0/oneagent-sdk-1.5.0-sources.jar) [javadoc](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.5.0/oneagent-sdk-1.5.0-javadoc.jar)|
472+
|1.6.0 |Added support for messaging |[binary](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.6.0/oneagent-sdk-1.6.0.jar) [source](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.6.0/oneagent-sdk-1.6.0-sources.jar) [javadoc](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.6.0/oneagent-sdk-1.6.0-javadoc.jar)|
473473
|1.4.0 |Added support for outgoing webrequests |[binary](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.4.0/oneagent-sdk-1.4.0.jar) [source](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.4.0/oneagent-sdk-1.4.0-sources.jar) [javadoc](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.4.0/oneagent-sdk-1.4.0-javadoc.jar)|
474474
|1.3.0 |Added support for incoming webrequests |[binary](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.3.0/oneagent-sdk-1.3.0.jar) [source](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.3.0/oneagent-sdk-1.3.0-sources.jar) [javadoc](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.3.0/oneagent-sdk-1.3.0-javadoc.jar)|
475475
|1.2.0 |Added support for custom request attributes |[binary](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.2.0/oneagent-sdk-1.2.0.jar) [source](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.2.0/oneagent-sdk-1.2.0-sources.jar) [javadoc](https://search.maven.org/remotecontent?filepath=com/dynatrace/oneagent/sdk/java/oneagent-sdk/1.2.0/oneagent-sdk-1.2.0-javadoc.jar)|

0 commit comments

Comments
 (0)