File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -20,16 +20,12 @@ jobs:
2020 runs-on : ubuntu-latest
2121
2222 steps :
23- - uses : actions/checkout@v6
23+ - uses : actions/checkout@v6.0.2
2424 - name : Set up JDK
25- uses : actions/setup-java@v5
25+ uses : actions/setup-java@v5.2.0
2626 with :
2727 java-version : ' 25'
2828 distribution : ' temurin'
2929 cache : maven
3030 - name : Build with Maven
3131 run : mvn -B package --file pom.xml
32-
33- # Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
34- - name : Update dependency graph
35- uses : advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
Original file line number Diff line number Diff line change 114114 <spotbugs .version>4.9.8</spotbugs .version>
115115 <spotbugs .maven.plugin.version>4.9.8.2</spotbugs .maven.plugin.version>
116116 <jacoco .plugin.version>0.8.14</jacoco .plugin.version>
117- <lombok .version>1.18.42 </lombok .version>
117+ <lombok .version>1.18.44 </lombok .version>
118118 <maven .javadoc.plugin.version>3.12.0</maven .javadoc.plugin.version>
119- <mockito .version>5.22 .0</mockito .version>
119+ <mockito .version>5.23 .0</mockito .version>
120120 <slf4j .version>2.0.17</slf4j .version>
121121 <okhttp .version>5.3.2</okhttp .version>
122122 </properties >
You can’t perform that action at this time.
0 commit comments