Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump: gson 2.10.1 (was 2.10) #31818

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Conversation

scala-steward
Copy link
Contributor

Updates com.google.code.gson:gson from 2.10 to 2.10.1.
Changelog

I'll automatically update this PR to resolve conflicts as long as you don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a .scala-steward.conf file.

Have a fantastic day writing Scala!

Files still referring to the old version number

The following files still refer to the old version number (2.10).
You might want to review and update them manually.

akka-bench-jmh/src/main/scala/akka/util/ByteString_indexOf_Benchmark.scala
akka-cluster-sharding/src/test/resources/text-moby-dick.conf
akka-distributed-data/src/test/scala/akka/cluster/ddata/ORSetSpec.scala
akka-docs/release-train-issue-template.md
akka-docs/src/main/paradox/images/composition.svg
akka-docs/src/main/paradox/images/faulttolerancesample.graffle
akka-docs/src/main/paradox/images/graph_stage_conceptual.svg
akka-docs/src/main/paradox/typed/guide/diagrams/object_graph_snakes.svg
akka-persistence-shared/src/test/scala/akka/persistence/serialization/SerializerSpec.scala
akka-serialization-jackson/src/main/scala/akka/serialization/jackson/JacksonObjectMapperProvider.scala
project/Dependencies.scala
Adjust future updates

Add this to your .scala-steward.conf file to ignore future updates of this dependency:

updates.ignore = [ { groupId = "com.google.code.gson", artifactId = "gson" } ]

Or, add this to slow down future updates of this dependency:

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "com.google.code.gson", artifactId = "gson" }
}]

labels: test-library-update, old-version-remains, commit-count:1

@pvlugter pvlugter merged commit b627d2a into akka:main Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants