File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 # ratchetFrom needs history reachable to the base/before commit
3434 fetch-depth : 0
3535 - name : Set up JDK ${{ matrix.java-version }}
36- uses : actions/setup-java@v5.6 .0
36+ uses : actions/setup-java@v5.7 .0
3737 with :
3838 java-version : ${{ matrix.java-version }}
3939 distribution : ' temurin'
Original file line number Diff line number Diff line change 1616 with :
1717 ref : ' main'
1818 - name : Set up Maven Central Repository
19- uses : actions/setup-java@v5.6 .0
19+ uses : actions/setup-java@v5.7 .0
2020 with :
2121 java-version : ' 17'
2222 distribution : ' temurin'
Original file line number Diff line number Diff line change 2121
2222 - uses : actions/checkout@v7
2323 - name : Set up JDK 17
24- uses : actions/setup-java@v5.6 .0
24+ uses : actions/setup-java@v5.7 .0
2525 with :
2626 java-version : ' 17'
2727 distribution : ' temurin'
3131 run : mvn versions:set "-DnewVersion=${{ steps.get_version.outputs.release_version }}"
3232
3333 - name : Deploy to Maven Central Repository
34- uses : actions/setup-java@v5.6 .0
34+ uses : actions/setup-java@v5.7 .0
3535 with :
3636 java-version : ' 17'
3737 distribution : ' temurin'
Original file line number Diff line number Diff line change 3535 <jacoco-maven-plugin .version>0.8.15</jacoco-maven-plugin .version>
3636 <jbanking .version>4.3.0</jbanking .version>
3737 <junit .version>6.1.2</junit .version>
38- <libphonenumber .version>9.0.35 </libphonenumber .version>
39- <jspecify .version>1.0.0 </jspecify .version>
38+ <libphonenumber .version>9.0.36 </libphonenumber .version>
39+ <jspecify .version>1.0.1 </jspecify .version>
4040 <error_prone .version>2.50.0</error_prone .version>
4141
4242 <releaseJavaVersion >17</releaseJavaVersion >
You can’t perform that action at this time.
0 commit comments