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" }
}]
```
About this PR
📦 Updates commons-logging:commons-logging from
1.2
to1.3.2
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