Skip to content

Commit

Permalink
upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cafe24-jspark03 committed Mar 13, 2020
1 parent 7e8741b commit 8d9dd9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.RELEASE'
id 'org.springframework.boot' version '2.2.5.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-starter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
}

implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.12'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.4.0'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.4.1'
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'
Expand Down

0 comments on commit 8d9dd9a

Please sign in to comment.