diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9b39aeef7..0a3099b61 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 updates: - package-ecosystem: "gradle" directory: "/" + target-branch: "4.6.x" + schedule: + interval: "daily" + - package-ecosystem: "gradle" + directory: "/" + target-branch: "4.5.x" schedule: interval: "daily" - package-ecosystem: "gradle" diff --git a/README.md b/README.md index 9b249ab2f..41902c7fb 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Joinfaces | Java | Spring Boot | JSF `4.3.x` |`1.8` to `14` |`2.3`|`2.0` to `2.3` `4.4.x` |`1.8` to `15` |`2.4`|`2.0` to `2.3` `4.5.x` |`1.8` to `16` |`2.5`|`2.0` to `2.3` +`4.6.x` |`1.8` to `16` |`2.6`|`2.0` to `2.3` This are the combinations we have tested and expect to work, but depending on the features you are using, other combinations might work, too. When using Java 9 or higher, make sure to use JoinFaces only on the classpath and not on the modulepath.