Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 01f519a commit 90927da
Show file tree
Hide file tree
Showing 5 changed files with 167 additions and 134 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ subprojects {
}
}

jacoco { toolVersion = "0.8.10" }
jacoco { toolVersion = "0.8.11" }

tasks.withType<JacocoReport> {
reports {
Expand Down
32 changes: 16 additions & 16 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
spring = "3.1.1"
kotlin = "1.9.0"
kotlinter = "3.15.0"
arrow = "1.2.0-RC"
okhttp = "4.11.0"
jjwt = "0.11.5"
sonarqube = "4.2.1.3168"
buildtools-native = "0.9.23"
spring = "3.1.5"
kotlin = "1.9.10"
kotlinter = "3.16.0"
arrow = "1.2.1"
okhttp = "4.12.0"
jjwt = "0.12.3"
sonarqube = "4.4.1.3373"
buildtools-native = "0.9.28"

## test
kotest = "5.6.2"
mockk = "1.13.5"
kotest = "5.7.2"
mockk = "1.13.8"

[libraries]
spring-validation = { module = "org.springframework.boot:spring-boot-starter-validation" }
Expand All @@ -29,14 +29,14 @@ jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-

arrow-core = { module = "io.arrow-kt:arrow-core", version.ref = "arrow" }

aws-java-sdk-bom = { module = "com.amazonaws:aws-java-sdk-bom", version = "1.12.504" }
aws-java-sdk-bom = { module = "com.amazonaws:aws-java-sdk-bom", version = "1.12.571" }
aws-java-sdk-s3 = { module = "com.amazonaws:aws-java-sdk-s3" }

jjwt-api = { module = "io.jsonwebtoken:jjwt-api", version.ref = "jjwt" }
jjwt-impl = { module = "io.jsonwebtoken:jjwt-impl", version.ref = "jjwt" }
jjwt-jackson = { module = "io.jsonwebtoken:jjwt-jackson", version.ref = "jjwt" }

hibernate-spatial = { module = "org.hibernate:hibernate-spatial", version = "6.2.6.Final" }
hibernate-spatial = { module = "org.hibernate:hibernate-spatial", version = "6.3.1.Final" }

kotlin-jdsl = { module = "com.linecorp.kotlin-jdsl:spring-data-kotlin-jdsl-starter-jakarta", version = "2.2.1.RELEASE" }

Expand All @@ -49,7 +49,7 @@ spring-graphql-test = { module = "org.springframework.graphql:spring-graphql-tes
spring-security-test = { module = "org.springframework.security:spring-security-test" }

kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
kotest-assertions-arrow = { module = "io.kotest.extensions:kotest-assertions-arrow", version = "1.3.3" }
kotest-assertions-arrow = { module = "io.kotest.extensions:kotest-assertions-arrow", version = "1.4.0" }
kotest-extensions-spring = { module = "io.kotest.extensions:kotest-extensions-spring", version = "1.1.3" }

reactor-test = { module = "io.projectreactor:reactor-test" }
Expand All @@ -58,11 +58,11 @@ kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-t
mockk = { module = "io.mockk:mockk", version.ref = "mockk" }
spring-mockk = { module = "com.ninja-squad:springmockk", version = "4.0.2" }

fixture-monkey-kotlin = { module = "com.navercorp.fixturemonkey:fixture-monkey-kotlin", version = "0.6.1" }
fixture-monkey-kotlin = { module = "com.navercorp.fixturemonkey:fixture-monkey-kotlin", version = "0.6.11" }

okhttp-mock-webserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }

testcontainer-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.18.3" }
testcontainer-bom = { module = "org.testcontainers:testcontainers-bom", version = "1.19.1" }
testcontainer-junit = { module = "org.testcontainers:junit-jupiter" }
testcontainer-localstack = { module = "org.testcontainers:localstack" }

Expand All @@ -82,7 +82,7 @@ mockk = ["mockk", "spring-mockk"]

[plugins]
spring-boot = { id = "org.springframework.boot", version.ref = "spring" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.0" }
spring-dependency-management = { id = "io.spring.dependency-management", version = "1.1.3" }

kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-spring = { id = "org.jetbrains.kotlin.plugin.spring", version.ref = "kotlin" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,28 +9,28 @@
"generate": "ts-node mock-server/src/generateIntrospection.ts"
},
"dependencies": {
"@apollo/server": "4.7.5",
"@apollo/server": "4.9.4",
"@graphql-tools/schema": "9.0.19",
"body-parser": "1.20.2",
"cors": "2.8.5",
"express": "4.18.2",
"graphql": "16.7.1",
"graphql": "16.8.1",
"graphql-tag": "2.12.6"
},
"devDependencies": {
"@faker-js/faker": "7.6.0",
"@graphql-tools/mock": "8.7.20",
"@types/cors": "2.8.13",
"@types/express": "4.17.17",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@types/cors": "2.8.15",
"@types/express": "4.17.20",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"date-fns": "2.30.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"eslint": "8.52.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"prettier": "2.8.8",
"ts-node": "10.9.1",
"typescript": "5.1.6"
"typescript": "5.2.2"
}
}
Loading

0 comments on commit 90927da

Please sign in to comment.