as it could potentially break our code
-->
<spring.boot.version>3.2.12</spring.boot.version>
+ <spring-framework.version>6.1.21</spring-framework.version>
+ <jersey.version>3.1.11</jersey.version>
+ <netty.version>4.1.130.Final</netty.version>
<json.path.version>2.2.0</json.path.version>
<json.version>20240303</json.version>
<junit.version>4.12</junit.version>
<dependencyManagement>
<dependencies>
+ <dependency>
+ <groupId>org.glassfish.jersey</groupId>
+ <artifactId>jersey-bom</artifactId>
+ <version>${jersey.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-bom</artifactId>
+ <version>${netty.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>${spring-framework.version}</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>