spring
                                
                                 spring copied to clipboard
                                
                                    spring copied to clipboard
                            
                            
                            
                        Build error for micrometer on 3.x
Cause is two.
- At first, micrometer version conflict (1.10.0-SNAPSHOT and 1.10.0-M6)
- spring-web: depends on 1.10.0-M6
- spring-batch: depends on 1.10.0-SNAPSHOT
 
- At second(If 1st problem is resolved), https://github.com/spring-projects/spring-batch/issues/4201
If the latest spring-batch 5.0.0-SNAPSHOT will published, I will fix this issue.
This issue has been fixed!