Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Jan 24, 2024
2 parents 17f0c5b + 8004374 commit 6a1c3c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
fetch-depth: 0

- name: cache sonar
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.sonar/cache
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ openapi-processor-parser-api = { module = "io.openapiprocessor:openapi-processor
openapi-processor-parser-swagger = { module = "io.openapiprocessor:openapi-processor-core-parser-swagger", version.ref = "core" }
openapi-processor-parser-openapi4j = { module ="io.openapiprocessor:openapi-processor-core-parser-openapi4j", version.ref = "core" }

jackson-bom = "com.fasterxml.jackson:jackson-bom:2.16.0"
jackson-bom = "com.fasterxml.jackson:jackson-bom:2.16.1"
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
jackson-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" }
jackson-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin" }

checker = "org.checkerframework:checker:3.42.0"
jimfs = "com.google.jimfs:jimfs:1.3.0"
slf4j = "org.slf4j:slf4j-api:2.0.9"
slf4j = "org.slf4j:slf4j-api:2.0.11"
logback = "ch.qos.logback:logback-classic:1.4.14"

kotest-bom = "io.kotest:kotest-bom:5.8.0"
kotest-runner = { module = "io.kotest:kotest-runner-junit5" }
kotest-datatest = { module = "io.kotest:kotest-framework-datatest" }
mockk = "io.mockk:mockk:1.13.8"
mockk = "io.mockk:mockk:1.13.9"

groovy-bom = "org.apache.groovy:groovy-bom:4.0.17"
groovy-bom = "org.apache.groovy:groovy-bom:4.0.18"
spock = "org.spockframework:spock-core:2.3-groovy-4.0"

plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin"}
Expand Down

0 comments on commit 6a1c3c7

Please sign in to comment.