google-nomulus/core/gradle/dependency-locks
Lai Jiang a7f4a885b1 Update a few plugins for Java 11 compatibility (#966)
* Update a few plugins for Java 11 compatibility

Guice 5.0.1 is now compatible with Java 11. However we don't
directly depend on Guice. Rather Soy depends on Guice. So I added a
direct dependency on Guice 5.0 just before Soy in order to frontload Soy
and pull in the newer version.

Mockito 3.7.7 is now compatible with Java 11. The complication is that
we need to use the inline version of Mockito, which among other things
also allows mocking for final classes (hooray!). It will eventually
become the default Mockito mock maker but for now it needs to be
manually activated.

Note that the inline version now introduces another warning:

```
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
```

Which I think is WAI due to how the inline mock maker works. Waiting on
the author to confirm.

After these to changes the only illegal reflective access is caused by
App Engine SDK tools, which we will rid ourselves of when we migrate off
of GAE.

* Restore package-lock.json
2021-03-02 21:01:30 -05:00
..
annotationProcessor.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
archives.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
buildscript-classpath.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
checkstyle.lockfile Upgrade to Gradle 6.8.2 (#957) 2021-02-08 09:35:43 -05:00
closureCompiler.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
compile.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
compileClasspath.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
compileOnly.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
css.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
default.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
deploy_jar.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
devtool.lockfile Create a new app to hold GenerateSqlSchemaCommand (#409) 2019-12-13 16:05:35 -05:00
errorprone.lockfile Upgrade error-prone to 3.3.4 (#848) 2020-10-23 11:17:57 -04:00
errorproneJavac.lockfile Enable Java 11 features (#737) 2020-08-03 16:08:29 -04:00
jacocoAgent.lockfile Upgrade to Gradle 6.8.2 (#957) 2021-02-08 09:35:43 -05:00
jacocoAnt.lockfile Upgrade to Gradle 6.8.2 (#957) 2021-02-08 09:35:43 -05:00
jaxb.lockfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
nomulus_test.lockfile Fix sql script name conflict (#411) 2019-12-12 16:16:43 -05:00
nonprodAnnotationProcessor.lockfile Upgrade error-prone to 3.3.4 (#848) 2020-10-23 11:17:57 -04:00
nonprodCompile.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
nonprodCompileClasspath.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
nonprodCompileOnly.lockfile Create a new app to hold GenerateSqlSchemaCommand (#409) 2019-12-13 16:05:35 -05:00
nonprodRuntime.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
nonprodRuntimeClasspath.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
runtime.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
runtimeClasspath.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
soy.lockfile Update a few plugins for Java 11 compatibility (#966) 2021-03-02 21:01:30 -05:00
testAnnotationProcessor.lockfile Properly set up JPA in BEAM workers (#965) 2021-02-22 18:11:32 -05:00
testCompile.lockfile Update a few plugins for Java 11 compatibility (#966) 2021-03-02 21:01:30 -05:00
testCompileClasspath.lockfile Update a few plugins for Java 11 compatibility (#966) 2021-03-02 21:01:30 -05:00
testCompileOnly.lockfile Upgrade to Gradle 6.0 (#364) 2019-11-13 13:17:29 -05:00
testRuntime.lockfile Update a few plugins for Java 11 compatibility (#966) 2021-03-02 21:01:30 -05:00
testRuntimeClasspath.lockfile Update a few plugins for Java 11 compatibility (#966) 2021-03-02 21:01:30 -05:00