Skip to content

Commit 710f00f

Browse files
committed
Prepare regular dependency upgrades
This commit syncs dependencies from 3.5.x and restores the use of the "type: dependency-upgrade" label. Closes gh-46045
1 parent 62ecae9 commit 710f00f

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ checkstyleToolVersion=10.12.4
1111
commonsCodecVersion=1.18.0
1212
graalVersion=22.3
1313
hamcrestVersion=3.0
14-
jacksonVersion=2.19.0
14+
jacksonVersion=2.19.1
1515
javaFormatVersion=0.0.43
1616
junitJupiterVersion=5.12.2
1717
kotlinVersion=2.1.0

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ bom {
99
upgrade {
1010
policy = "any"
1111
gitHub {
12-
issueLabels = ["type: task"]
12+
issueLabels = ["type: dependency-upgrade"]
1313
}
1414
}
1515
library("ActiveMQ", "6.1.6") {
@@ -129,7 +129,7 @@ bom {
129129
releaseNotes("https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}")
130130
}
131131
}
132-
library("Byte Buddy", "1.17.5") {
132+
library("Byte Buddy", "1.17.6") {
133133
group("net.bytebuddy") {
134134
modules = [
135135
"byte-buddy",
@@ -284,7 +284,7 @@ bom {
284284
releaseNotes("https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}")
285285
}
286286
}
287-
library("DB2 JDBC", "12.1.0.0") {
287+
library("DB2 JDBC", "12.1.2.0") {
288288
group("com.ibm.db2") {
289289
modules = [
290290
"jcc"
@@ -653,7 +653,7 @@ bom {
653653
]
654654
}
655655
}
656-
library("Infinispan", "15.2.3.Final") {
656+
library("Infinispan", "15.2.4.Final") {
657657
group("org.infinispan") {
658658
bom("infinispan-bom")
659659
}
@@ -681,10 +681,7 @@ bom {
681681
because "we don't want release candidates"
682682
}
683683
group("com.fasterxml.jackson") {
684-
bom("jackson-bom") {
685-
permit("com.fasterxml.woodstox:woodstox-core")
686-
permit("org.codehaus.woodstox:stax2-api")
687-
}
684+
bom("jackson-bom")
688685
}
689686
links {
690687
releaseNotes("https://github.com/FasterXML/jackson/wiki/Jackson-Release-{version}")
@@ -1732,7 +1729,7 @@ bom {
17321729
javadoc("https://javadoc.io/doc/org.messaginghub/pooled-jms/{version}", "org.messaginghub.pooled.jms")
17331730
}
17341731
}
1735-
library("Postgresql", "42.7.6") {
1732+
library("Postgresql", "42.7.7") {
17361733
group("org.postgresql") {
17371734
modules = [
17381735
"postgresql"
@@ -2149,7 +2146,7 @@ bom {
21492146
releaseNotes("https://github.com/spring-projects/spring-amqp/releases/tag/v{version}")
21502147
}
21512148
}
2152-
library("Spring Authorization Server", "1.5.0-SNAPSHOT") {
2149+
library("Spring Authorization Server", "1.5.1") {
21532150
considerSnapshots()
21542151
group("org.springframework.security") {
21552152
modules = [
@@ -2279,7 +2276,7 @@ bom {
22792276
releaseNotes("https://github.com/spring-projects/spring-kafka/releases/tag/v{version}")
22802277
}
22812278
}
2282-
library("Spring LDAP", "3.3.0") {
2279+
library("Spring LDAP", "3.3.1") {
22832280
considerSnapshots()
22842281
group("org.springframework.ldap") {
22852282
modules = [
@@ -2299,7 +2296,7 @@ bom {
22992296
releaseNotes("https://github.com/spring-projects/spring-ldap/releases/tag/{version}")
23002297
}
23012298
}
2302-
library("Spring Pulsar", "1.2.6") {
2299+
library("Spring Pulsar", "1.2.7") {
23032300
considerSnapshots()
23042301
group("org.springframework.pulsar") {
23052302
bom("spring-pulsar-bom")
@@ -2357,7 +2354,7 @@ bom {
23572354
releaseNotes("https://github.com/spring-projects/spring-security/releases/tag/{version}")
23582355
}
23592356
}
2360-
library("Spring Session", "3.5.0") {
2357+
library("Spring Session", "3.5.1") {
23612358
considerSnapshots()
23622359
prohibit {
23632360
startsWith(["Apple-", "Bean-", "Corn-", "Dragonfruit-"])
@@ -2510,7 +2507,7 @@ bom {
25102507
releaseNotes(version -> "https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html".formatted(version.major(), version.minor()))
25112508
}
25122509
}
2513-
library("UnboundID LDAPSDK", "7.0.2") {
2510+
library("UnboundID LDAPSDK", "7.0.3") {
25142511
group("com.unboundid") {
25152512
modules = [
25162513
"unboundid-ldapsdk"

spring-boot-project/spring-boot-parent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ bom {
172172
]
173173
}
174174
}
175-
library("OpenTelemetry Logback Appender", "2.7.0-alpha") {
175+
library("OpenTelemetry Logback Appender", "2.16.0-alpha") {
176176
group("io.opentelemetry.instrumentation") {
177177
modules = [
178178
"opentelemetry-logback-appender-1.0"

0 commit comments

Comments
 (0)