9
9
upgrade {
10
10
policy = " any"
11
11
gitHub {
12
- issueLabels = [" type: task " ]
12
+ issueLabels = [" type: dependency-upgrade " ]
13
13
}
14
14
}
15
15
library(" ActiveMQ" , " 6.1.6" ) {
@@ -129,7 +129,7 @@ bom {
129
129
releaseNotes(" https://github.com/mojohaus/build-helper-maven-plugin/releases/tag/{version}" )
130
130
}
131
131
}
132
- library(" Byte Buddy" , " 1.17.5 " ) {
132
+ library(" Byte Buddy" , " 1.17.6 " ) {
133
133
group(" net.bytebuddy" ) {
134
134
modules = [
135
135
" byte-buddy" ,
@@ -284,7 +284,7 @@ bom {
284
284
releaseNotes(" https://github.com/CycloneDX/cyclonedx-maven-plugin/releases/tag/cyclonedx-maven-plugin-{version}" )
285
285
}
286
286
}
287
- library(" DB2 JDBC" , " 12.1.0 .0" ) {
287
+ library(" DB2 JDBC" , " 12.1.2 .0" ) {
288
288
group(" com.ibm.db2" ) {
289
289
modules = [
290
290
" jcc"
@@ -653,7 +653,7 @@ bom {
653
653
]
654
654
}
655
655
}
656
- library(" Infinispan" , " 15.2.3 .Final" ) {
656
+ library(" Infinispan" , " 15.2.4 .Final" ) {
657
657
group(" org.infinispan" ) {
658
658
bom(" infinispan-bom" )
659
659
}
@@ -681,10 +681,7 @@ bom {
681
681
because " we don't want release candidates"
682
682
}
683
683
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" )
688
685
}
689
686
links {
690
687
releaseNotes(" https://github.com/FasterXML/jackson/wiki/Jackson-Release-{version}" )
@@ -1732,7 +1729,7 @@ bom {
1732
1729
javadoc(" https://javadoc.io/doc/org.messaginghub/pooled-jms/{version}" , " org.messaginghub.pooled.jms" )
1733
1730
}
1734
1731
}
1735
- library(" Postgresql" , " 42.7.6 " ) {
1732
+ library(" Postgresql" , " 42.7.7 " ) {
1736
1733
group(" org.postgresql" ) {
1737
1734
modules = [
1738
1735
" postgresql"
@@ -2149,7 +2146,7 @@ bom {
2149
2146
releaseNotes(" https://github.com/spring-projects/spring-amqp/releases/tag/v{version}" )
2150
2147
}
2151
2148
}
2152
- library(" Spring Authorization Server" , " 1.5.0-SNAPSHOT " ) {
2149
+ library(" Spring Authorization Server" , " 1.5.1 " ) {
2153
2150
considerSnapshots()
2154
2151
group(" org.springframework.security" ) {
2155
2152
modules = [
@@ -2279,7 +2276,7 @@ bom {
2279
2276
releaseNotes(" https://github.com/spring-projects/spring-kafka/releases/tag/v{version}" )
2280
2277
}
2281
2278
}
2282
- library(" Spring LDAP" , " 3.3.0 " ) {
2279
+ library(" Spring LDAP" , " 3.3.1 " ) {
2283
2280
considerSnapshots()
2284
2281
group(" org.springframework.ldap" ) {
2285
2282
modules = [
@@ -2299,7 +2296,7 @@ bom {
2299
2296
releaseNotes(" https://github.com/spring-projects/spring-ldap/releases/tag/{version}" )
2300
2297
}
2301
2298
}
2302
- library(" Spring Pulsar" , " 1.2.6 " ) {
2299
+ library(" Spring Pulsar" , " 1.2.7 " ) {
2303
2300
considerSnapshots()
2304
2301
group(" org.springframework.pulsar" ) {
2305
2302
bom(" spring-pulsar-bom" )
@@ -2357,7 +2354,7 @@ bom {
2357
2354
releaseNotes(" https://github.com/spring-projects/spring-security/releases/tag/{version}" )
2358
2355
}
2359
2356
}
2360
- library(" Spring Session" , " 3.5.0 " ) {
2357
+ library(" Spring Session" , " 3.5.1 " ) {
2361
2358
considerSnapshots()
2362
2359
prohibit {
2363
2360
startsWith([" Apple-" , " Bean-" , " Corn-" , " Dragonfruit-" ])
@@ -2510,7 +2507,7 @@ bom {
2510
2507
releaseNotes(version -> " https://tomcat.apache.org/tomcat-%s.%s-doc/changelog.html" . formatted(version. major(), version. minor()))
2511
2508
}
2512
2509
}
2513
- library(" UnboundID LDAPSDK" , " 7.0.2 " ) {
2510
+ library(" UnboundID LDAPSDK" , " 7.0.3 " ) {
2514
2511
group(" com.unboundid" ) {
2515
2512
modules = [
2516
2513
" unboundid-ldapsdk"
0 commit comments