Skip to content

Commit 0c91dad

Browse files
Bump io.rest-assured:rest-assured in the dependencies group
Bumps the dependencies group with 1 update: [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured). Updates `io.rest-assured:rest-assured` from 5.5.2 to 5.5.5 - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.2...rest-assured-5.5.5) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 5.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a50d91f commit 0c91dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/test-javalin-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>io.rest-assured</groupId>
9797
<artifactId>rest-assured</artifactId>
98-
<version>5.5.2</version>
98+
<version>5.5.5</version>
9999
<scope>test</scope>
100100
</dependency>
101101

tests/test-javalin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>io.rest-assured</groupId>
9595
<artifactId>rest-assured</artifactId>
96-
<version>5.5.2</version>
96+
<version>5.5.5</version>
9797
<scope>test</scope>
9898
</dependency>
9999

0 commit comments

Comments
 (0)