Skip to content

Commit

Permalink
1.1.7, upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cafe24-jspark03 committed Jun 10, 2020
1 parent bc4eb30 commit 58980a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Graylog SDK Spring Boot Starter is available at the Central Maven Repository.
<dependency>
<groupId>com.joonsang.graylog</groupId>
<artifactId>graylog-sdk-spring-boot-starter</artifactId>
<version>1.1.6</version>
<version>1.1.7</version>
</dependency>
```

**Gradle**
```
implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '1.1.6'
implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '1.1.7'
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.2.7.RELEASE'
id 'org.springframework.boot' version '2.3.0.RELEASE'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'java'
}
Expand All @@ -10,7 +10,7 @@ repositories {

subprojects {
group = 'com.joonsang.graylog'
version = '1.1.6'
version = '1.1.7'
sourceCompatibility = '11'

repositories {
Expand Down

0 comments on commit 58980a5

Please sign in to comment.