Skip to content

Commit f8c77ff

Browse files
committed
switched to Java 25
1 parent 17c5b21 commit f8c77ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Java Security
33
This repository contains several Java web applications and command line applications covering different security topics. Have a look at my [slides](https://blog.dominikschadow.de/events) and [publications](https://blog.dominikschadow.de/publications) covering most applications in this repository.
44

55
# Requirements
6-
- [Java 21](https://dev.java)
6+
- [Java 25](https://dev.java)
77
- [Maven 3](http://maven.apache.org)
88
- [Mozilla Firefox](https://www.mozilla.org) (recommended, some demos might not be fully working in other browsers)
99
- [Docker](https://www.docker.com) (required for running the sample applications as Docker containers)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<failOnMissingWebXml>false</failOnMissingWebXml>
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
52-
<java.version>21</java.version>
52+
<java.version>25</java.version>
5353
</properties>
5454

5555
<dependencyManagement>

0 commit comments

Comments
 (0)