Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                                                                                                                 | from         | to           |
| ----------- | ----------------------------------------------------------------------------------------------------------------------- | ------------ | ------------ |
| github-tags | actions/upload-artifact                                                                                                 | v3.0.0       | v3.1.0       |
| github-tags | actions/upload-artifact                                                                                                 | v3.0.0       | v3.1.0       |
| github-tags | gradle/gradle-build-action                                                                                              | v2.1.5       | v2.1.7       |
| maven       | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.9.0        | 0.10.0       |
| maven       | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin                                                               | 3.10         | 3.10.1       |
| maven       | org.springframework.boot:org.springframework.boot.gradle.plugin                                                         | 2.6.7        | 2.7.0        |
| maven       | org.flywaydb.flyway:org.flywaydb.flyway.gradle.plugin                                                                   | 8.5.10       | 8.5.11       |
| maven       | org.postgresql:postgresql                                                                                               | 42.3.5       | 42.3.6       |
| maven       | org.testcontainers:postgresql                                                                                           | 1.17.1       | 1.17.2       |
| maven       | io.netty:netty-transport-native-kqueue                                                                                  | 4.1.76.Final | 4.1.77.Final |
| maven       | org.springframework.boot:spring-boot-starter-webflux                                                                    | 2.6.7        | 2.7.0        |
| maven       | org.springframework.boot:spring-boot-starter-web                                                                        | 2.6.7        | 2.7.0        |
| maven       | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                                                   | 0.5.0        | 0.5.1        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.6.1        | 1.6.2        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8                                                                           | 1.6.1        | 1.6.2        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-reactor                                                                        | 1.6.1        | 1.6.2        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-reactive                                                                       | 1.6.1        | 1.6.2        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.6.1        | 1.6.2        |
| maven       | io.arrow-kt.arrow-gradle-config-versioning:io.arrow-kt.arrow-gradle-config-versioning.gradle.plugin                     | 0.10.1       | 0.10.2       |
| maven       | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin                       | 0.10.1       | 0.10.2       |
  • Loading branch information
renovate-bot committed May 29, 2022
1 parent 68d15d0 commit 0564fb5
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew build check

- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: 'reports'
path: '**/build/reports/**'
Expand All @@ -58,7 +58,7 @@ jobs:
fetch-depth: 0

- name: Build
uses: gradle/[email protected].5
uses: gradle/[email protected].7
with:
arguments: apiDump

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: ./gradlew build check

- name: Upload reports
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: 'reports'
path: '**/build/reports/**'
Expand Down
20 changes: 10 additions & 10 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
kotlin = "1.6.21"
arrow = "1.1.2"
arrowGradleConfig = "0.10.1"
coroutines = "1.6.1"
arrowGradleConfig = "0.10.2"
coroutines = "1.6.2"
dokka = "1.6.21"
kover = "0.5.0"
spring = "2.6.7"
kover = "0.5.1"
spring = "2.7.0"
reactorKotlinExtensions = "1.1.6"
undertow = "2.2.17.Final"
kotest = "5.3.0"
kotestGradle = "5.3.0"
kotestArrow = "1.2.5"
detekt = "1.20.0"
nettyTransport = "4.1.76.Final"
testcontainers = "1.17.1"
nettyTransport = "4.1.77.Final"
testcontainers = "1.17.2"
hikari = "5.0.1"
postgresql = "42.3.5"
postgresql = "42.3.6"
kjwt = "0.5.3"
flyway = "8.5.10"
springBoot = "2.6.7"
kotlinBinaryCompatibilityValidator = "0.9.0"
flyway = "8.5.11"
springBoot = "2.7.0"
kotlinBinaryCompatibilityValidator = "0.10.0"

[libraries]
kotlin-stdlibCommon = { module = "org.jetbrains.kotlin:kotlin-stdlib-common", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pluginManagement {
}

plugins {
id("com.gradle.enterprise") version "3.10"
id("com.gradle.enterprise") version "3.10.1"
}

gradleEnterprise {
Expand Down

0 comments on commit 0564fb5

Please sign in to comment.