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

Update commons-cli to 1.6.0 #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nmcb-scala-steward[bot]
Copy link

About this PR

πŸ“¦ Updates commons-cli:commons-cli from 1.2 to 1.6.0

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.

README.md
modules/swagger-codegen-cli/pom.xml
modules/swagger-codegen/pom.xml
modules/swagger-codegen/src/main/java/io/swagger/codegen/examples/ExampleGenerator.java
modules/swagger-codegen/src/main/resources/JavaJaxRS/project/plugins.sbt
modules/swagger-codegen/src/main/resources/JavaSpringMVC/pom.mustache
modules/swagger-codegen/src/main/resources/JavaSpringMVC/project/plugins.sbt
modules/swagger-codegen/src/main/resources/akka-scala/pom.mustache
modules/swagger-codegen/src/main/resources/android-java/build.mustache
modules/swagger-codegen/src/main/resources/codegen/pom.mustache
modules/swagger-codegen/src/main/resources/ruby/swagger_client.gemspec.mustache
modules/swagger-codegen/src/main/resources/scala/pom.mustache
modules/swagger-codegen/src/main/resources/scalatra/ServletApp.mustache
modules/swagger-codegen/src/main/resources/scalatra/build.sbt
modules/swagger-codegen/src/main/resources/scalatra/sbt
modules/swagger-codegen/src/main/resources/swagger-static/assets/css/bootstrap-responsive.css
modules/swagger-codegen/src/main/resources/swift/Cartfile.mustache
modules/swagger-codegen/src/main/resources/validator/index.mustache
modules/swagger-codegen/src/test/resources/1_2/petstore-1.2/api-docs
modules/swagger-codegen/src/test/resources/1_2/petstore-1.2/pet
modules/swagger-codegen/src/test/resources/1_2/petstore-1.2/store
modules/swagger-codegen/src/test/resources/1_2/petstore-1.2/user
modules/swagger-codegen/src/test/resources/2_0/v1beta3.json
modules/swagger-codegen/src/test/scala/SwaggerMigratorTest.scala
modules/swagger-generator/pom.xml
pom.xml
samples/client/petstore/akka-scala/pom.xml
samples/client/petstore/android-java/build.gradle
samples/client/petstore/objc/PetstoreClient/pom.xml
samples/client/petstore/objc/pom.xml
samples/client/petstore/perl/pom.xml
samples/client/petstore/php/SwaggerClient-php/pom.xml
samples/client/petstore/python/SwaggerPetstore-python/pom.xml
samples/client/petstore/ruby/Gemfile.lock
samples/client/petstore/ruby/pom.xml
samples/client/petstore/ruby/swagger_client.gemspec
samples/client/petstore/scala/pom.xml
samples/client/petstore/swift/PetstoreClient/Cartfile
samples/client/wordnik/akka-scala/pom.xml
samples/client/wordnik/scala/pom.xml
samples/dynamic-html/docs/assets/css/bootstrap-responsive.css
samples/server-generator/php/output/composer.json
samples/server-generator/php/templates/composer.json
samples/server/petstore/scalatra/build.sbt
samples/server/petstore/scalatra/sbt
samples/server/petstore/scalatra/src/main/scala/ServletApp.scala
samples/server/petstore/spring-mvc/pom.xml
samples/yaml/api-docs.yml
samples/yaml/pet.yml
samples/yaml/store.yml
samples/yaml/user.yml
βš™ Adjust future updates

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

updates.ignore = [ { groupId = "commons-cli", artifactId = "commons-cli" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "commons-cli", artifactId = "commons-cli" }
}]
labels: library-update, old-version-remains, commit-count:1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants