Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.boot:spring-boot-dep…
Browse files Browse the repository at this point in the history
…endencies to v3.2.0 (#139)

* fix(deps): update dependency org.springframework.boot:spring-boot-dependencies to v3.2.0

* add `-parameters` to compilerArgs

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ahoo Wang <ahoowang@qq.com>
  • Loading branch information
renovate[bot] and Ahoo-Wang committed Nov 25, 2023
1 parent 33076b9 commit 3a1947e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ configure(libraryProjects) {
// fix logging missing code for JacocoPlugin
jvmArgs = listOf("-Dlogback.configurationFile=${rootProject.rootDir}/config/logback.xml")
}

tasks.withType<JavaCompile> {
options.compilerArgs.addAll(listOf("-parameters"))
}
dependencies {
api(platform(dependenciesProject))
detektPlugins(platform(dependenciesProject))
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
# libraries
springBoot = "3.1.6"
springBoot = "3.2.0"
springCloud = "2022.0.4"
cosid = "2.5.6"
testcontainers = "1.19.3"
Expand Down

0 comments on commit 3a1947e

Please sign in to comment.