File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 build :
1414 runs-on : ubuntu-24.04
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : Install specific version 2.3 of OpenJPEG library
1818 run : wget https://github.com/uclouvain/openjpeg/releases/download/v2.3.0/openjpeg-v2.3.0-linux-x86_64.tar.gz -O /tmp/openjpeg.tar.gz && cd /tmp/ && tar -xvf /tmp/openjpeg.tar.gz
1919 - name : Set environment variable for OpenJPEG library
2020 run : echo "LD_LIBRARY_PATH=/tmp/openjpeg-v2.3.0-linux-x86_64/lib" >> $GITHUB_ENV
2121 - name : Install TurboJPEG library
2222 run : sudo apt update && sudo apt install libturbojpeg
2323 - name : Set up JDK
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 check-latest : true
2727 distribution : temurin
4646 runs-on : ubuntu-24.04
4747 steps :
4848 - name : Check out repository
49- uses : actions/checkout@v4
49+ uses : actions/checkout@v6
5050 - name : Set up cache
5151 uses : actions/cache@v4
5252 env :
6565 # Publish snapshot
6666 - name : Set up JDK 11 for publishing a snapshot
6767 if : github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
68- uses : actions/setup-java@v4
68+ uses : actions/setup-java@v5
6969 with :
7070 check-latest : true
7171 distribution : temurin
8282 # Publish release
8383 - name : Set up JDK 11 for publishing a release
8484 if : github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
85- uses : actions/setup-java@v4
85+ uses : actions/setup-java@v5
8686 with :
8787 check-latest : true
8888 distribution : temurin
Original file line number Diff line number Diff line change 5555 <version .assertj>3.26.3</version .assertj>
5656 <version .jnr-ffi>2.2.16</version .jnr-ffi>
5757 <version .slf4j>2.0.16</version .slf4j>
58- <version .junit-jupiter>5.11.0 </version .junit-jupiter>
58+ <version .junit-jupiter>6.0.1 </version .junit-jupiter>
5959
6060 <!-- plugins -->
6161 <version .jacoco-maven-plugin>0.8.12</version .jacoco-maven-plugin>
You can’t perform that action at this time.
0 commit comments