Skip to content

Commit

Permalink
Revert the plugins version in pom
Browse files Browse the repository at this point in the history
  • Loading branch information
lli-parasoft committed Jun 6, 2024
1 parent 49857a7 commit 6ac9a58
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
<saxon-he.version>12.4</saxon-he.version>

<!-- Plugin Dependencies Versions -->
<warnings-ng.version>11.3.0</warnings-ng.version>
<xunit.version>3.1.4</xunit.version>
<warnings-ng.version>11.0.0</warnings-ng.version>
<xunit.version>3.1.2</xunit.version>
<plugin-util-api.version>4.1.0</plugin-util-api.version>
<forensics-api.version>2.4.0</forensics-api.version>
<git-forensics.version>2.1.0</git-forensics.version>

<!-- Test Library Dependencies Versions -->
<xmlunit.version>2.10.0</xmlunit.version>
<testcontainers.version>1.19.7</testcontainers.version>
<xmlunit.version>2.9.1</xmlunit.version>
<testcontainers.version>1.19.6</testcontainers.version>
</properties>

<developers>
Expand Down Expand Up @@ -147,7 +147,7 @@
<configuration>
<analysisConfiguration>
<!-- revapi is introduced by org.jvnet.hudson.plugins:analysis-pom since 10.7.2 which sometimes creates false positive differences -->
<revapi.differences id="manually-vetted">
<revapi.differences id="manually-vetted" >
<differences combine.children="append">
<item>
<ignore>true</ignore>
Expand All @@ -167,12 +167,12 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.4.0</version>
<version>4.8.1.0</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs</artifactId>
<version>4.8.4</version>
<version>4.8.1</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -200,7 +200,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20240303</version>
<version>20240205</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -387,4 +387,4 @@
<scope>test</scope>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 6ac9a58

Please sign in to comment.