Skip to content

Commit

Permalink
snyk fix issues - upgrade packages (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich authored Sep 26, 2024
1 parent 4a46933 commit 9064517
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ dependencies {
implementation 'io.swagger:swagger-annotations:1.6.5'

// http client
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'

// json serialization and deserialization
implementation 'com.google.code.gson:gson:2.9.0'
Expand All @@ -65,8 +65,8 @@ dependencies {
implementation "jakarta.annotation:jakarta.annotation-api:1.3.5"

// logger
implementation 'ch.qos.logback:logback-classic:1.4.12'
implementation 'ch.qos.logback:logback-core:1.4.12'
implementation 'ch.qos.logback:logback-classic:1.4.14'
implementation 'ch.qos.logback:logback-core:1.4.14'
implementation 'org.slf4j:slf4j-api:1.7.33'


Expand All @@ -76,7 +76,7 @@ dependencies {

// These dependencies are used internally, and not exposed to consumers on their own compile classpath.
// google standard java library
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.google.guava:guava:32.0.0-jre'


}
Expand Down

0 comments on commit 9064517

Please sign in to comment.