File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ plugins {
9
9
description = " A Maven plugin for signing with Sigstore"
10
10
11
11
dependencies {
12
- compileOnly(" org.apache.maven:maven-plugin-api:3.9.10 " )
13
- compileOnly(" org.apache.maven:maven-core:3.9.10 " )
12
+ compileOnly(" org.apache.maven:maven-plugin-api:3.9.11 " )
13
+ compileOnly(" org.apache.maven:maven-core:3.9.11 " )
14
14
compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1" )
15
15
16
16
implementation(project(" :sigstore-java" ))
17
17
implementation(" org.bouncycastle:bcutil-jdk18on:1.80" )
18
- implementation(" org.apache.maven.plugins:maven-gpg-plugin:3.2.7 " )
18
+ implementation(" org.apache.maven.plugins:maven-gpg-plugin:3.2.8 " )
19
19
20
20
testImplementation(" org.apache.maven.shared:maven-verifier:1.8.0" )
21
21
You can’t perform that action at this time.
0 commit comments