Skip to content

Commit

Permalink
Merge pull request #224 from TheGameCommunity/dependabot/gradle/com.s…
Browse files Browse the repository at this point in the history
…quareup.okio-okio-3.9.1

Bump com.squareup.okio:okio from 3.9.0 to 3.9.1
  • Loading branch information
Gamebuster19901 authored Nov 19, 2024
2 parents 0ab36d9 + 769389c commit 8570d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ dependencies {
/*
* Transitive dependencies declared to resolve security vulnerabilities
*/
shadow group: 'com.squareup.okio', name: 'okio', version: '3.9.0' //Dependabot Alert #1
shadow group: 'com.squareup.okio', name: 'okio', version: '3.9.1' //Dependabot Alert #1
}

configurations.all {
resolutionStrategy {
force group: 'com.squareup.okio', name: 'okio', version: '3.9.0' //Dependabot Alert #1
force group: 'com.squareup.okio', name: 'okio', version: '3.9.1' //Dependabot Alert #1
}
}

Expand Down

0 comments on commit 8570d35

Please sign in to comment.