Skip to content

Commit 2fdbbb1

Browse files
authored
Cssparser update (#101)
* sync with amphtml, update tagchowder, new UT case covered * update version, simplify voidTag test, sync with amphtml * update changelog * change method name to reflect test case better * upgrades from renovate bot, feb 2022 amphtml sync * use the enum values so since values change in newer versions of cssparser * upgrade css parser, changelog for 1.0.26 * upgrade css parser, changelog for 1.0.27
1 parent 0648dd4 commit 2fdbbb1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## AMP HTML Validator 1.0.27
4+
upgrade cssparser from 0.9.27 to 0.9.29
5+
36
## AMP HTML Validator 1.0.26
47

58
upgrade build-helper-maven-plugin from 3.1.0 to 3.3.0
@@ -17,7 +20,6 @@ upgrade testng from 7.1.0 to 7.5
1720
upgrade junit from 4.13.1 to 4.13.2
1821
upgrade commons-lang3 from 3.10 to 3.12.0
1922
upgrade commons-text from 1.8 to 1.9
20-
upgrade cssparser from 0.9.27 to 0.9.29
2123

2224
sync validator-all.protoascii with amphtml
2325
Use SACParserCSS3Constants enum values for all tests

pom.xml

Lines changed: 2 additions & 2 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.26</version>
10+
<version>1.0.27</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>
@@ -637,7 +637,7 @@
637637
<dependency>
638638
<groupId>net.sourceforge.cssparser</groupId>
639639
<artifactId>cssparser</artifactId>
640-
<version>0.9.27</version>
640+
<version>0.9.29</version>
641641
</dependency>
642642
<dependency>
643643
<groupId>com.puppycrawl.tools</groupId>

0 commit comments

Comments
 (0)