Browse Source

build(deps-dev): bump compile-testing from 0.19 to 0.21.0 (#1879)

* build(deps-dev): bump compile-testing from 0.19 to 0.21.0

Bumps [compile-testing](https://github.com/google/compile-testing) from 0.19 to 0.21.0.
- [Release notes](https://github.com/google/compile-testing/releases)
- [Commits](https://github.com/google/compile-testing/compare/compile-testing-0.19...v0.21.0)

---
updated-dependencies:
- dependency-name: com.google.testing.compile:compile-testing
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pom.xml

* Update pom.xml

* Add required modules for google compile-testing tests

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velo@users.noreply.github.com>
Co-authored-by: Marvin Froeder <velobr@gmail.com>
pull/1876/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
01aafba55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      apt-test-generator/pom.xml

23
apt-test-generator/pom.xml

@ -48,7 +48,7 @@ @@ -48,7 +48,7 @@
<dependency>
<groupId>com.google.testing.compile</groupId>
<artifactId>compile-testing</artifactId>
<version>0.19</version>
<version>0.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
@ -175,19 +175,14 @@ @@ -175,19 +175,14 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED --add-opens jdk.compiler/com.sun.tools.javac.main=ALL-UNNAMED</argLine>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>active-on-jdk-16</id>
<activation>
<jdk>[16,)</jdk>
</activation>
<properties>
<jvm.options>--add-opens jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</jvm.options>
</properties>
</profile>
</profiles>
</project>

Loading…
Cancel
Save