File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
spring-cloud-openfeign-core Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22 "dependencies" : {
33 "antora" : " 3.2.0-alpha.6" ,
44 "@antora/atlas-extension" : " 1.0.0-alpha.2" ,
5- "@antora/collector-extension" : " 1.0.0-beta.2 " ,
5+ "@antora/collector-extension" : " 1.0.0-beta.3 " ,
66 "@asciidoctor/tabs" : " 1.0.0-beta.6" ,
77 "@springio/antora-extensions" : " 1.14.2" ,
88 "@springio/asciidoctor-extensions" : " 1.0.0-alpha.14"
Original file line number Diff line number Diff line change 189189 <dependency >
190190 <groupId >io.vavr</groupId >
191191 <artifactId >vavr</artifactId >
192- <version >0.10.4 </version >
192+ <version >0.10.5 </version >
193193 <scope >test</scope >
194194 </dependency >
195195 <dependency >
Original file line number Diff line number Diff line change 1414 <suppress files =" .*Hello.*" checks =" RedundantModifier" />
1515 <suppress files =" .*test.*" checks =" JavadocStyle" />
1616 <suppress files =" .*test.*" checks =" JavadocVariable" />
17+ <suppress files =" [\\/]src[\\/](test|testFixtures)[\\/](java|java21)[\\/]" checks =" RegexpSinglelineJava" id =" toLowerCaseWithoutLocale" />
18+ <suppress files =" [\\/]src[\\/](test|testFixtures)[\\/](java|java21)[\\/]" checks =" RegexpSinglelineJava" id =" toUpperCaseWithoutLocale" />
1719 <!-- Important -->
1820 <suppress files =" .*HttpEncoding.*" checks =" InterfaceIsTypeCheck" />
1921</suppressions >
You can’t perform that action at this time.
0 commit comments