Skip to content

Commit 45858ed

Browse files
authored
Chore/dependencies (#122)
* Latest Dependencies * Latest Gradle
1 parent 85744b1 commit 45858ed

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<component name="ProjectRunConfigurationManager">
2+
<configuration default="false" name="mapstruct-spring-extension [wrapper]" type="GradleRunConfiguration" factoryName="Gradle">
3+
<ExternalSystemSettings>
4+
<option name="executionName" />
5+
<option name="externalProjectPath" value="$PROJECT_DIR$" />
6+
<option name="externalSystemIdString" value="GRADLE" />
7+
<option name="scriptParameters" value="" />
8+
<option name="taskDescriptions">
9+
<list />
10+
</option>
11+
<option name="taskNames">
12+
<list>
13+
<option value="wrapper" />
14+
<option value="--gradle-version=latest" />
15+
</list>
16+
</option>
17+
<option name="vmOptions" />
18+
</ExternalSystemSettings>
19+
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
20+
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
21+
<DebugAllEnabled>false</DebugAllEnabled>
22+
<RunAsTest>false</RunAsTest>
23+
<method v="2" />
24+
</configuration>
25+
</component>

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ assertj = "3.27.3"
44
commons-io = "2.18.0"
55
commons-lang3 = "3.17.0"
66
compile-testing = "0.21.0"
7-
dependencyCheck = "12.0.1"
7+
dependencyCheck = "12.0.2"
88
dummymaker = "4.0.0"
99
guava = "33.4.0-jre"
1010
jakarta-annotation-api = "1.3.5"
@@ -16,7 +16,7 @@ mockito = "5.15.2"
1616
spring = "5.0.0.RELEASE"
1717
springBoot = "2.7.16"
1818
springDependencyManagement = "1.1.7"
19-
versionsPlugin = "0.51.0"
19+
versionsPlugin = "0.52.0"
2020

2121
[libraries]
2222
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertj"}

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

0 commit comments

Comments
 (0)