File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
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 "
27- id ' org.checkerframework' version ' 0.6.56 '
26+ id " com.diffplug.spotless" version " 8 .0.0 "
27+ id ' org.checkerframework' version ' 0.6.60 '
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.3 '
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 " 8 .0.0 "
99}
1010
1111repositories {
@@ -30,14 +30,14 @@ dependencies {
3030 implementation ' jakarta.json.bind:jakarta.json.bind-api:2.0.0'
3131 implementation ' jakarta.json:jakarta.json-api:2.0.1'
3232 implementation ' org.eclipse:yasson:2.0.4'
33- implementation ' org.jsoup:jsoup:1.21.1 '
33+ implementation ' org.jsoup:jsoup:1.21.2 '
3434
35- implementation " de.thetaphi:forbiddenapis:3.9 "
35+ implementation " de.thetaphi:forbiddenapis:3.10 "
3636
37- implementation " org.apache.maven:maven-embedder:3.9.10 "
38- implementation " org.apache.maven:maven-compat:3.9.10 "
39- implementation " org.apache.maven.resolver:maven-resolver-connector-basic:1.9.23 "
40- implementation " org.apache.maven.resolver:maven-resolver-transport-http:1.9.23 "
37+ implementation " org.apache.maven:maven-embedder:3.9.11 "
38+ implementation " org.apache.maven:maven-compat:3.9.11 "
39+ implementation " org.apache.maven.resolver:maven-resolver-connector-basic:1.9.24 "
40+ implementation " org.apache.maven.resolver:maven-resolver-transport-http:1.9.24 "
4141 implementation " org.slf4j:slf4j-simple:1.7.36"
4242}
4343
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ 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'
22- id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.3 '
21+ id ' com.gradle.develocity' version ' 4.2 .2'
22+ id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.4.0 '
2323}
2424
2525dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments