Skip to content

Commit

Permalink
Merge pull request #278 from europeana/EA-3648_upgrade_toJdk17
Browse files Browse the repository at this point in the history
EA-3648 upgrade SR to jdk 17, fix errors , fix hibernate error
  • Loading branch information
P-Ehlert committed Dec 13, 2023
2 parents a9797b7 + 36623ba commit c38e67a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion corelib-record/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion corelib-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion corelib-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion corelib-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<artifactId>mockito-core</artifactId>
<version>${mockito.version}</version>
<!-- set to compile instead of test to avoid error messages in bean .xml definitions -->
<scope>compile</scope>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@
<commonsIO.version>2.4</commonsIO.version>
<commonsLang3.version>3.12.0</commonsLang3.version>
<httpclient.version>4.5.13</httpclient.version>
<jackson.version>2.14.1</jackson.version>
<jackson.version>2.16.0</jackson.version>
<jibx.version>1.3.3</jibx.version>
<jodatime.version>2.9.2</jodatime.version>
<junit.version>4.13.1</junit.version>
<log4j2.version>2.19.0</log4j2.version>
<mockito.version>1.10.19</mockito.version>
<mockito.version>3.2.0</mockito.version>

<springBoot.version>1.3.8.RELEASE</springBoot.version>
<springCore.version>4.3.23.RELEASE</springCore.version>

<maven.compiler.release>11</maven.compiler.release>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit c38e67a

Please sign in to comment.