Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.4.0-jre (#2044)
Browse files Browse the repository at this point in the history
* Update dependency com.google.guava:guava to v33.4.0-jre

* Update TypesEclipseTest.kt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jake Wharton <[email protected]>
  • Loading branch information
renovate[bot] and JakeWharton authored Dec 17, 2024
1 parent a0ecc34 commit ac8045f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compat

[libraries]
autoCommon = { module = "com.google.auto:auto-common", version = "1.2.2" }
guava = { module = "com.google.guava:guava", version = "33.3.1-jre" }
guava = { module = "com.google.guava:guava", version = "33.4.0-jre" }
javapoet = "com.squareup:javapoet:1.13.0"

autoService = "com.google.auto.service:auto-service-annotations:1.1.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
*/
package com.squareup.kotlinpoet

import com.google.common.base.Charsets.UTF_8
import com.google.common.collect.ImmutableSet
import org.eclipse.jdt.internal.compiler.tool.EclipseCompiler
import org.junit.Rule
import org.junit.rules.TestRule
import org.junit.runner.Description
import org.junit.runners.JUnit4
import org.junit.runners.model.Statement
import java.nio.charset.StandardCharsets.UTF_8
import java.util.Locale
import java.util.concurrent.atomic.AtomicReference
import javax.annotation.processing.AbstractProcessor
Expand Down

0 comments on commit ac8045f

Please sign in to comment.