Backend Development 2 min read

What’s New in Spring Boot Admin 2.2.3? Key Upgrade Details and Dependency Info

This article lists the Maven dependencies for Spring Boot Admin 2.2.3 and outlines the upgrade changes, including Spring Boot 2.2.7, Spring Cloud Hoxton.SR4, Portuguese language support, customizable pages, language set extensions, InstanceEvents deserialization improvements, and fixes for custom CSS/JS loading issues.

Java Architecture Diary
Java Architecture Diary
Java Architecture Diary
What’s New in Spring Boot Admin 2.2.3? Key Upgrade Details and Dependency Info

Version Information

<code>&lt;dependency&gt;
    &lt;groupId&gt;de.codecentric&lt;/groupId&gt;
    &lt;artifactId&gt;spring-boot-admin-starter-server&lt;/artifactId&gt;
    &lt;version&gt;2.2.3&lt;/version&gt;
&lt;/dependency&gt;
&lt;dependency&gt;
    &lt;groupId&gt;de.codecentric&lt;/groupId&gt;
    &lt;artifactId&gt;spring-boot-admin-starter-client&lt;/artifactId&gt;
    &lt;version&gt;2.2.3&lt;/version&gt;
&lt;/dependency&gt;
</code>

Upgrade Log

Upgrade Spring Boot to 2.2.7

Spring Cloud Hoxton.SR4

Internationalization support for Portuguese language

Internationalization support for custom pages

Internationalization support for available language set

Optimized InstanceEvents deserialization

Fixed issues where custom CSS/JS could not be loaded

More

For more information, see:

https://github.com/codecentric/spring-boot-admin/issues?utf8=%E2%9C%93&q=milestone%3A2.2.3

dependency managementSpring BootInternationalizationSpring Boot AdminUpgrade Log
Java Architecture Diary
Written by

Java Architecture Diary

Committed to sharing original, high‑quality technical articles; no fluff or promotional content.

0 followers
Reader feedback

How this landed with the community

login Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.