Skip to content

Commit 7402afe

Browse files
Konstantina Chremmoukc284
authored andcommitted
CP-311919: Bumped version of Java SDK dependency. Also bumped Java version to 17 (LTS)
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@cloud.com> Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
1 parent 6cc77e5 commit 7402afe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • ocaml/sdk-gen/java/autogen/xen-api

ocaml/sdk-gen/java/autogen/xen-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>com.fasterxml.jackson.core</groupId>
5757
<artifactId>jackson-databind</artifactId>
58-
<version>2.16.1</version>
58+
<version>2.21.2</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.apache.httpcomponents.client5</groupId>
@@ -90,7 +90,7 @@
9090
<artifactId>maven-compiler-plugin</artifactId>
9191
<version>3.12.1</version>
9292
<configuration>
93-
<release>11</release>
93+
<release>17</release>
9494
<compilerArgs>
9595
<arg>-Xlint:deprecation</arg>
9696
<arg>-Xlint:unchecked</arg>

0 commit comments

Comments
 (0)