Skip to content

Commit

Permalink
Loosen the Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
george-smith-infosys committed Nov 5, 2023
1 parent c87ae6a commit 41b126b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.litesoft</groupId>
<artifactId>jdbc_template_helper</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>jdbc_template_helper</name>
Expand Down Expand Up @@ -59,26 +59,26 @@
<dependency>
<groupId>org.litesoft</groupId>
<artifactId>annotations</artifactId>
<version>2.2.0</version>
<version>[2.2.2,3.0)</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId>
<version>6.0.12</version>
<version>[6.0.12,7.0)</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>[1.18.30,2.0)</version>
<optional>true</optional>
</dependency>

<!-- Test dependencies -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.9.2</version>
<version>[5.9.2,6.0)</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 41b126b

Please sign in to comment.