Skip to content

Commit 0a84d53

Browse files
authored
Merge branch 'master' into szpak/renovateDeprecatedPrefixes
2 parents 8fa9f8d + de22b9d commit 0a84d53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ mockito5 = '5.15.2'
1111
workflows-kotlin = "2.1.0"
1212

1313
[libraries]
14-
jetbrains-annotations = "org.jetbrains:annotations:26.0.1"
14+
jetbrains-annotations = "org.jetbrains:annotations:26.0.2"
1515
asciidoctorj = { module = "org.asciidoctor:asciidoctorj", version.ref = "asciidoctorj" }
1616
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
1717
asmUtil = { module = "org.ow2.asm:asm-util", version.ref = "asm" }
18-
bytebuddy = "net.bytebuddy:byte-buddy:1.16.1"
18+
bytebuddy = "net.bytebuddy:byte-buddy:1.17.0"
1919
cglib = "cglib:cglib-nodep:3.3.0"
2020
geantyref = "io.leangen.geantyref:geantyref:1.3.16"
2121
h2database = "com.h2database:h2:2.2.224"

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ pluginManagement {
77
}
88

99
plugins {
10-
id "com.gradle.develocity" version "3.19"
10+
id "com.gradle.develocity" version "3.19.1"
1111
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.0.2"
1212
id "org.asciidoctor.jvm.convert" version "4.0.4"
1313
id "net.nemerosa.versioning" version "3.1.0"
1414
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
15-
id "com.github.ben-manes.versions" version "0.51.0"
15+
id "com.github.ben-manes.versions" version "0.52.0"
1616
id "biz.aQute.bnd.builder" version "7.1.0"
1717
id "io.spring.nohttp" version "0.0.11"
1818
}

0 commit comments

Comments
 (0)