Skip to content

Commit

Permalink
build(deps-dev): bump compile-testing from 0.19 to 0.21.0 (#1879)
Browse files Browse the repository at this point in the history
* 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](google/compile-testing@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>
  • Loading branch information
3 people committed Feb 26, 2023
1 parent 364c74d commit 01aafba
Showing 1 changed file with 9 additions and 14 deletions.
23 changes: 9 additions & 14 deletions apt-test-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>

0 comments on commit 01aafba

Please sign in to comment.