Skip to content

Commit

Permalink
[0.3.1] Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
ledsoft committed Oct 21, 2024
1 parent 75243c9 commit 23e89e8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.ledsoft</groupId>
<artifactId>jopa-spring-transaction</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
<name>JOPA-Spring-transaction</name>
<description>
Integration of JOPA with Spring declarative transactions.
Expand All @@ -19,11 +19,11 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>

<cz.cvut.kbss.jopa.version>2.0.0</cz.cvut.kbss.jopa.version>
<org.springframework.version>6.1.8</org.springframework.version>
<cz.cvut.kbss.jopa.version>2.1.0</cz.cvut.kbss.jopa.version>
<org.springframework.version>6.1.14</org.springframework.version>

<org.junit.jupiter.version>5.9.2</org.junit.jupiter.version>
<org.mockito.version>5.3.1</org.mockito.version>
<org.junit.jupiter.version>5.10.3</org.junit.jupiter.version>
<org.mockito.version>5.14.2</org.mockito.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -200,7 +200,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 23e89e8

Please sign in to comment.