Skip to content

Commit 04496b3

Browse files
chore(deps): update dependency jakarta.ws.rs:jakarta.ws.rs-api to v4
1 parent c396e6b commit 04496b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ SOFTWARE.
252252
<dependency>
253253
<groupId>jakarta.ws.rs</groupId>
254254
<artifactId>jakarta.ws.rs-api</artifactId>
255-
<version>3.1.0</version>
255+
<version>4.0.0</version>
256256
<scope>test</scope>
257257
</dependency>
258258
<dependency>

src/it/file-manager/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SOFTWARE.
9292
<dependency>
9393
<groupId>jakarta.ws.rs</groupId>
9494
<artifactId>jakarta.ws.rs-api</artifactId>
95-
<version>3.1.0</version>
95+
<version>4.0.0</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>

0 commit comments

Comments
 (0)