File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ Graylog SDK Spring Boot Starter is available at the Central Maven Repository.
1313<dependency>
1414 <groupId>com.joonsang.graylog</groupId>
1515 <artifactId>graylog-sdk-spring-boot-starter</artifactId>
16- <version>2.0.0-beta.4 </version>
16+ <version>2.0.0-beta.5 </version>
1717</dependency>
1818```
1919
2020** Gradle**
2121```
22- implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.0-beta.4 '
22+ implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.0-beta.5 '
2323```
2424
2525## Graylog API Credentials
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
1010
1111subprojects {
1212 group = ' com.joonsang.graylog'
13- version = ' 2.0.0-beta.4 '
13+ version = ' 2.0.0-beta.5 '
1414 sourceCompatibility = ' 11'
1515
1616 repositories {
You can’t perform that action at this time.
0 commit comments