Skip to content

Commit 8291fb9

Browse files
committed
Fix README for logo and required Java version
1 parent 49096b3 commit 8291fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<img align="right" width="250" height="250" src="https://spring.io/images/projects/spring-integration-ed45c92142d821851bf6c771f4c556bb.svg">
1+
<img align="right" width="250" height="250" src="https://spring.io/img/projects/spring-integration.svg?v=2">
22

33
Spring Integration [<img src="https://build.spring.io/plugins/servlet/wittified/build-status/INT-MAIN">](https://build.spring.io/browse/INT-MAIN) [![Join the chat at https://gitter.im/spring-projects/spring-integration](https://badges.gitter.im/spring-projects/spring-integration.svg)](https://gitter.im/spring-projects/spring-integration?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
==================
@@ -79,7 +79,7 @@ The test results are captured in `build/reports/tests/test` (or `.../testAll`) u
7979

8080
Add `--continue` to the command to perform a complete build, even if there are failing tests in some modules; otherwise the build will stop after the current module(s) being built are completed.
8181

82-
**NOTE:** While Spring Integration runs with Java SE 8 or higher, a Java 11 compiler is required to build the project.
82+
**NOTE:** While Spring Integration runs with Java SE 17 or higher, a Java 17 compiler is required to build the project.
8383

8484
To build and install jars into your local Maven cache:
8585

0 commit comments

Comments
 (0)