From 0bd45e72b1a2d363b4056fe9e284465da768cd9b Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 19 Jan 2022 05:48:44 +0100 Subject: [PATCH] Update whatsnew.adoc --- spring-batch-docs/src/main/asciidoc/whatsnew.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-batch-docs/src/main/asciidoc/whatsnew.adoc b/spring-batch-docs/src/main/asciidoc/whatsnew.adoc index adac8a52f..6ef17ad07 100644 --- a/spring-batch-docs/src/main/asciidoc/whatsnew.adoc +++ b/spring-batch-docs/src/main/asciidoc/whatsnew.adoc @@ -29,6 +29,9 @@ Spring Batch 5 is updating the dependencies across the board to the following ve * Spring Data 3 * Spring AMQP 3 * Spring for Apache Kafka 3 +* Micrometer 2 + +This release also marks the migration to Jakarta EE 9 APIs. === Batch infrastructure configuration updates