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 avro to 1.12.0 #190

Merged
merged 5 commits into from
Aug 20, 2024

Conversation

scala-steward
Copy link
Contributor

About this PR

📦 Updates org.apache.avro:avro-compiler from 1.11.3 to 1.12.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.11.3).
You might want to review and update them manually.

README.md
project/Dependencies.scala
src/sbt-test/sbt-avro/avscparser/build.sbt
src/sbt-test/sbt-avro/recompile/project/plugins.sbt
src/sbt-test/sbt-avro/settings/project/plugins.sbt
⚙ Adjust future updates

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

updates.ignore = [ { groupId = "org.apache.avro", artifactId = "avro-compiler" } ]

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

dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.apache.avro", artifactId = "avro-compiler" }
}]
labels: library-update, early-semver-minor, semver-spec-minor, old-version-remains, commit-count:1

@RustedBones RustedBones changed the title Update avro-compiler to 1.12.0 Update avro to 1.12.0 Aug 9, 2024
@RustedBones RustedBones force-pushed the update/avro-compiler-1.12.0 branch from 362065e to 85ac26e Compare August 12, 2024 09:56
@RustedBones RustedBones force-pushed the update/avro-compiler-1.12.0 branch from 85ac26e to 5e98a21 Compare August 12, 2024 09:57
@RustedBones RustedBones force-pushed the update/avro-compiler-1.12.0 branch from 3e18571 to f1ad4bf Compare August 12, 2024 10:06
@RustedBones RustedBones merged commit dcedb81 into sbt:main Aug 20, 2024
2 checks passed
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.

3 participants