Skip to content

Commit

Permalink
Merge pull request #84 from Arc-E-Tect/refresh-versions
Browse files Browse the repository at this point in the history
Upgrade gradle dependencies
  • Loading branch information
Arc-E-Tect authored Sep 21, 2023
2 parents 1366c4a + dccec16 commit 42aefe2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ spring-boot = "3.0.6"
## ⬆ = "3.0.7"
## ⬆ = "3.0.8"
## ⬆ = "3.0.9"
## ⬆ = "3.0.10"
## ⬆ = "3.1.0"
## ⬆ = "3.1.1"
## ⬆ = "3.1.2"
## ⬆ = "3.1.3"
spring-restdocs = "3.0.0"

[libraries]
Expand Down
3 changes: 3 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ pluginManagement {

plugins {
id "de.fayard.refreshVersions" version "0.51.0"
//// # available:"0.60.0"
//// # available:"0.60.1"
//// # available:"0.60.2"
}

refreshVersions {
Expand Down
31 changes: 31 additions & 0 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ version.org.springdoc..springdoc-openapi-ui=1.7.0

version.org.owasp..dependency-check-gradle=8.2.1
## # available=8.3.1
## # available=8.4.0

version.org.mongodb..mongodb-driver-sync=4.9.1
## # available=4.10.0
Expand All @@ -40,29 +41,37 @@ version.io.cucumber..cucumber-spring=7.11.2
## # available=7.12.0
## # available=7.12.1
## # available=7.13.0
## # available=7.14.0

version.io.cucumber..cucumber-bom=7.11.2
## # available=7.12.0
## # available=7.12.1
## # available=7.13.0
## # available=7.14.0

version.com.google.flogger..flogger-system-backend=0.7.4

version.com.epages..restdocs-api-spec-mockmvc=0.18.0
## # available=0.18.2
## # available=0.18.3
## # available=0.18.4

plugin.org.unbroken-dome.test-sets=4.0.0
## # available=4.1.0

plugin.org.springframework.boot=3.0.6
## # available=3.0.7
## # available=3.0.8
## # available=3.0.9
## # available=3.0.10
## # available=3.1.0
## # available=3.1.1
## # available=3.1.2
## # available=3.1.3

plugin.org.owasp.dependencycheck=8.2.1
## # available=8.3.1
## # available=8.4.0

plugin.org.cyclonedx.bom=1.7.4

Expand All @@ -74,18 +83,40 @@ plugin.nebula.lint=18.0.3
plugin.io.spring.dependency-management=1.1.0
## # available=1.1.1
## # available=1.1.2
## # available=1.1.3

plugin.io.freefair.lombok=8.0.1
## # available=8.1.0
## # available=8.2.0
## # available=8.2.1
## # available=8.2.2
## # available=8.3

plugin.com.github.spacialcircumstances.gradle-cucumber-reporting=0.1.25

plugin.com.github.jmongard.git-semver-plugin=0.4.3
## # available=0.5.0
## # available=0.5.1
## # available=0.5.2
## # available=0.6.0
## # available=0.6.1
## # available=0.6.2
## # available=0.6.3
## # available=0.6.4

plugin.com.epages.restdocs-api-spec=0.18.0
## # available=0.18.1
## # available=0.18.2
## # available=0.18.3
## # available=0.18.4

plugin.com.cmgapps.licenses=4.7.0

plugin.com.avast.gradle.docker-compose=0.16.12
## # available=0.16.13
## # available=0.17.0
## # available=0.17.1
## # available=0.17.2
## # available=0.17.3
## # available=0.17.4
## # available=0.17.5

0 comments on commit 42aefe2

Please sign in to comment.