Skip to content

Commit d93343d

Browse files
authored
V1 0 32 (#137)
* prep for next release * more renovate dependency updates, sync with amphtml validator-all.protoascii * update junit and actually make change in pom, not just Changelog.md * update spotbugs based on renovate bot
1 parent eb2446b commit d93343d

File tree

3 files changed

+28
-13
lines changed

3 files changed

+28
-13
lines changed

Changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## AMP HTML Validator 1.0.32
4+
- upgrade junit from 4.13.2 to 5.8.2
5+
- upgrade protobuf-java from 3.21.0 to 3.21.1
6+
- upgrade maven-enforcer-plugin from 3.0.0 to 3.1.0
7+
- upgrade maven-pmd-plugin from 3.16.0 to 3.17.0
8+
- upgrade maven-scm-plugin from 1.12.2 to 1.13.0
9+
- upgrade maven-surefire-plugin from 3.0.0-M6 to 3.0.0-M7
10+
- upgrade puppycrawl.checkstyle from 10.2 to 10.3
11+
- upgrade spotbugs from 4.7.0 to 4.7.1
12+
- upgrade spotbugs-annotations from 4.7.0 to 4.7.1
13+
- upgrade spotbugs-maven-plugin from 4.6.0.0 to 4.7.0.0
14+
- sync validator-all.protoascii with amphtml (2022.06.16)
15+
316
## AMP HTML Validator 1.0.31
417
- upgrade protobuf-java from 3.20.1 to 3.21.0
518
- upgrade jackson-databind from 2.13.2.2 to 2.13.3

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>dev.amp</groupId>
88
<artifactId>validator-java</artifactId>
99
<name>AMP validator Java API</name>
10-
<version>1.0.31</version>
10+
<version>1.0.32</version>
1111
<description>A Java validator for the AMP Html format.</description>
1212
<packaging>jar</packaging>
1313
<url>https://github.com/ampproject/validator-java</url>
@@ -66,14 +66,14 @@
6666
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
6767

6868
<os-maven-plugin.version>1.7.0</os-maven-plugin.version>
69-
<protobuf.version>3.21.0</protobuf.version>
70-
<maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version>
69+
<protobuf.version>3.21.1</protobuf.version>
70+
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
7171
<jdk.version>11</jdk.version>
7272
<main.basedir>${project.basedir}</main.basedir>
7373

7474
<checkstyle.maxAllowedViolations>10</checkstyle.maxAllowedViolations>
7575

76-
<com.puppycrawl.checkstyle.version>10.2</com.puppycrawl.checkstyle.version>
76+
<com.puppycrawl.checkstyle.version>10.3</com.puppycrawl.checkstyle.version>
7777
<fasterxml.jackson.version>2.13.3</fasterxml.jackson.version>
7878
<fasterxml.jackson.databind.version>2.13.3</fasterxml.jackson.databind.version>
7979
<mockito.version>1.10.19</mockito.version>
@@ -267,7 +267,7 @@
267267
<plugin>
268268
<groupId>org.apache.maven.plugins</groupId>
269269
<artifactId>maven-scm-plugin</artifactId>
270-
<version>1.12.2</version>
270+
<version>1.13.0</version>
271271
<inherited>false</inherited>
272272
</plugin>
273273
<plugin>
@@ -303,7 +303,7 @@
303303
<plugin>
304304
<groupId>org.apache.maven.plugins</groupId>
305305
<artifactId>maven-enforcer-plugin</artifactId>
306-
<version>3.0.0</version>
306+
<version>3.1.0</version>
307307
<executions>
308308
<execution>
309309
<id>enforce</id>
@@ -326,17 +326,17 @@
326326
<plugin>
327327
<groupId>com.github.spotbugs</groupId>
328328
<artifactId>spotbugs-maven-plugin</artifactId>
329-
<version>4.6.0.0</version>
329+
<version>4.7.0.0</version>
330330
<dependencies>
331331
<dependency>
332332
<groupId>com.github.spotbugs</groupId>
333333
<artifactId>spotbugs</artifactId>
334-
<version>4.7.0</version>
334+
<version>4.7.1</version>
335335
</dependency>
336336
<dependency>
337337
<groupId>com.github.spotbugs</groupId>
338338
<artifactId>spotbugs-annotations</artifactId>
339-
<version>4.7.0</version>
339+
<version>4.7.1</version>
340340
</dependency>
341341
<dependency>
342342
<groupId>org.dom4j</groupId>
@@ -379,7 +379,7 @@
379379
<plugin>
380380
<groupId>org.apache.maven.plugins</groupId>
381381
<artifactId>maven-pmd-plugin</artifactId>
382-
<version>3.16.0</version>
382+
<version>3.17.0</version>
383383
<configuration>
384384
<skip>false</skip>
385385
<failOnViolation>true</failOnViolation>
@@ -653,9 +653,9 @@
653653
<scope>test</scope>
654654
</dependency>
655655
<dependency>
656-
<groupId>junit</groupId>
657-
<artifactId>junit</artifactId>
658-
<version>4.13.2</version>
656+
<groupId>org.junit.jupiter</groupId>
657+
<artifactId>junit-jupiter-api</artifactId>
658+
<version>5.8.2</version>
659659
<scope>test</scope>
660660
</dependency>
661661
<dependency>

src/main/resources/validator-all.protoascii

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,6 +2588,7 @@ tags { # <form method=POST ...>
25882588
}
25892589
disallowed_value_regex: "__amp_source_origin"
25902590
}
2591+
attrs: { name: "xssi-prefix" }
25912592
attr_lists: "form-name-attr"
25922593
}
25932594
# AMP4EMAIL allows action-xhr and disallows action attribute. It also disallows
@@ -15268,6 +15269,7 @@ descendant_tag_list: {
1526815269
tag: "ADDRESS"
1526915270
tag: "AMP-ANALYTICS"
1527015271
tag: "AMP-AUDIO"
15272+
tag: "AMP-BODYMOVIN-ANIMATION"
1527115273
tag: "AMP-DATE-COUNTDOWN"
1527215274
tag: "AMP-DATE-DISPLAY"
1527315275
tag: "AMP-EXPERIMENT"

0 commit comments

Comments
 (0)