Skip to content

Commit

Permalink
Set to 1.7.8-SNAPSHOT version and upgrade 1 plugin and 1 dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Dec 2, 2024
1 parent d65aabb commit 6d9625c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<packaging>jar</packaging>
<version>1.7.7</version>
<version>1.7.8-SNAPSHOT</version>

<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -73,7 +73,7 @@
<fluido.version>2.0.0</fluido.version>
<gpg.skip>true</gpg.skip><!-- by default skip gpg -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>2024-11-20T23:43:29Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-12-02T22:15:50Z</project.build.outputTimestamp>
<project.java.target>1.8</project.java.target>
<version.findsecbugs>1.13.0</version.findsecbugs>
<version.slf4j>2.0.16</version.slf4j>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.htmlunit</groupId>
<artifactId>neko-htmlunit</artifactId>
<version>4.6.0</version>
<version>4.7.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down Expand Up @@ -462,7 +462,7 @@
<plugin>
<groupId>org.cyclonedx</groupId>
<artifactId>cyclonedx-maven-plugin</artifactId>
<version>2.9.0</version>
<version>2.9.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 6d9625c

Please sign in to comment.