File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 - uses : actions/checkout@v5
2121 - name : Install system requirements
2222 run : sudo apt-get update -y && sudo apt-get install -y dos2unix
23- - name : Install JDK 21
23+ - name : Install JDK 25
2424 uses : actions/setup-java@v5
2525 with :
26- java-version : ' 21 '
26+ java-version : ' 25 '
2727 distribution : ' temurin'
2828 cache : maven
2929 - name : Execute unit tests suite
Original file line number Diff line number Diff line change 1- [](https://github.com/righettod/code-snippets-security-utils/actions/workflows/dependabot/dependabot-updates) [](https://github.com/righettod/code-snippets-security-utils/actions/workflows/test.yml)    
1+ [](https://github.com/righettod/code-snippets-security-utils/actions/workflows/dependabot/dependabot-updates) [](https://github.com/righettod/code-snippets-security-utils/actions/workflows/test.yml)    
22
33# Description
44
Original file line number Diff line number Diff line change 132132 </build >
133133
134134 <properties >
135- <jdk .target>21 </jdk .target>
135+ <jdk .target>25 </jdk .target>
136136 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
137137 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
138138 <maven .build.timestamp.format>yyyy-MM-dd</maven .build.timestamp.format>
You can’t perform that action at this time.
0 commit comments