Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ shotVersion = "6.1.0"
slfj = "2.0.17"
splash-screen = "1.2.0"
spotbugsGradlePlugin = "6.4.8"
spotless = "8.2.1"
spotless = "8.3.0"
stateless4jVersion = "2.6.0"
webkitVersion = "1.15.0"
workRuntime = "2.11.1"
Expand Down
6 changes: 6 additions & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<trust group="com.android.tools.build" name="aapt2" version="8.12.0-13700139" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
<trust group="com.fasterxml.jackson" name="jackson-base" version="2.14.2" reason="no keys available, no pom artifact to create a checksum"/>
<trust group="com.github.bumptech.glide" version="4.16.0" reason=""/>
<trust group="androidx.compose.ui" name="ui" version="1.0.1" reason="Not available in Google repo"/>
<trust file=".*-javadoc[.]jar" regex="true" reason="Android Studio downloads javadoc jars but doesn't add checksums - fixes building in AS"/>
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
</trusted-artifacts>
Expand Down Expand Up @@ -20035,6 +20036,11 @@
<sha256 value="306b777dc39f44fec62b50bdefe41b716beb0fd7cd3f81572273a134c2e155b9" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.diffplug.spotless" name="com.diffplug.spotless.gradle.plugin" version="8.3.0">
<artifact name="com.diffplug.spotless.gradle.plugin-8.3.0.pom">
<sha256 value="b8e8cfb8032c42713be9f710bcafff00c0cf672b0f62fabed2f1acfd5d42baaf" origin="Generated by Gradle" reason="Artifact is not signed"/>
</artifact>
</component>
<component group="com.diffplug.spotless" name="spotless-lib" version="2.40.0">
<artifact name="spotless-lib-2.40.0.jar">
<sha256 value="a3319a8776a6ccee1ed436904ed1016565fd032eca848c25a425126c1937675d" origin="Generated by Gradle"/>
Expand Down
Loading