Skip to content

Commit

Permalink
feat: changed uri-constructor version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dean-sogeti committed Jun 3, 2024
1 parent 53e673b commit 275d62d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.dvsa.testing.framework</groupId>
<artifactId>vol-functional-tests</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.1</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.version>3.8.1</maven.compiler.version>

<active-support.version>2.2.1</active-support.version>
<api-calls.version>2.0.3</api-calls.version>
<uri-constructor.version>2.0.7</uri-constructor.version>
<uri-constructor.version>2.0.4</uri-constructor.version>

<axe-scanner-version>2.9</axe-scanner-version>

Expand Down Expand Up @@ -298,4 +300,4 @@
<url>${nexus.releases}</url>
</repository>
</distributionManagement>
</project>
</project>

0 comments on commit 275d62d

Please sign in to comment.