Skip to content

Commit 6eba544

Browse files
dependabot[bot]vinokurig
authored andcommitted
chore(deps): bump io.rest-assured:rest-assured from 4.4.0 to 6.0.0
Bumps [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) from 4.4.0 to 6.0.0. - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-4.4.0...rest-assured-6.0.0) --- updated-dependencies: - dependency-name: io.rest-assured:rest-assured dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4334028 commit 6eba544

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2012-2025 Red Hat, Inc.
4+
Copyright (c) 2012-2026 Red Hat, Inc.
55
This program and the accompanying materials are made
66
available under the terms of the Eclipse Public License 2.0
77
which is available at https://www.eclipse.org/legal/epl-2.0/
@@ -82,7 +82,7 @@
8282
<io.opentracing.version>0.33.0</io.opentracing.version>
8383
<io.opentracing.web-servlet-filter.version>0.4.1</io.opentracing.web-servlet-filter.version>
8484
<io.prometheus.simpleclient.version>0.16.0</io.prometheus.simpleclient.version>
85-
<io.rest-assured.version>4.4.0</io.rest-assured.version>
85+
<io.rest-assured.version>6.0.0</io.rest-assured.version>
8686
<io.swagger.version>2.2.16</io.swagger.version>
8787
<jakarta.activation.version>2.1.2</jakarta.activation.version>
8888
<jakarta.annotation.version>2.1.1</jakarta.annotation.version>
@@ -480,12 +480,6 @@
480480
<groupId>io.rest-assured</groupId>
481481
<artifactId>rest-assured</artifactId>
482482
<version>${io.rest-assured.version}</version>
483-
<exclusions>
484-
<exclusion>
485-
<artifactId>xml-path</artifactId>
486-
<groupId>io.rest-assured</groupId>
487-
</exclusion>
488-
</exclusions>
489483
</dependency>
490484
<dependency>
491485
<groupId>io.swagger.core.v3</groupId>

0 commit comments

Comments
 (0)