Skip to content

Commit

Permalink
build(deps): bump dev.sigstore.sign from 0.9.0 to 0.10.0 in /java (#338)
Browse files Browse the repository at this point in the history
Bumps dev.sigstore.sign from 0.9.0 to 0.10.0.

---
updated-dependencies:
- dependency-name: dev.sigstore.sign
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent 10b8fa1 commit 3d01ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
`java-library`
`maven-publish`
id("dev.sigstore.sign") version "0.9.0"
id("dev.sigstore.sign") version "0.10.0"
id("com.diffplug.spotless") version "6.25.0"
`signing`
}
Expand Down

0 comments on commit 3d01ad8

Please sign in to comment.