Skip to content

Commit

Permalink
POM update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemSempere committed Mar 24, 2022
1 parent 320c7e1 commit 2a8e99f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<java.version>1.8</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<Gigwa2ServiceImpl.version>2.5-beta</Gigwa2ServiceImpl.version>
</properties>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
Expand Down Expand Up @@ -37,7 +36,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.13</version>
<version>5.3.17</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -67,7 +66,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>2.3.5.RELEASE</version>
<version>2.6.3</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 2a8e99f

Please sign in to comment.