Skip to content

Commit 87dd4a9

Browse files
Add OkHttp BOM to xapi-client for Spring Boot 3.5.7 compatibility (#307)
* Initial plan * Add OkHttp BOM to xapi-client for Spring Boot 3.5.7 compatibility Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 5d9442d commit 87dd4a9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

xapi-client/pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
<name>xAPI Client</name>
1313
<description>learning.dev xAPI Client</description>
1414

15+
<dependencyManagement>
16+
<dependencies>
17+
<dependency>
18+
<groupId>com.squareup.okhttp3</groupId>
19+
<artifactId>okhttp-bom</artifactId>
20+
<version>4.12.0</version>
21+
<type>pom</type>
22+
<scope>import</scope>
23+
</dependency>
24+
</dependencies>
25+
</dependencyManagement>
26+
1527
<dependencies>
1628
<dependency>
1729
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)