google-nomulus/util/gradle/dependency-locks
Lai Jiang ce65b69e2e Upgrade to Beam 2.34.0 (#1472)
This version of Beam does not have an explicit dependency on log4j.
There are a couple of other things that need to change due to the
upgrade.

1) The new version pulls in a dependency that is not on Maven Central
but on packages.confluent.io, so we need to explicitly add this repo.

2) The new version has a dependency on flogger 0.6 anb above , which removed
the LoggerConfig class (see google/flogger#142).
We therefore backported the class. In the long term we should do what
was suggested in the issue and use the normal JDK Logger config
directly.

3) The intSqlPipeline dependency graph also needs to be updated.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/1472)
<!-- Reviewable:end -->
2021-12-19 22:48:15 -05:00
..
annotationProcessor.lockfile Update more dependencies to newer versions (#999) 2021-03-10 11:22:07 -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
compile.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
compileClasspath.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
compileOnly.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
default.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
deploy_jar.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -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
runtime.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
runtimeClasspath.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
testAnnotationProcessor.lockfile Update more dependencies to newer versions (#999) 2021-03-10 11:22:07 -05:00
testCompile.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
testCompileClasspath.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
testCompileOnly.lockfile Fix dependency-locking config (#276) 2019-09-19 11:37:20 -04:00
testRuntime.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00
testRuntimeClasspath.lockfile Upgrade to Beam 2.34.0 (#1472) 2021-12-19 22:48:15 -05:00