Skip to content

Commit f64defb

Browse files
committed
GH-189 - Update compatibility builds for CI.
Explicitly set version numbers for dependencies not managed by Spring Boot 3+.
1 parent b449658 commit f64defb

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.github/workflows/compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
version: ['2.6.14']
15+
version: ['2.6.14', '3.0.9', '3.1.3', '3.2.0-M1']
1616

1717
name: Compatibility with Spring Boot ${{ matrix.version }}
1818

jmolecules-bytebuddy/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<dependency>
101101
<groupId>javax.persistence</groupId>
102102
<artifactId>javax.persistence-api</artifactId>
103+
<version>2.2</version>
103104
</dependency>
104105

105106
<dependency>
@@ -111,6 +112,7 @@
111112
<dependency>
112113
<groupId>org.hibernate</groupId>
113114
<artifactId>hibernate-core</artifactId>
115+
<version>5.6.15.Final</version>
114116
</dependency>
115117

116118
<dependency>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,13 @@
278278
<enabled>false</enabled>
279279
</releases>
280280
</repository>
281+
<repository>
282+
<id>spring-milestones</id>
283+
<url>https://repo.spring.io/milestone</url>
284+
<snapshots>
285+
<enabled>false</enabled>
286+
</snapshots>
287+
</repository>
281288
</repositories>
282289

283290
</project>

0 commit comments

Comments
 (0)