diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml index dd144ac..6ed130b 100644 --- a/.github/workflows/compatibility.yaml +++ b/.github/workflows/compatibility.yaml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - version: ['2.6.14'] + version: ['2.6.14', '3.0.9', '3.1.3', '3.2.0-M1'] name: Compatibility with Spring Boot ${{ matrix.version }} diff --git a/jmolecules-bytebuddy/pom.xml b/jmolecules-bytebuddy/pom.xml index 9ddb5ae..90648ae 100644 --- a/jmolecules-bytebuddy/pom.xml +++ b/jmolecules-bytebuddy/pom.xml @@ -100,6 +100,7 @@ javax.persistence javax.persistence-api + 2.2 @@ -111,6 +112,7 @@ org.hibernate hibernate-core + 5.6.15.Final diff --git a/pom.xml b/pom.xml index 1de9427..28fce69 100644 --- a/pom.xml +++ b/pom.xml @@ -278,6 +278,13 @@ false + + spring-milestones + https://repo.spring.io/milestone + + false + +