File tree Expand file tree Collapse file tree
spring-vault-distribution Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 using : composite
1111 steps :
1212 - name : Cache Vault
13- uses : actions/cache@v5.0.5
13+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
1414 with :
1515 path : |
1616 download
Original file line number Diff line number Diff line change 2222 vault-version : ' '
2323
2424 steps :
25- - uses : actions/checkout@v6
25+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2626
2727 - name : Setup Java and Maven
2828 uses : spring-projects/spring-data-build/actions/setup-maven@main
Original file line number Diff line number Diff line change 2121 if : github.repository_owner == 'spring-projects'
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v6
24+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2525 with :
2626 ref : docs-build
2727 fetch-depth : 1
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 if : ${{ github.repository == 'spring-projects/spring-vault' }}
1616 steps :
17- - uses : actions/checkout@v6
17+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
1919 - name : Setup Java and Maven
2020 uses : spring-projects/spring-data-build/actions/setup-maven@main
Original file line number Diff line number Diff line change 1111 name : Build and deploy snapshots
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v6
14+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1515
1616 - name : Setup Java and Maven
1717 uses : spring-projects/spring-data-build/actions/setup-maven@main
Original file line number Diff line number Diff line change 565565 <plugin >
566566 <groupId >org.apache.maven.plugins</groupId >
567567 <artifactId >maven-jar-plugin</artifactId >
568- <version >3.5.0 </version >
568+ <version >3.5.1 </version >
569569 <configuration >
570570 <archive >
571571 <manifestEntries >
687687 <plugin >
688688 <groupId >org.codehaus.mojo</groupId >
689689 <artifactId >flatten-maven-plugin</artifactId >
690- <version >1.7.3 </version >
690+ <version >1.8.0 </version >
691691 </plugin >
692692
693693 <plugin >
694694 <groupId >org.sonatype.central</groupId >
695695 <artifactId >central-publishing-maven-plugin</artifactId >
696- <version >0.10 .0</version >
696+ <version >0.11 .0</version >
697697 <extensions >true</extensions >
698698 </plugin >
699699
Original file line number Diff line number Diff line change 327327 <dependency >
328328 <groupId >org.skyscreamer</groupId >
329329 <artifactId >jsonassert</artifactId >
330- <version >1.5.1 </version >
330+ <version >1.5.3 </version >
331331 <scope >test</scope >
332332 </dependency >
333333
334334 <dependency >
335335 <groupId >com.nimbusds</groupId >
336336 <artifactId >nimbus-jose-jwt</artifactId >
337- <version >10.6 </version >
337+ <version >10.9.1 </version >
338338 <scope >test</scope >
339339 </dependency >
340340
350350 <dependency >
351351 <groupId >ch.qos.logback</groupId >
352352 <artifactId >logback-classic</artifactId >
353- <version >1.5.21 </version >
353+ <version >1.5.38 </version >
354354 <scope >test</scope >
355355 </dependency >
356356 </dependencies >
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "antora" : " 3.2.0-alpha.6 " ,
4- "@antora/atlas-extension" : " 1.0.0-alpha.2 " ,
5- "@antora/collector-extension" : " 1.0.0-alpha.7 " ,
3+ "antora" : " 3.2.0-rc.2 " ,
4+ "@antora/atlas-extension" : " 1.0.0-alpha.5 " ,
5+ "@antora/collector-extension" : " 1.0.3 " ,
66 "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
7- "@springio/antora-extensions" : " 1.13.0 " ,
8- "@springio/asciidoctor-extensions" : " 1.0.0-alpha.11 "
7+ "@springio/antora-extensions" : " 1.14.12 " ,
8+ "@springio/asciidoctor-extensions" : " 1.0.0-alpha.18 "
99 }
1010}
Original file line number Diff line number Diff line change 287287 <plugin >
288288 <groupId >org.jfrog.buildinfo</groupId >
289289 <artifactId >artifactory-maven-plugin</artifactId >
290- <version >3.4.0 </version >
290+ <version >3.7.1 </version >
291291 <executions >
292292 <execution >
293293 <id >deploy-docs</id >
You can’t perform that action at this time.
0 commit comments