diff --git a/graphql-modules/pom.xml b/graphql-modules/pom.xml index ef05e3eea6..0d01798556 100644 --- a/graphql-modules/pom.xml +++ b/graphql-modules/pom.xml @@ -35,6 +35,8 @@ + 1.7.32 + 1.2.7 4.4.0 diff --git a/jackson-modules/jackson-annotations/pom.xml b/jackson-modules/jackson-annotations/pom.xml index 158b5b189a..3097656961 100644 --- a/jackson-modules/jackson-annotations/pom.xml +++ b/jackson-modules/jackson-annotations/pom.xml @@ -60,7 +60,7 @@ 2.1.214 5.4.0 - 2.5.0 + 3.1.5 \ No newline at end of file diff --git a/jackson-modules/jackson-annotations/src/main/java/com/baeldung/jackson/jsonignorevstransient/User.java b/jackson-modules/jackson-annotations/src/main/java/com/baeldung/jackson/jsonignorevstransient/User.java index c12e5225db..5031c8d047 100644 --- a/jackson-modules/jackson-annotations/src/main/java/com/baeldung/jackson/jsonignorevstransient/User.java +++ b/jackson-modules/jackson-annotations/src/main/java/com/baeldung/jackson/jsonignorevstransient/User.java @@ -1,9 +1,9 @@ package com.baeldung.jackson.jsonignorevstransient; -import javax.persistence.Entity; -import javax.persistence.Id; -import javax.persistence.Table; -import javax.persistence.Transient; +import jakarta.persistence.Entity; +import jakarta.persistence.Id; +import jakarta.persistence.Table; +import jakarta.persistence.Transient; import java.io.Serializable; @Entity diff --git a/parent-boot-2/pom.xml b/parent-boot-2/pom.xml index 9b40dbbe8e..fe70964e98 100644 --- a/parent-boot-2/pom.xml +++ b/parent-boot-2/pom.xml @@ -107,6 +107,8 @@ 2.7.11 1.9.20.1 8.2.0 + 1.7.32 + 1.2.7 \ No newline at end of file diff --git a/parent-boot-3/pom.xml b/parent-boot-3/pom.xml index d4ca41291d..bb4d170894 100644 --- a/parent-boot-3/pom.xml +++ b/parent-boot-3/pom.xml @@ -47,12 +47,12 @@ org.slf4j slf4j-api - ${slf4j.version} + ${org.slf4j.version} org.slf4j jcl-over-slf4j - ${slf4j.version} + ${org.slf4j.version} org.springframework.boot @@ -232,8 +232,6 @@ 3.1.5 5.8.2 0.9.17 - 1.4.4 - 2.0.3 diff --git a/patterns-modules/design-patterns-architectural/pom.xml b/patterns-modules/design-patterns-architectural/pom.xml index ec7dae42b3..276e2a41a9 100644 --- a/patterns-modules/design-patterns-architectural/pom.xml +++ b/patterns-modules/design-patterns-architectural/pom.xml @@ -72,6 +72,8 @@ 5.5.14 3.20.4 3.14.0 + 1.7.32 + 1.2.7 \ No newline at end of file diff --git a/patterns-modules/monkey-patching/pom.xml b/patterns-modules/monkey-patching/pom.xml index 1d0146d990..93693a7fe3 100644 --- a/patterns-modules/monkey-patching/pom.xml +++ b/patterns-modules/monkey-patching/pom.xml @@ -3,7 +3,6 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - com.baeldung monkey-patching 1.0.0-SNAPSHOT monkey-patching @@ -19,12 +18,12 @@ org.springframework.boot spring-boot-starter-web - 2.7.0 + ${spring-boot.version} org.springframework.boot spring-boot-starter-test - 2.7.0 + ${spring-boot.version} org.springframework.boot @@ -45,5 +44,7 @@ 2.7.0 + 1.7.32 + 1.2.7 diff --git a/persistence-modules/spring-data-neo4j/pom.xml b/persistence-modules/spring-data-neo4j/pom.xml index 8a0a9ff464..a1d1e4660e 100644 --- a/persistence-modules/spring-data-neo4j/pom.xml +++ b/persistence-modules/spring-data-neo4j/pom.xml @@ -48,6 +48,8 @@ 2.7.14 5.10.0 + 1.7.32 + 1.2.7 \ No newline at end of file diff --git a/persistence-modules/spring-persistence-simple/pom.xml b/persistence-modules/spring-persistence-simple/pom.xml index c486a95e96..04c0dfe297 100644 --- a/persistence-modules/spring-persistence-simple/pom.xml +++ b/persistence-modules/spring-persistence-simple/pom.xml @@ -101,6 +101,8 @@ 2.2.7.RELEASE 0.23.0 2.5.2 + 1.7.32 + 1.2.7 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 055b108141..356b61b5dc 100644 --- a/pom.xml +++ b/pom.xml @@ -1156,8 +1156,8 @@ - 1.7.32 - 1.2.7 + 2.0.12 + 1.5.3 2.22.2 diff --git a/spring-cloud-modules/spring-cloud-netflix-feign/pom.xml b/spring-cloud-modules/spring-cloud-netflix-feign/pom.xml index 92d66c03df..5915bb3c6d 100644 --- a/spring-cloud-modules/spring-cloud-netflix-feign/pom.xml +++ b/spring-cloud-modules/spring-cloud-netflix-feign/pom.xml @@ -75,6 +75,8 @@ Camden.SR7 8.18.0 + 1.7.32 + 1.2.7 \ No newline at end of file diff --git a/spring-remoting-modules/pom.xml b/spring-remoting-modules/pom.xml index f7f8abbf87..b5e288dd5f 100644 --- a/spring-remoting-modules/pom.xml +++ b/spring-remoting-modules/pom.xml @@ -21,7 +21,7 @@ - remoting-hessian-burlap + remoting-http remoting-amqp remoting-jms diff --git a/web-modules/ratpack/pom.xml b/web-modules/ratpack/pom.xml index 3f93f25bef..c392788068 100644 --- a/web-modules/ratpack/pom.xml +++ b/web-modules/ratpack/pom.xml @@ -106,6 +106,8 @@ 1.5.12 2.4.15 1.6.1 + 1.7.32 + 1.2.7 \ No newline at end of file