hagay3 / skuber

A Scala Kubernetes client library
https://hagay3.github.io/skuber/
Apache License 2.0
75 stars 29 forks source link

Update commons-logging to 1.3.1 #388

Closed scala-steward closed 4 months ago

scala-steward commented 5 months ago

About this PR

📦 Updates commons-logging:commons-logging from 1.2 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 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 (1.2). You might want to review and update them manually. ``` .github/workflows/ci.yml README.md build.sbt client/src/it/scala/skuber/CustomResourceSpec.scala client/src/it/scala/skuber/HorizontalPodAutoscalerV2Spec.scala client/src/main/scala/skuber/api/client/exec/PodExecImpl.scala client/src/main/scala/skuber/api/client/impl/KubernetesClientImpl.scala client/src/main/scala/skuber/api/dynamic/client/impl/DynamicKubernetesClientImpl.scala client/src/main/scala/skuber/apiextensions/v1beta1/CustomResourceDefinition.scala client/src/test/resources/examplePodList.json docs/README.md docs/index.html examples/src/main/scala/skuber/examples/deployment/DeploymentExamples.scala ```
⚙ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "commons-logging", artifactId = "commons-logging" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "commons-logging", artifactId = "commons-logging" } }] ```

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

scala-steward commented 4 months ago

Superseded by #398.