Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Nov 9, 2023
1 parent 8c68f50 commit 86b178b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ cxf = "4.0.3"
slf4j = "2.0.9"

[libraries]
junitBom = { module = "org.junit:junit-bom", version = "5.10.0" }
junitBom = { module = "org.junit:junit-bom", version = "5.10.1" }
assertj = { module = "org.assertj:assertj-core", version = "3.24.2" }
javapoet = { module = "com.squareup:javapoet", version = "1.13.0" }
gradle-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.21.0" }
gradle-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.22.0" }
gradle-springJavaFormat = { module = "io.spring.javaformat:spring-javaformat-gradle-plugin", version = "0.0.39" }
gradle-nexusPublish = { module = "io.github.gradle-nexus:publish-plugin", version = "2.0.0-rc-1" }
slf4jNop = { module = "org.slf4j:slf4j-nop", version.ref = "slf4j" } # Unused; exists to allow automatic updates.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pluginManagement {
plugins {
id("com.gradle.plugin-publish") version "1.1.0"
id("org.asciidoctor.jvm.convert") version "3.3.2"
id("org.ajoberstar.git-publish") version "3.0.1"
id("org.ajoberstar.git-publish") version "4.2.1"
}
}

Expand Down

0 comments on commit 86b178b

Please sign in to comment.