Skip to content

Commit

Permalink
[Upd] Upgrade jopa to 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Mar 10, 2022
1 parent 93619ff commit 20a34ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion s-pipes-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.7</version>
<version>1.14.0</version>
<configuration>
<aspectLibraries>
<aspectLibrary>
Expand Down
2 changes: 1 addition & 1 deletion s-pipes-forms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.11</version>
<version>1.14.0</version>
<configuration>
<complianceLevel>${jdk.version}</complianceLevel>
<source>${jdk.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion s-pipes-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.11</version>
<version>1.14.0</version>
<configuration>
<complianceLevel>${jdk.version}</complianceLevel>
<source>${jdk.version}</source>
Expand Down
4 changes: 2 additions & 2 deletions s-pipes-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<org.springframework.security.version>5.0.6.RELEASE</org.springframework.security.version>
<com.fasterxml.jackson.version>2.9.6</com.fasterxml.jackson.version>
<org.eclipse.rdf4j.version>2.5.3</org.eclipse.rdf4j.version>
<cz.cvut.kbss.jopa.version>0.13.1</cz.cvut.kbss.jopa.version>
<org.aspectj.version>1.9.4</org.aspectj.version>
<cz.cvut.kbss.jopa.version>0.17.2</cz.cvut.kbss.jopa.version>
<org.aspectj.version>1.9.7</org.aspectj.version>
<org.junit.jupiter.version>5.2.0</org.junit.jupiter.version>
<org.mockito.version>2.21.0</org.mockito.version>
<commons.io.version>2.6</commons.io.version>
Expand Down

0 comments on commit 20a34ac

Please sign in to comment.