Skip to content

Commit

Permalink
chore: Patch dependency updates (#268)
Browse files Browse the repository at this point in the history
## About this PR
Updates:

* 📦
[com.softwaremill.sttp.tapir:tapir-json-zio](https://github.com/softwaremill/tapir)
from `1.11.1` to `1.11.3`
+ 📜 [GitHub Release
Notes](https://github.com/softwaremill/tapir/releases/tag/v1.11.3) -
[Version
Diff](softwaremill/tapir@v1.11.1...v1.11.3)
* 📦
[com.softwaremill.sttp.tapir:tapir-openapi-docs](https://github.com/softwaremill/tapir)
from `1.11.1` to `1.11.3`
+ 📜 [GitHub Release
Notes](https://github.com/softwaremill/tapir/releases/tag/v1.11.3) -
[Version
Diff](softwaremill/tapir@v1.11.1...v1.11.3)
* 📦
[com.softwaremill.sttp.tapir:tapir-refined](https://github.com/softwaremill/tapir)
from `1.11.1` to `1.11.3`
+ 📜 [GitHub Release
Notes](https://github.com/softwaremill/tapir/releases/tag/v1.11.3) -
[Version
Diff](softwaremill/tapir@v1.11.1...v1.11.3)
* 📦
[com.softwaremill.sttp.tapir:tapir-swagger-ui-bundle](https://github.com/softwaremill/tapir)
from `1.11.1` to `1.11.3`
+ 📜 [GitHub Release
Notes](https://github.com/softwaremill/tapir/releases/tag/v1.11.3) -
[Version
Diff](softwaremill/tapir@v1.11.1...v1.11.3)
* 📦
[com.softwaremill.sttp.tapir:tapir-zio-http-server](https://github.com/softwaremill/tapir)
from `1.11.1` to `1.11.3`
+ 📜 [GitHub Release
Notes](https://github.com/softwaremill/tapir/releases/tag/v1.11.3) -
[Version
Diff](softwaremill/tapir@v1.11.1...v1.11.3)
* 📦
[com.softwaremill.sttp.tapir:tapir-zio-metrics](https://github.com/softwaremill/tapir)
from `1.11.1` to `1.11.3`
+ 📜 [GitHub Release
Notes](https://github.com/softwaremill/tapir/releases/tag/v1.11.3) -
[Version
Diff](softwaremill/tapir@v1.11.1...v1.11.3)
* 📦 [org.flywaydb:flyway-core](https://github.com/flyway/flyway) from
`10.17.2` to `10.17.3`

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

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/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>⚙ Adjust future updates</summary>

Add these to your `.scala-steward.conf` file to ignore future updates of
these dependencies:
```
updates.ignore = [
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-openapi-docs" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" },
  { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" },
  { groupId = "org.flywaydb", artifactId = "flyway-core" }
]
```
Or, add these to slow down future updates of these dependencies:
```
dependencyOverrides = [
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-json-zio" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-openapi-docs" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-refined" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-swagger-ui-bundle" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-http-server" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "com.softwaremill.sttp.tapir", artifactId = "tapir-zio-metrics" }
  },
  {
    pullRequests = { frequency = "30 days" },
    dependency = { groupId = "org.flywaydb", artifactId = "flyway-core" }
  }
]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
commit-count:n:2
</sup>

---------

Co-authored-by: Christian Kleinbölting <[email protected]>
  • Loading branch information
daschbot and seakayone authored Sep 17, 2024
1 parent 41118c7 commit 26d1511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ addCommandAlias("fmtCheck", "scalafmtCheck; Test / scalafmtCheck;")
addCommandAlias("headerCreateAll", "; all root/headerCreate Test/headerCreate")
addCommandAlias("headerCheckAll", "; all root/headerCheck Test/headerCheck")

val flywayVersion = "10.17.2"
val flywayVersion = "10.17.3"
val hikariVersion = "5.1.0"
val quillVersion = "4.8.5"
val sipiVersion = "v30.18.3"
val sqliteVersion = "3.46.1.0"
val tapirVersion = "1.11.1"
val tapirVersion = "1.11.3"
val testContainersVersion = "0.40.15"
val zioConfigVersion = "4.0.2"
val zioJsonVersion = "0.7.3"
Expand Down

0 comments on commit 26d1511

Please sign in to comment.