Skip to content

Commit 3f35f7e

Browse files
authored
renovateBot dependency updates, sync with amphtml (#143)
* renovateBot dependency updates, sync with amphtml, replace Verizon Media with new company name Yahoo * add License documentation to classes that were missing it * renovate bot sync + amphtml sync * new renovate bot sync * new renovate bot sync (junit-jupiter-api)
1 parent d93343d commit 3f35f7e

File tree

146 files changed

+560
-363
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+560
-363
lines changed

Changelog.md

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

3+
## AMP HTML Validator 1.0.33
4+
- upgrade exec-maven-plugin from 3.0.0 to 3.1.0
5+
- update junit-jupiter-api from 5.8.2 to 5.9.0
6+
- upgrade protobuf-java from 3.21.1 to 3.21.2
7+
- upgrade puppycrawl.tools.checkstyle from 10.3 to 10.3.1
8+
- upgrade maven-assembly-plugin from 3.3.0 to 3.4.1
9+
- upgrade maven-resources-plugin from 3.2.0 to 3.3.0
10+
- upgrade mockito from 1.10.19 to 4.6.1
11+
- upgrade spotbugs-maven-plugin from 4.7.0.0 to 4.7.1.0
12+
- upgrade testng from 7.6.0 to 7.6.1
13+
- fix checkstyle violations in ByteUtils, ExtensionsUtils, and ParsedValidatorRules
14+
- remove unused imports in Canonicalizer and ExtensionsUtils
15+
- sync validator-all.protoascii with amphtml (2022.07.14)
16+
- sync validator-proto with amphtml (2022.07.25)
17+
318
## AMP HTML Validator 1.0.32
419
- upgrade junit from 4.13.2 to 5.8.2
520
- upgrade protobuf-java from 3.21.0 to 3.21.1

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
AMP HTML Validator
22
Copyright 2016 by Google's AMP group (https://github.com/ampproject/amphtml).
33

4-
This product includes software developed Google's AMP dev (https://github.com/ampproject/amphtml/blob/master/OWNERS.yaml), and portions of this software were developed at Verizon Media Inc.
4+
This product includes software developed Google's AMP dev (https://github.com/ampproject/amphtml/blob/master/OWNERS.yaml), and portions of this software were developed at Yahoo Inc.

OWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
rules: [
66
{
7-
owners: [{name: 'nhant01'}, {name: 'GeorgeLuo'}],
7+
owners: [{name: 'nhant01'}, {name: 'GeorgeLuo'}, {name: 'randymo'}],
88
},
99
],
1010
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AMP HTML Validator takes input of HTML text and parses the text tag by tag, runn
1616

1717
## Background
1818

19-
@nhant01 and @GeorgeLuo own development and maintenance responsibility of the project. As such they will serve as the points of contact surrounding changes and modifications. The team will allocate resources to align the business with the implementations provided under the amphtml repo. With that in mind, should supporting this project become infeasible, we will publish a version of the codebase marked for deprecation and prepare for its removal from public repositories (every effort will be made to not have this happen).
19+
@nhant01, @GeorgeLuo, and @randymo own development and maintenance responsibility of the project. As such they will serve as the points of contact surrounding changes and modifications. The team will allocate resources to align the business with the implementations provided under the amphtml repo. With that in mind, should supporting this project become infeasible, we will publish a version of the codebase marked for deprecation and prepare for its removal from public repositories (every effort will be made to not have this happen).
2020

2121
### Install
2222

pom.xml

Lines changed: 12 additions & 12 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.32</version>
10+
<version>1.0.33</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,17 +66,17 @@
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.1</protobuf.version>
69+
<protobuf.version>3.21.2</protobuf.version>
7070
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
7171
<jdk.version>11</jdk.version>
72+
<encoding>UTF-8</encoding>
7273
<main.basedir>${project.basedir}</main.basedir>
7374

7475
<checkstyle.maxAllowedViolations>10</checkstyle.maxAllowedViolations>
7576

76-
<com.puppycrawl.checkstyle.version>10.3</com.puppycrawl.checkstyle.version>
77+
<com.puppycrawl.checkstyle.version>10.3.1</com.puppycrawl.checkstyle.version>
7778
<fasterxml.jackson.version>2.13.3</fasterxml.jackson.version>
7879
<fasterxml.jackson.databind.version>2.13.3</fasterxml.jackson.databind.version>
79-
<mockito.version>1.10.19</mockito.version>
8080
</properties>
8181

8282
<repositories>
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.codehaus.mojo</groupId>
143143
<artifactId>exec-maven-plugin</artifactId>
144-
<version>3.0.0</version>
144+
<version>3.1.0</version>
145145
<executions>
146146
<execution>
147147
<id>Fetching AMP resources</id>
@@ -257,12 +257,12 @@
257257
<plugin>
258258
<groupId>org.apache.maven.plugins</groupId>
259259
<artifactId>maven-resources-plugin</artifactId>
260-
<version>3.2.0</version>
260+
<version>3.3.0</version>
261261
</plugin>
262262
<plugin>
263263
<groupId>org.apache.maven.plugins</groupId>
264264
<artifactId>maven-assembly-plugin</artifactId>
265-
<version>3.3.0</version>
265+
<version>3.4.1</version>
266266
</plugin>
267267
<plugin>
268268
<groupId>org.apache.maven.plugins</groupId>
@@ -326,7 +326,7 @@
326326
<plugin>
327327
<groupId>com.github.spotbugs</groupId>
328328
<artifactId>spotbugs-maven-plugin</artifactId>
329-
<version>4.7.0.0</version>
329+
<version>4.7.1.0</version>
330330
<dependencies>
331331
<dependency>
332332
<groupId>com.github.spotbugs</groupId>
@@ -649,13 +649,13 @@
649649
<dependency>
650650
<groupId>org.testng</groupId>
651651
<artifactId>testng</artifactId>
652-
<version>7.6.0</version>
652+
<version>7.6.1</version>
653653
<scope>test</scope>
654654
</dependency>
655655
<dependency>
656656
<groupId>org.junit.jupiter</groupId>
657657
<artifactId>junit-jupiter-api</artifactId>
658-
<version>5.8.2</version>
658+
<version>5.9.0</version>
659659
<scope>test</scope>
660660
</dependency>
661661
<dependency>
@@ -685,8 +685,8 @@
685685
</dependency>
686686
<dependency>
687687
<groupId>org.mockito</groupId>
688-
<artifactId>mockito-all</artifactId>
689-
<version>${mockito.version}</version>
688+
<artifactId>mockito-core</artifactId>
689+
<version>4.6.1</version>
690690
<scope>test</scope>
691691
</dependency>
692692
</dependencies>

src/main/java/com/steadystate/css/parser/ListableTokenManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/*
19-
* Changes to the original project are Copyright 2019, Verizon Media Inc..
19+
* Changes to the original project are Copyright 2019, Yahoo Inc..
2020
*/
2121

2222
package com.steadystate.css.parser;

src/main/java/com/steadystate/css/parser/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/*
19-
* Changes to the original project are Copyright 2019, Verizon Media Inc..
19+
* Changes to the original project are Copyright 2019, Yahoo Inc..
2020
*/
2121

2222
/**

src/main/java/dev/amp/validator/AMPHtmlHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/*
19-
* Changes to the original project are Copyright 2019, Verizon Media Inc..
19+
* Changes to the original project are Copyright 2019, Yahoo Inc..
2020
*/
2121

2222
package dev.amp.validator;

src/main/java/dev/amp/validator/AMPValidatorLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/*
19-
* Changes to the original project are Copyright 2019, Verizon Media Inc..
19+
* Changes to the original project are Copyright 2019, Yahoo Inc..
2020
*/
2121

2222
package dev.amp.validator;

src/main/java/dev/amp/validator/AMPValidatorManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/*
19-
* Changes to the original project are Copyright 2019, Verizon Media Inc..
19+
* Changes to the original project are Copyright 2019, Yahoo Inc..
2020
*/
2121

2222
package dev.amp.validator;

0 commit comments

Comments
 (0)