Skip to content

Commit

Permalink
chore(deps): bump the github group across 1 directory with 6 updates (#…
Browse files Browse the repository at this point in the history
…698)

Bumps the github group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.netty:netty-all](https://github.com/netty/netty) | `4.1.110.Final` | `4.1.111.Final` |
| org.freemarker:freemarker | `2.3.32` | `2.3.33` |
| [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) | `5.9.0` | `5.9.1` |
| [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) | `5.9.0` | `5.9.1` |
| [io.projectreactor:reactor-test](https://github.com/reactor/reactor-core) | `3.6.6` | `3.6.7` |
| com.google.cloud.tools.jib | `3.4.2` | `3.4.3` |



Updates `io.netty:netty-all` from 4.1.110.Final to 4.1.111.Final
- [Commits](netty/netty@netty-4.1.110.Final...netty-4.1.111.Final)

Updates `org.freemarker:freemarker` from 2.3.32 to 2.3.33

Updates `io.kotest:kotest-runner-junit5-jvm` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.0...v5.9.1)

Updates `io.kotest:kotest-assertions-core-jvm` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.0...v5.9.1)

Updates `io.kotest:kotest-assertions-core-jvm` from 5.9.0 to 5.9.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.0...v5.9.1)

Updates `io.projectreactor:reactor-test` from 3.6.6 to 3.6.7
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.6...v3.6.7)

Updates `com.google.cloud.tools.jib` from 3.4.2 to 3.4.3

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: org.freemarker:freemarker
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.projectreactor:reactor-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: com.google.cloud.tools.jib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2024
1 parent 6de5473 commit 69fc64e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ val logbackVersion = "1.5.6"
val nimbusSdkVersion = "11.12"
val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.17.1"
val nettyVersion = "4.1.110.Final"
val nettyVersion = "4.1.111.Final"
val junitJupiterVersion = "5.10.2"
val kotlinVersion = "2.0.0"
val freemarkerVersion = "2.3.32"
val kotestVersion = "5.9.0"
val freemarkerVersion = "2.3.33"
val kotestVersion = "5.9.1"
val bouncyCastleVersion = "1.78.1"
val springBootVersion = "3.3.0"
val reactorTestVersion = "3.6.6"
val reactorTestVersion = "3.6.7"
val ktorVersion = "2.3.11"
val jsonPathVersion = "2.9.0"

Expand All @@ -27,7 +27,7 @@ plugins {
id("se.patrikerdes.use-latest-versions") version "0.2.18"
id("com.github.ben-manes.versions") version "0.51.0"
id("org.jmailen.kotlinter") version "4.3.0"
id("com.google.cloud.tools.jib") version "3.4.2"
id("com.google.cloud.tools.jib") version "3.4.3"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("net.researchgate.release") version "3.0.2"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
Expand Down

0 comments on commit 69fc64e

Please sign in to comment.