Skip to content

Commit bf7a078

Browse files
authored
Latest Gradle + Dependencies (#85)
1 parent 58f457e commit bf7a078

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
asciidoctorPlugin = "3.3.2"
33
assertj = "3.24.2"
44
commons-io = "2.13.0"
5-
commons-lang3 = "3.12.0"
5+
commons-lang3 = "3.13.0"
66
dependencyCheck = "8.3.1"
7-
guava = "32.1.1-jre"
7+
guava = "32.1.2-jre"
88
javapoet = "1.13.0"
99
jsr250 = "1.0"
10-
jupiter = "5.9.3"
10+
jupiter = "5.10.0"
1111
mapstruct = "1.4.0.Final"
1212
mockito = "5.4.0"
1313
spring = "5.0.0.RELEASE"
1414
springBoot = "2.7.7"
15-
springDependencyManagement = "1.1.0"
15+
springDependencyManagement = "1.1.2"
1616
versionsPlugin = "0.47.0"
1717

1818
[libraries]

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)