From 9e6aab3f83d342538c51f5e19e46f4e4333083eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 15:11:15 -0500 Subject: [PATCH] dependabot: bump com.google.j2objc:j2objc-annotations from 1.3 to 2.8 (#2963) Bumps [com.google.j2objc:j2objc-annotations](https://github.com/google/j2objc) from 1.3 to 2.8. - [Release notes](https://github.com/google/j2objc/releases) - [Commits](https://github.com/google/j2objc/compare/1.3...2.8) --- updated-dependencies: - dependency-name: com.google.j2objc:j2objc-annotations dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 94f9038520..11981cf275 100644 --- a/build.gradle +++ b/build.gradle @@ -541,7 +541,7 @@ dependencies { runtimeOnly 'com.google.guava:failureaccess:1.0.1' runtimeOnly 'org.apache.commons:commons-text:1.10.0' runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:2.3.4' - runtimeOnly 'com.google.j2objc:j2objc-annotations:1.3' + runtimeOnly 'com.google.j2objc:j2objc-annotations:2.8' runtimeOnly 'com.google.code.findbugs:jsr305:3.0.2' runtimeOnly 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava' runtimeOnly 'org.lz4:lz4-java:1.8.0'