Skip to content

Commit

Permalink
Use latest javax.persistence and jacoco version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Nov 20, 2021
1 parent bcb5fca commit e1ea581
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion iam-login-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

<properties>
<eclipselink.version>2.7.9</eclipselink.version>
<javax.persistence.version>2.2.1</javax.persistence.version>

<!-- Sonar Jacoco massaging -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
Expand Down Expand Up @@ -178,7 +179,7 @@
<dependency>
<groupId>org.eclipse.persistence</groupId>
<artifactId>javax.persistence</artifactId>
<version>2.1.0</version>
<version>${javax.persistence.version}</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<json-path.version>2.2.0</json-path.version>

<license-maven-plugin.version>3.0</license-maven-plugin.version>
<jacoco-plugin.version>0.8.3</jacoco-plugin.version>
<jacoco-plugin.version>0.8.7</jacoco-plugin.version>
<jib-maven-plugin.version>3.1.4</jib-maven-plugin.version>


Expand Down

0 comments on commit e1ea581

Please sign in to comment.