Skip to content

Commit

Permalink
Upgrade MitreID and other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
enricovianello committed Oct 30, 2023
1 parent 402693a commit 9675910
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
7 changes: 0 additions & 7 deletions iam-login-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,13 +488,6 @@
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<tasks>
<echo>Project Base Path (WEB):: ${project.basedir}</echo>
<echo>Jacoco exec target path (WEB)::
${sonar.jacoco.reportPath}</echo>
</tasks>
</configuration>
</execution>

<execution>
Expand Down
2 changes: 1 addition & 1 deletion iam-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>32.0.0-jre</version>
</dependency>

<dependency>
Expand Down
9 changes: 1 addition & 8 deletions iam-voms-aa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<description>IAM VOMS attribute authority</description>

<properties>
<guava.version>31.0.1-jre</guava.version>
<guava.version>32.0.0-jre</guava.version>
<!-- Sonar Jacoco massaging -->
<sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
Expand Down Expand Up @@ -295,13 +295,6 @@
<goals>
<goal>prepare-agent</goal>
</goals>
<configuration>
<tasks>
<echo>Project Base Path (WEB):: ${project.basedir}</echo>
<echo>Jacoco exec target path (WEB)::
${sonar.jacoco.reportPath}</echo>
</tasks>
</configuration>
</execution>

<execution>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<testcontainers.version>1.16.2</testcontainers.version>

<mitreid.version>1.3.6.cnaf-20230914</mitreid.version>
<mitreid.version>1.3.6.cnaf-20231030</mitreid.version>
<spring-security-oauth2.version>2.5.2.RELEASE</spring-security-oauth2.version>

<voms.version>3.3.2</voms.version>
Expand Down Expand Up @@ -83,6 +83,8 @@
<jakarta.xml.bind-api.version>2.3.2</jakarta.xml.bind-api.version>
<jaxb-runtime.version>2.3.2</jaxb-runtime.version>

<bouncycastle.version>1.76</bouncycastle.version>

<resource.delimiter>@</resource.delimiter>

<jvm.test.args>-Xmx2500m</jvm.test.args>
Expand Down Expand Up @@ -211,26 +213,24 @@
<version>${mitreid.version}</version>
</dependency>



<!-- SAML -->

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.75</version>
<version>${bouncycastle.version}</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.75</version>
<version>${bouncycastle.version}</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.75</version>
<version>${bouncycastle.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9675910

Please sign in to comment.