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 {
99description =  " A Maven plugin for signing with Sigstore" 
1010
1111dependencies {
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 "  )
1414    compileOnly(" org.apache.maven.plugin-tools:maven-plugin-annotations:3.15.1"  )
1515
1616    implementation(project(" :sigstore-java"  ))
1717    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 "  )
1919
2020    testImplementation(" org.apache.maven.shared:maven-verifier:1.8.0"  )
2121
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments