Spring-boot 2.5.6 was released and included a tomcat upgrade that is also applicable to spring-boot-starter-web. Maven Central has no release information for 2.5.6 besides the core spring-boot package. Spring-boot-starter-web's most current release is 2.5.5 with the old version of tomcat.

Can we get the starters updated to match the core package? This likely applies to other starters, my team just uses the web starter.

Comment From: higgsch

I assume this was simply an oversight when publishing the core. If this is incorrect and the starters are already planned to be updated, please close this issue with a comment.

Comment From: anbusampath

I just created sample app with 2.5.6, spring-boot-starter-web getting downloaded from maven central. If you are looking at here - https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web , it might take some time to reflect.

Comment From: philwebb

All artifacts should be uploaded at the same time. I can download the POM from https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-starter-web/2.5.6/spring-boot-starter-web-2.5.6.pom without issue so perhaps you have a network glitch on your side? You could try running mvn -U or clearing out your maven cache.

Comment From: higgsch

I am looking at https://search.maven.org/artifact/org.springframework.boot/spring-boot-starter-web/2.5.5/jar and https://search.maven.org/artifact/org.springframework.boot/spring-boot/2.5.6/jar

I was able to find the package in the registry itself, manually pulling the package updated the cache and got it working. Strange that the spring-boot page was updated and the web starter page wasn't.

Comment From: wilkinsona

Search takes a while to reindex and its updates are not done atomically. Please use https://repo1.maven.org/maven2/ as the source of truth for a module's availability on Maven Central.