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.2.0       |
| maven       | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.9.0        | 0.10.1       |
| maven       | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin                                                               | 3.10         | 3.10.2       |
| 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.13       |
| maven       | org.postgresql:postgresql                                                                                               | 42.3.5       | 42.4.0       |
| maven       | org.testcontainers:postgresql                                                                                           | 1.17.1       | 1.17.2       |
| maven       | io.netty:netty-transport-native-kqueue                                                                                  | 4.1.76.Final | 4.1.78.Final |
| maven       | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                                                           | 5.3.0        | 5.3.1        |
| maven       | io.kotest:kotest-runner-junit5                                                                                          | 5.3.0        | 5.3.1        |
| maven       | io.kotest:kotest-property                                                                                               | 5.3.0        | 5.3.1        |
| maven       | io.kotest:kotest-framework-engine                                                                                       | 5.3.0        | 5.3.1        |
| maven       | io.kotest:kotest-assertions-core                                                                                        | 5.3.0        | 5.3.1        |
| maven       | io.undertow:undertow-core                                                                                               | 2.2.17.Final | 2.2.18.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.dokka:org.jetbrains.dokka.gradle.plugin                                                                   | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.dokka:dokka-core                                                                                          | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-test                                                                           | 1.6.1        | 1.6.3        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-jdk8                                                                           | 1.6.1        | 1.6.3        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-reactor                                                                        | 1.6.1        | 1.6.3        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-reactive                                                                       | 1.6.1        | 1.6.3        |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-core                                                                           | 1.6.1        | 1.6.3        |
| 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       |
| maven       | org.jetbrains.kotlin.plugin.allopen:org.jetbrains.kotlin.plugin.allopen.gradle.plugin                                   | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.kotlin.plugin.spring:org.jetbrains.kotlin.plugin.spring.gradle.plugin                                     | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.kotlin.kapt:org.jetbrains.kotlin.kapt.gradle.plugin                                                       | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.kotlin:kotlin-reflect                                                                                     | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.kotlin:kotlin-stdlib-jdk8                                                                                 | 1.6.21       | 1.7.0        |
| maven       | org.jetbrains.kotlin:kotlin-stdlib-common                                                                               | 1.6.21       | 1.7.0        |
  • Loading branch information
renovate[bot] authored Jun 20, 2022
1 parent 68d15d0 commit f335b6a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 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/gradle-build-action@v2.1.5
uses: gradle/gradle-build-action@v2.2.0
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
30 changes: 15 additions & 15 deletions libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
[versions]
kotlin = "1.6.21"
kotlin = "1.7.0"
arrow = "1.1.2"
arrowGradleConfig = "0.10.1"
coroutines = "1.6.1"
dokka = "1.6.21"
kover = "0.5.0"
spring = "2.6.7"
arrowGradleConfig = "0.10.2"
coroutines = "1.6.3"
dokka = "1.7.0"
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"
undertow = "2.2.18.Final"
kotest = "5.3.1"
kotestGradle = "5.3.1"
kotestArrow = "1.2.5"
detekt = "1.20.0"
nettyTransport = "4.1.76.Final"
testcontainers = "1.17.1"
nettyTransport = "4.1.78.Final"
testcontainers = "1.17.2"
hikari = "5.0.1"
postgresql = "42.3.5"
postgresql = "42.4.0"
kjwt = "0.5.3"
flyway = "8.5.10"
springBoot = "2.6.7"
kotlinBinaryCompatibilityValidator = "0.9.0"
flyway = "8.5.13"
springBoot = "2.7.0"
kotlinBinaryCompatibilityValidator = "0.10.1"

[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.2"
}

gradleEnterprise {
Expand Down

0 comments on commit f335b6a

Please sign in to comment.