We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d230e2 commit feed8bbCopy full SHA for feed8bb
1 file changed
README.md
@@ -13,13 +13,13 @@ Graylog SDK Spring Boot Starter is available at the Central Maven Repository.
13
<dependency>
14
<groupId>com.joonsang.graylog</groupId>
15
<artifactId>graylog-sdk-spring-boot-starter</artifactId>
16
- <version>2.0.0-beta.2</version>
+ <version>2.0.0-beta.3</version>
17
</dependency>
18
```
19
20
**Gradle**
21
22
-implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.0-beta.2'
+implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.0-beta.3'
23
24
25
## Graylog API Credentials
0 commit comments