File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ plugins {
2323 id ' org.hibernate.orm.database-service' apply false
2424 id ' biz.aQute.bnd' version ' 7.1.0' apply false
2525
26- id " com.diffplug.spotless" version " 7.0.4 "
26+ id " com.diffplug.spotless" version " 7.2.1 "
2727 id ' org.checkerframework' version ' 0.6.56'
2828 id ' org.hibernate.orm.build.jdks'
2929
3030 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
3131
3232 id ' idea'
33- id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.1.10 '
33+ id ' org.jetbrains.gradle.plugin.idea-ext' version ' 1.2 '
3434 id ' eclipse'
3535 id " com.dorongold.task-tree" version " 4.0.1"
3636}
Original file line number Diff line number Diff line change 55plugins {
66 id " java-gradle-plugin"
77 id ' groovy-gradle-plugin'
8- id " com.diffplug.spotless" version " 7.0.4 "
8+ id " com.diffplug.spotless" version " 7.2.1 "
99}
1010
1111repositories {
@@ -30,10 +30,10 @@ dependencies {
3030
3131 implementation " de.thetaphi:forbiddenapis:3.9"
3232
33- implementation " org.apache.maven:maven-embedder:3.9.10 "
34- implementation " org.apache.maven:maven-compat:3.9.10 "
35- implementation " org.apache.maven.resolver:maven-resolver-connector-basic:1.9.23 "
36- implementation " org.apache.maven.resolver:maven-resolver-transport-http:1.9.23 "
33+ implementation " org.apache.maven:maven-embedder:3.9.11 "
34+ implementation " org.apache.maven:maven-compat:3.9.11 "
35+ implementation " org.apache.maven.resolver:maven-resolver-connector-basic:1.9.24 "
36+ implementation " org.apache.maven.resolver:maven-resolver-transport-http:1.9.24 "
3737 implementation " org.slf4j:slf4j-simple:1.7.36"
3838}
3939
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
1818plugins {
1919 id ' org.hibernate.orm.build.env-settings'
2020 id ' org.hibernate.orm.build.jdks-settings'
21- id ' com.gradle.develocity' version ' 4.0.2 '
21+ id ' com.gradle.develocity' version ' 4.1 '
2222 id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.3'
2323}
2424
You can’t perform that action at this time.
0 commit comments