Skip to content

Commit b46ffb1

Browse files
authored
Chore/dependencies (#117)
* Latest Gradle + Dependencies * Release 1.1.2 * Prepare next development version * Latest Gradle + Dependencies
1 parent f49c8ce commit b46ffb1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[versions]
22
asciidoctorPlugin = "4.0.3"
33
assertj = "3.26.3"
4-
commons-io = "2.16.1"
4+
commons-io = "2.17.0"
55
commons-lang3 = "3.17.0"
66
compile-testing = "0.21.0"
7-
dependencyCheck = "10.0.3"
7+
dependencyCheck = "10.0.4"
88
dummymaker = "4.0.0"
9-
guava = "33.3.0-jre"
9+
guava = "33.3.1-jre"
1010
jakarta-annotation-api = "1.3.5"
1111
javapoet = "1.13.0"
1212
jsr250 = "1.0"
13-
jupiter = "5.11.0"
13+
jupiter = "5.11.3"
1414
mapstruct = "1.4.0.Final"
15-
mockito = "5.13.0"
15+
mockito = "5.14.2"
1616
spring = "5.0.0.RELEASE"
1717
springBoot = "2.7.16"
1818
springDependencyManagement = "1.1.6"

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.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)