diff --git a/grpc/pom.xml b/grpc/pom.xml index fed1e801f2..758dc87c8f 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -74,7 +74,7 @@ - 1.40.1 + 1.62.2 3.17.2 1.6.2 0.6.1 diff --git a/spring-boot-modules/spring-boot-3-grpc/helloworld-grpc-java/pom.xml b/spring-boot-modules/spring-boot-3-grpc/helloworld-grpc-java/pom.xml index c2e3283095..dfc1d568dc 100644 --- a/spring-boot-modules/spring-boot-3-grpc/helloworld-grpc-java/pom.xml +++ b/spring-boot-modules/spring-boot-3-grpc/helloworld-grpc-java/pom.xml @@ -79,7 +79,7 @@ - 1.58.0 + 1.62.2 3.25.1 1.7.1 0.6.1 diff --git a/spring-boot-modules/spring-boot-graphql/pom.xml b/spring-boot-modules/spring-boot-graphql/pom.xml index cff039283d..6adf41367b 100644 --- a/spring-boot-modules/spring-boot-graphql/pom.xml +++ b/spring-boot-modules/spring-boot-graphql/pom.xml @@ -112,7 +112,7 @@ 3.19.2 0.6.1 - 1.43.2 + 1.62.2 2.13.1.RELEASE 1.5.1 1.3.5 diff --git a/spring-boot-modules/spring-boot-graphql/src/main/java/com/baeldung/graphql/error/handling/domain/Vehicle.java b/spring-boot-modules/spring-boot-graphql/src/main/java/com/baeldung/graphql/error/handling/domain/Vehicle.java index 36104347dd..a2dbaccefe 100644 --- a/spring-boot-modules/spring-boot-graphql/src/main/java/com/baeldung/graphql/error/handling/domain/Vehicle.java +++ b/spring-boot-modules/spring-boot-graphql/src/main/java/com/baeldung/graphql/error/handling/domain/Vehicle.java @@ -10,7 +10,6 @@ import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; - @Data @Entity @Builder