Skip to content

Commit

Permalink
Merge pull request #83 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 d122a6b + 39298f4 commit ae5eaf7
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ 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
19 changes: 19 additions & 0 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,33 @@ 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
Expand All @@ -83,14 +90,25 @@ plugin.io.freefair.lombok=8.0.1
## # 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

Expand All @@ -101,3 +119,4 @@ plugin.com.avast.gradle.docker-compose=0.16.12
## # available=0.17.2
## # available=0.17.3
## # available=0.17.4
## # available=0.17.5

0 comments on commit ae5eaf7

Please sign in to comment.