Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cafe24-jspark03 committed Apr 9, 2020
1 parent 8d9dd9a commit 5b652a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.2.5.RELEASE'
id 'org.springframework.boot' version '2.2.6.RELEASE'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'java'
}
Expand Down
2 changes: 1 addition & 1 deletion graylog-sdk-spring-boot-samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-json'

implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.2'
implementation group: 'com.joonsang.graylog', name: 'graylog-query-builder', version: '1.0.3'

implementation project(':graylog-sdk-spring-boot-starter')

Expand Down
4 changes: 2 additions & 2 deletions graylog-sdk-spring-boot-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ dependencies {
}

implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.4.1'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.5.0'
implementation group: 'com.jayway.jsonpath', name: 'json-path', version: '2.4.0'
implementation group: 'com.google.guava', name: 'guava', version: '28.2-jre'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.9'
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'

annotationProcessor("org.projectlombok:lombok:1.18.12")
testAnnotationProcessor("org.projectlombok:lombok:1.18.12")
Expand Down

0 comments on commit 5b652a3

Please sign in to comment.