scala-steward-asf[bot] opened a new pull request, #2034: URL: https://github.com/apache/pekko/pull/2034
## About this PR 📦 Updates [com.gradle:sbt-develocity](https://gradle.com) from `1.3` to `1.3.1` ## Usage ✅ **Please merge!** 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`](https://github.com/scala-steward-org/scala-steward/blob/0c7991de8224eff8436230a3e11b89520bbf94c8/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>🔍 Files still referring to the old version number</summary> The following files still refer to the old version number (1.3). You might want to review and update them manually. ``` .github/workflows/link-validator.yml actor-tests/src/test/scala/org/apache/pekko/io/dns/DockerBindDnsService.scala actor-tests/src/test/scala/org/apache/pekko/util/VersionSpec.scala bench-jmh/src/main/scala/org/apache/pekko/util/ByteString_dropRight_Benchmark.scala bench-jmh/src/main/scala/org/apache/pekko/util/ByteString_toArray_Benchmark.scala cluster-sharding/src/test/resources/lirs-trace-glimpse.conf cluster-sharding/src/test/resources/lirs2-trace-w106.conf cluster-sharding/src/test/resources/synthetic-zipfian.conf docs/src/main/paradox/additional/packaging.md docs/src/main/paradox/discovery/index.md docs/src/main/paradox/images/actor_lifecycle.svg docs/src/main/paradox/images/association_lifecycle.svg docs/src/main/paradox/images/composition.svg docs/src/main/paradox/images/faulttolerancesample.graffle docs/src/main/paradox/images/graph_stage_detached_tracks_1.svg docs/src/main/paradox/images/graph_stage_tracks_1.svg docs/src/main/paradox/images/persistence-detach-models.svg docs/src/main/paradox/images/persistence-drop-event-serializer.svg docs/src/main/paradox/images/persistence-drop-event.svg docs/src/main/paradox/images/persistence-event-adapter-1-n.svg docs/src/main/paradox/images/persistence-serializer-rename.svg docs/src/main/paradox/images/persistent-message-envelope.graffle docs/src/main/paradox/images/persistent-message-envelope.svg docs/src/main/paradox/images/tcp-stream-bind.svg docs/src/main/paradox/images/tcp-stream-run.svg docs/src/main/paradox/release-notes/releases-1.1.md docs/src/main/paradox/release-notes/releases-1.2.md docs/src/main/paradox/remoting-artery.md docs/src/main/paradox/remoting.md docs/src/main/paradox/typed/guide/diagrams/arch_boxes_diagram.svg docs/src/main/paradox/typed/guide/diagrams/device_manager_tree.svg docs/src/main/paradox/typed/guide/diagrams/exception_prop.svg docs/src/main/paradox/typed/guide/diagrams/object_graph_snakes.svg docs/src/main/paradox/typed/guide/diagrams/serialized_timeline_invariants.svg persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/scaladsl/EventSourcedBehavior.scala project/Dependencies.scala project/plugins.sbt remote-tests/src/multi-jvm/scala/org/apache/pekko/remote/artery/LatencySpec.scala remote-tests/src/multi-jvm/scala/org/apache/pekko/remote/artery/aeron/AeronStreamLatencySpec.scala remote/src/main/resources/reference.conf remote/src/test/scala/org/apache/pekko/remote/RemoteConfigSpec.scala remote/src/test/scala/org/apache/pekko/remote/Ticket1978ConfigSpec.scala remote/src/test/scala/org/apache/pekko/remote/artery/tcp/ssl/TlsResourcesSpec.scala stream-tests/src/test/java/org/apache/pekko/stream/javadsl/TcpTest.java stream-tests/src/test/scala/org/apache/pekko/stream/io/TcpSpec.scala stream-tests/src/test/scala/org/apache/pekko/stream/io/TlsSpec.scala stream/src/main/scala/org/apache/pekko/stream/impl/ReactiveStreamsCompliance.scala stream/src/main/scala/org/apache/pekko/stream/javadsl/TLS.scala stream/src/main/scala/org/apache/pekko/stream/scaladsl/TLS.scala ``` </details> <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "com.gradle", artifactId = "sbt-develocity" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "com.gradle", artifactId = "sbt-develocity" } }] ``` </details> <sup> labels: sbt-plugin-update, old-version-remains, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "com.gradle", "artifactId" : { "name" : "sbt-develocity", "maybeCrossName" : null }, "version" : "1.3", "sbtVersion" : "1.0", "scalaVersion" : "2.12", "configurations" : null } ], "newerVersions" : [ "1.3.1" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "sbt-plugin-update", "old-version-remains", "commit-count:1" ] } --> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org