Skip to content

Commit

Permalink
Merge branch 'master' into stateless-extension
Browse files Browse the repository at this point in the history
  • Loading branch information
leonard84 authored Dec 19, 2024
2 parents e11d4b0 + 06b32a9 commit 15499fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jetbrains-annotations = "org.jetbrains:annotations:26.0.1"
asciidoctorj = { module = "org.asciidoctor:asciidoctorj", version.ref = "asciidoctorj" }
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
asmUtil = { module = "org.ow2.asm:asm-util", version.ref = "asm" }
bytebuddy = "net.bytebuddy:byte-buddy:1.15.10"
bytebuddy = "net.bytebuddy:byte-buddy:1.15.11"
cglib = "cglib:cglib-nodep:3.3.0"
geantyref = "io.leangen.geantyref:geantyref:1.3.16"
h2database = "com.h2database:h2:2.2.224"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=57dafb5c2622c6cc08b993c85b7c06956a2f53536432a30ead46166dbca0f1e9
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ pluginManagement {
}

plugins {
id "com.gradle.develocity" version "3.18.2"
id "com.gradle.develocity" version "3.19"
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.0.2"
id "org.asciidoctor.jvm.convert" version "4.0.3"
id "net.nemerosa.versioning" version "3.1.0"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
id "com.github.ben-manes.versions" version "0.51.0"
id "biz.aQute.bnd.builder" version "7.0.0"
id "biz.aQute.bnd.builder" version "7.1.0"
id "io.spring.nohttp" version "0.0.11"
}
}
Expand Down

0 comments on commit 15499fa

Please sign in to comment.