Skip to content

Commit 4fe7bf5

Browse files
committed
4.3.0
1 parent 42a9e23 commit 4fe7bf5

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The code is being expanded, restructured and improved primarily to meet the requ
2020

2121
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
2222

23-
### Latest release Version 4.2.0 / June 05, 2024
23+
### Latest release Version 4.3.0 / June 24, 2024
2424

2525
### Maven
2626

@@ -30,7 +30,7 @@ Add to your `pom.xml`:
3030
<dependency>
3131
<groupId>org.htmlunit</groupId>
3232
<artifactId>htmlunit-csp</artifactId>
33-
<version>4.2.0</version>
33+
<version>4.3.0</version>
3434
</dependency>
3535
```
3636

@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939
Add to your `build.gradle`:
4040

4141
```groovy
42-
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.2.0'
42+
implementation group: 'org.htmlunit', name: 'htmlunit-csp', version: '4.3.0'
4343
```
4444

4545
### A Note on CSP
@@ -106,7 +106,7 @@ If you use maven please add:
106106
<dependency>
107107
<groupId>org.htmlunit</groupId>
108108
<artifactId>htmlunit-csp</artifactId>
109-
<version>4.3.0-SNAPSHOT</version>
109+
<version>4.4.0-SNAPSHOT</version>
110110
</dependency>
111111

112112
You have to add the sonatype snapshot repository to your pom `repositories` section also:

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-csp</artifactId>
7-
<version>4.2.0</version>
7+
<version>4.3.0</version>
88
<name>HtmlUnit Content-Security-Policy Parser</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>8</maven.compiler.target>
2222

2323
<checkstyle.version>10.17.0</checkstyle.version>
24-
<spotbugs.version>4.8.5</spotbugs.version>
24+
<spotbugs.version>4.8.6</spotbugs.version>
2525
<pmd.version>6.55.0</pmd.version>
2626
<spotless.version>2.38.0</spotless.version>
2727
<dependencycheck.version>9.2.0</dependencycheck.version>
@@ -55,7 +55,7 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>3.2.5</version>
58+
<version>3.3.0</version>
5959
</plugin>
6060
<plugin>
6161
<groupId>org.apache.maven.plugins</groupId>
@@ -65,7 +65,7 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-checkstyle-plugin</artifactId>
68-
<version>3.3.1</version>
68+
<version>3.4.0</version>
6969
<configuration>
7070
<configLocation>checkstyle.xml</configLocation>
7171
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -84,7 +84,7 @@
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-jar-plugin</artifactId>
87-
<version>3.4.1</version>
87+
<version>3.4.2</version>
8888
<configuration>
8989
<archive>
9090
<manifest>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-release-plugin</artifactId>
180-
<version>3.0.1</version>
180+
<version>3.1.0</version>
181181
</plugin>
182182
<plugin>
183183
<groupId>com.github.spotbugs</groupId>
@@ -315,11 +315,11 @@
315315
</dependencies>
316316
<distributionManagement>
317317
<snapshotRepository>
318-
<id>sonatype-nexus-snapshots</id>
318+
<id>s01-sonatype-nexus-snapshots</id>
319319
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
320320
</snapshotRepository>
321321
<repository>
322-
<id>sonatype-nexus-staging</id>
322+
<id>s01-sonatype-nexus-staging</id>
323323
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
324324
</repository>
325325
</distributionManagement>

0 commit comments

Comments
 (0)