File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 55
66[versions ]
77# AGP
8- android-gradle-plugin = " 8.13.0 "
8+ android-gradle-plugin = " 8.13.1 "
99
1010# Google
11- protobuf = " 4.33.0 "
11+ protobuf = " 4.33.1 "
1212protobuf-plugin = " 0.9.5"
1313
1414# Kotlin
@@ -17,7 +17,7 @@ coroutines = "1.10.2"
1717kotlinx-serialization = " 1.9.0"
1818
1919# Mozilla
20- android-components = " 144 .0.1 "
20+ android-components = " 145 .0.2 "
2121glean = " 66.1.0"
2222rust-android-gradle = " 0.9.6"
2323
@@ -41,7 +41,7 @@ androidx-test-runner = "1.7.0"
4141
4242# Third Party Testing
4343junit4 = " 4.13.2"
44- junit6 = " 6.0.0 "
44+ junit6 = " 6.0.1 "
4545mockito = " 5.20.0"
4646robolectric = " 4.16"
4747
Original file line number Diff line number Diff line change 22
33set -euvx
44
5- NSS=" nss-3.117 "
6- NSS_ARCHIVE=" nss-3.117 -with-nspr-4.37.tar.gz"
7- NSS_URL=" https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_117_RTM /src/${NSS_ARCHIVE} "
8- NSS_SHA256=" cda19ca82e3f4839b0cb72fc633545a83b3f73dd3385a24a176860c461773a70 "
5+ NSS=" nss-3.118.1 "
6+ NSS_ARCHIVE=" nss-3.118.1 -with-nspr-4.37.tar.gz"
7+ NSS_URL=" https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_118_1_RTM /src/${NSS_ARCHIVE} "
8+ NSS_SHA256=" 9e1f7da9f4e5e3bdfd73f7dc2c618d6125a12354aadaeedbb35af3699bc03e15 "
99
1010# End of configuration.
1111
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ if [[ "${CROSS_COMPILE_TARGET}" =~ "darwin" ]]; then
6363 else
6464 # From https://firefox-ci-tc.services.mozilla.com/tasks/index/app-services.cache.level-3.content.v1.nss-artifact/latest
6565 curl -sfSL --retry 5 --retry-delay 10 -O " https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/app-services.cache.level-3.content.v1.nss-artifact.latest/artifacts/public%2Fdist.tar.bz2"
66- SHA256=" a52dc0e7c322d7ff1b8b1e78c6dc52025e30dfbf166b927cad3785d6e98d9173 "
66+ SHA256=" 4cf4c0b4a832ef1804adb59c7d4e6023eaf41e1110619e17836721ccde51a5ef "
6767 echo " ${SHA256} dist.tar.bz2" | shasum -a 256 -c - || exit 2
6868 tar xvjf dist.tar.bz2 && rm -rf dist.tar.bz2
6969 NSS_DIST_DIR=$( abspath " dist" )
Original file line number Diff line number Diff line change 1717 description : fetches the built NSS artifacts from NSS CI
1818 fetch :
1919 type : static-url
20- url : https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/b8CzJsszRdm6DMlSSBppOQ /runs/0/artifacts/public/dist.tar.bz2
21- sha256 : a52dc0e7c322d7ff1b8b1e78c6dc52025e30dfbf166b927cad3785d6e98d9173
22- size : 24531594
20+ url : https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Vylko5heTLSBzmM9bRvBwQ /runs/0/artifacts/public/dist.tar.bz2
21+ sha256 : 4cf4c0b4a832ef1804adb59c7d4e6023eaf41e1110619e17836721ccde51a5ef
22+ size : 24915793
You can’t perform that action at this time.
0 commit comments