Skip to content

Commit 6a1fac5

Browse files
committed
Upgrade from java 21 LTS to java 25 LTS.
1 parent a2964f6 commit 6a1fac5

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Dependabot Updates](https://github.com/righettod/code-snippets-security-utils/actions/workflows/dependabot/dependabot-updates/badge.svg?branch=main)](https://github.com/righettod/code-snippets-security-utils/actions/workflows/dependabot/dependabot-updates) [![Test](https://github.com/righettod/code-snippets-security-utils/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/righettod/code-snippets-security-utils/actions/workflows/test.yml) ![MadeWithIntelliJ](https://img.shields.io/static/v1?label=Made%20with&message=Intellij%20IDEA%20Community%20Edition&color=000000&?style=for-the-badge&logo=intellijidea) ![MadeWithMaven](https://img.shields.io/static/v1?label=Made%20with&message=Maven&color=C71A36&?style=for-the-badge&logo=apachemaven) ![AutomatedWith](https://img.shields.io/static/v1?label=Automated%20with&message=GitHub%20Actions&color=blue&?style=for-the-badge&logo=github) ![TargetJDK](https://img.shields.io/static/v1?label=Tested%20with&message=Java%20OpenJDK%2021&color=00AA13&?style=for-the-badge&logo=openjdk)
1+
[![Dependabot Updates](https://github.com/righettod/code-snippets-security-utils/actions/workflows/dependabot/dependabot-updates/badge.svg?branch=main)](https://github.com/righettod/code-snippets-security-utils/actions/workflows/dependabot/dependabot-updates) [![Test](https://github.com/righettod/code-snippets-security-utils/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/righettod/code-snippets-security-utils/actions/workflows/test.yml) ![MadeWithIntelliJ](https://img.shields.io/static/v1?label=Made%20with&message=Intellij%20IDEA%20Community%20Edition&color=000000&?style=for-the-badge&logo=intellijidea) ![MadeWithMaven](https://img.shields.io/static/v1?label=Made%20with&message=Maven&color=C71A36&?style=for-the-badge&logo=apachemaven) ![AutomatedWith](https://img.shields.io/static/v1?label=Automated%20with&message=GitHub%20Actions&color=blue&?style=for-the-badge&logo=github) ![TargetJDK](https://img.shields.io/static/v1?label=Tested%20with&message=Java%20OpenJDK%2025&color=00AA13&?style=for-the-badge&logo=openjdk)
22

33
# Description
44

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
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>

0 commit comments

Comments
 (0)