Skip to content

Commit

Permalink
upgrade to latest versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arc-E-Tect committed Nov 11, 2024
1 parent 635ac1c commit a8011fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nebula-lint = { id = "nebula.lint", version = "_" }

[versions]

spring-boot = "3.3.4"
spring-boot = "3.3.5"
spring-restdocs = "3.0.2"

[libraries]
Expand Down
12 changes: 6 additions & 6 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ version.org.projectlombok..lombok=1.18.34

version.org.springdoc..springdoc-openapi-ui=1.8.0

version.org.owasp..dependency-check-gradle=11.0.0
version.org.owasp..dependency-check-gradle=11.1.0

version.org.mongodb..mongodb-driver-sync=5.2.0
version.org.mongodb..mongodb-driver-sync=5.2.1

version.org.jacoco..org.jacoco.agent=0.8.12

version.net.masterthought..cucumber-reporting=5.8.2
version.net.masterthought..cucumber-reporting=5.8.3

version.junit=5.11.3

Expand All @@ -36,15 +36,15 @@ version.com.google.flogger..flogger-system-backend=0.8

version.com.epages..restdocs-api-spec-mockmvc=0.19.4

plugin.org.springframework.boot=3.3.4
plugin.org.springframework.boot=3.3.5

plugin.org.owasp.dependencycheck=11.0.0
plugin.org.owasp.dependencycheck=11.1.0

plugin.org.cyclonedx.bom=1.10.0

plugin.org.asciidoctor.jvm.convert=4.0.3

plugin.nebula.lint=20.1.0
plugin.nebula.lint=20.2.2

plugin.io.spring.dependency-management=1.1.6

Expand Down

0 comments on commit a8011fd

Please sign in to comment.