Skip to content

Commit

Permalink
Update spring version for ols-client
Browse files Browse the repository at this point in the history
  • Loading branch information
haideriqbal committed Apr 25, 2024
1 parent 06fda24 commit 68a6e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ols-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<!-- <version>4.2.5.RELEASE</version>-->
<version>${org.springframework.version}</version>
<version>5.3.23</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<!-- <version>4.2.5.RELEASE</version>-->
<version>${org.springframework.version}</version>
<version>5.3.23</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>org.springframework</groupId>-->
Expand Down

0 comments on commit 68a6e5d

Please sign in to comment.