8000 Fix messaging sample (#19) · Dynatrace/OneAgent-SDK-for-Java@f818d23 · GitHub
[go: up one dir, main page]

Skip to content

Commit f818d23

Browse files
authored
Fix messaging sample (#19)
1 parent 5c45c10 commit f818d23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/messaging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
<groupId>com.dynatrace.oneagent.sdk.samples.messaging</groupId>
88
<artifactId>messaging-sample</artifactId>
9-
<version>1.5.0</version>
9+
<version>1.6.0</version>
1010
<packaging>jar</packaging>
1111

1212
<dependencies>
1313
<dependency>
1414
<groupId>com.dynatrace.oneagent.sdk.java</groupId>
1515
<artifactId>oneagent-sdk</artifactId>
16-
<version>1.5.0</version>
16+
<version>1.6.0</version>
1717
<scope>compile</scope>
1818
</dependency>
1919
</dependencies>

0 commit comments

Comments
 (0)
0