diff --git a/parent-boot-3/pom.xml b/parent-boot-3/pom.xml
index d4ca41291d..f45e108f02 100644
--- a/parent-boot-3/pom.xml
+++ b/parent-boot-3/pom.xml
@@ -229,8 +229,8 @@
3.3.0
3.3.0
2.22.2
- 3.1.5
- 5.8.2
+ 3.2.2
+ 5.10.2
0.9.17
1.4.4
2.0.3
diff --git a/persistence-modules/spring-jooq/pom.xml b/persistence-modules/spring-jooq/pom.xml
index 5f8ab7231c..1387635afe 100644
--- a/persistence-modules/spring-jooq/pom.xml
+++ b/persistence-modules/spring-jooq/pom.xml
@@ -194,6 +194,7 @@
1.0.0
1.5
1.0.0
+ 3.1.5
\ No newline at end of file
diff --git a/persistence-modules/spring-mybatis/pom.xml b/persistence-modules/spring-mybatis/pom.xml
index 6de7cef347..d179881710 100644
--- a/persistence-modules/spring-mybatis/pom.xml
+++ b/persistence-modules/spring-mybatis/pom.xml
@@ -84,6 +84,7 @@
3.5.2
3.0.3
true
+ 3.1.5
\ No newline at end of file
diff --git a/spring-boot-modules/spring-boot-properties/pom.xml b/spring-boot-modules/spring-boot-properties/pom.xml
index dc1ab067a9..7614941f2d 100644
--- a/spring-boot-modules/spring-boot-properties/pom.xml
+++ b/spring-boot-modules/spring-boot-properties/pom.xml
@@ -147,6 +147,7 @@
@
com.baeldung.yaml.MyApplication
+ 3.1.5
\ No newline at end of file
diff --git a/spring-boot-modules/spring-boot-ssl-bundles/pom.xml b/spring-boot-modules/spring-boot-ssl-bundles/pom.xml
index 1f4e58f21f..8edbd9c79e 100644
--- a/spring-boot-modules/spring-boot-ssl-bundles/pom.xml
+++ b/spring-boot-modules/spring-boot-ssl-bundles/pom.xml
@@ -53,6 +53,7 @@
5.0.3
+ 3.1.5
\ No newline at end of file
diff --git a/spring-jinq/pom.xml b/spring-jinq/pom.xml
index ebac1c3112..4ba2028bc6 100644
--- a/spring-jinq/pom.xml
+++ b/spring-jinq/pom.xml
@@ -65,6 +65,7 @@
2.0.1
6.4.2.Final
+ 3.1.5
\ No newline at end of file
diff --git a/spring-kafka/src/main/java/com/baeldung/spring/kafka/KafkaConsumerConfig.java b/spring-kafka/src/main/java/com/baeldung/spring/kafka/KafkaConsumerConfig.java
index e8aa63a88d..6d3ba2b4d9 100644
--- a/spring-kafka/src/main/java/com/baeldung/spring/kafka/KafkaConsumerConfig.java
+++ b/spring-kafka/src/main/java/com/baeldung/spring/kafka/KafkaConsumerConfig.java
@@ -116,7 +116,7 @@ public class KafkaConsumerConfig {
public ConcurrentKafkaListenerContainerFactory multiTypeKafkaListenerContainerFactory() {
ConcurrentKafkaListenerContainerFactory factory = new ConcurrentKafkaListenerContainerFactory<>();
factory.setConsumerFactory(multiTypeConsumerFactory());
- factory.setMessageConverter(multiTypeConverter());
+ factory.setRecordMessageConverter(multiTypeConverter());
return factory;
}
diff --git a/spring-reactive-modules/spring-reactive-exceptions/pom.xml b/spring-reactive-modules/spring-reactive-exceptions/pom.xml
index a9fdb675f5..e9208c8b20 100644
--- a/spring-reactive-modules/spring-reactive-exceptions/pom.xml
+++ b/spring-reactive-modules/spring-reactive-exceptions/pom.xml
@@ -54,4 +54,8 @@
+
+ 3.1.5
+
+