From e08f9a5c5c180828f33d579e9b10aa044b6b003c Mon Sep 17 00:00:00 2001 From: Piotrek Zygielo Date: Mon, 11 Sep 2023 18:27:30 +0200 Subject: [PATCH] Bump required JDK 17 needed due to [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:compile (default-compile) on project spring-bridge: Compilation failure: Compilation failure: [ERROR] spring-bridge/src/main/java/org/jvnet/hk2/spring/bridge/api/SpringScopeImpl.java:[24,41] cannot access org.springframework.beans.factory.ObjectFactory [ERROR] bad class file: org/springframework/spring-beans/6.0.11/spring-beans-6.0.11.jar(/org/springframework/beans/factory/ObjectFactory.class) [ERROR] class file has wrong version 61.0, should be 55.0 [ERROR] Please remove or make sure it appears in the correct subdirectory of the classpath. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dfb3c99790..246736c0b5 100644 --- a/pom.xml +++ b/pom.xml @@ -140,7 +140,7 @@ - 11 + 17 3.2.5 2023-04-09T08:38:05Z