Skip to content

Commit

Permalink
make nix-update-gradle again
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 26, 2023
1 parent d99c710 commit 568c22e
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 10 deletions.
29 changes: 22 additions & 7 deletions nix/deps/gradle/deps.json
Original file line number Diff line number Diff line change
Expand Up @@ -8235,16 +8235,16 @@
},

{
"path": "com/squareup/okhttp3/okhttp-urlconnection/4.9.1",
"path": "com/squareup/okhttp3/okhttp-urlconnection/4.9.2",
"repo": "https://repo.maven.apache.org/maven2",
"files": {
"okhttp-urlconnection-4.9.1.pom": {
"sha1": "898af7b494728d96a77c74ffc73ca1b25c8fa710",
"sha256": "0qigcysa3izv82hlxvphxm4c88sys4m49429pgp6bqiw8hawcmd4"
"okhttp-urlconnection-4.9.2.pom": {
"sha1": "b704c6fcaf3d004756d12e06a283a5c692f5d6bb",
"sha256": "1i1nvfr5j8chyrp3y5czaih1grkccpq2xv3n1576rbvpb2qb46ah"
},
"okhttp-urlconnection-4.9.1.jar": {
"sha1": "f45e809215bd0961350148cf5b78707865084e6f",
"sha256": "0q80lhznrf1sh5ncibvp5l4cb82b7k9dn28xcxi3qcc47yq5p9n0"
"okhttp-urlconnection-4.9.2.jar": {
"sha1": "3b9e64d3d56370bc7488ed8b336d17a8013cb336",
"sha256": "04bx7d7ngq0mkqfh38nms258dp44hx5csyi0r4jrd3v6i6m3j70f"
}
}
},
Expand Down Expand Up @@ -8294,6 +8294,21 @@
}
},

{
"path": "com/squareup/okhttp3/okhttp/4.9.2",
"repo": "https://repo.maven.apache.org/maven2",
"files": {
"okhttp-4.9.2.pom": {
"sha1": "84e07aab64e999d6f956e27e528f776882adbda6",
"sha256": "0vp2fsw9qz91x2b16vr1xyxd5pq4y339hrv2vpbs1dd5x3m378kj"
},
"okhttp-4.9.2.jar": {
"sha1": "5302714ee9320b64cf65ed865e5f65981ef9ba46",
"sha256": "1plj7ib8qqahg79a637322952b2dva6v7rig1p1jipy1d2vy2biv"
}
}
},

{
"path": "com/squareup/okhttp3/parent/3.9.1",
"repo": "https://repo.maven.apache.org/maven2",
Expand Down
4 changes: 2 additions & 2 deletions nix/deps/gradle/deps.list
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,8 @@ com.intellij:annotations:12.0
com.parse.bolts:bolts-applinks:1.4.0
com.parse.bolts:bolts-tasks:1.4.0
com.squareup.okhttp3:okhttp-tls:4.9.1
com.squareup.okhttp3:okhttp-urlconnection:4.9.1
com.squareup.okhttp3:okhttp:4.9.1
com.squareup.okhttp3:okhttp-urlconnection:4.9.2
com.squareup.okhttp3:okhttp:4.9.2
com.squareup.okio:okio:2.9.0
com.squareup:javapoet:1.8.0
com.squareup:javapoet:1.10.0
Expand Down
3 changes: 2 additions & 1 deletion nix/deps/gradle/deps.urls
Original file line number Diff line number Diff line change
Expand Up @@ -555,10 +555,11 @@ https://repo.maven.apache.org/maven2/com/squareup/javapoet/1.8.0/javapoet-1.8.0.
https://repo.maven.apache.org/maven2/com/squareup/javapoet/1.10.0/javapoet-1.10.0.pom
https://repo.maven.apache.org/maven2/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp-tls/4.9.1/okhttp-tls-4.9.1.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp-urlconnection/4.9.1/okhttp-urlconnection-4.9.1.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp-urlconnection/4.9.2/okhttp-urlconnection-4.9.2.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.9.1/okhttp-3.9.1.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/3.12.1/okhttp-3.12.1.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.9.1/okhttp-4.9.1.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/okhttp/4.9.2/okhttp-4.9.2.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/parent/3.9.1/parent-3.9.1.pom
https://repo.maven.apache.org/maven2/com/squareup/okhttp3/parent/3.12.1/parent-3.12.1.pom
https://repo.maven.apache.org/maven2/com/squareup/okio/okio-jvm/3.3.0/okio-jvm-3.3.0.pom
Expand Down

0 comments on commit 568c22e

Please sign in to comment.