Skip to content

Commit

Permalink
Update rest of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Sep 21, 2021
1 parent c939096 commit 95dd5dd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
6 changes: 3 additions & 3 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-security-keyvault-keys</artifactId>
<version>4.3.0</version>
<version>4.3.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-identity</artifactId>
<version>1.3.3</version>
<version>1.3.6</version>
<optional>true</optional>
</dependency>
</dependencies>
Expand All @@ -88,7 +88,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
<version>0.8.7</version>
<configuration>
<propertyName>jacoco.agent.argLine</propertyName>
</configuration>
Expand Down
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>com.onelogin</groupId>
<artifactId>java-saml-toolkit</artifactId>
<version>2.7.1-SNAPSHOT</version>
Expand All @@ -13,10 +12,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<slf4jVersion>1.7.30</slf4jVersion>
<junitVersion>4.13.1</junitVersion>
<logbackVersion>1.2.3</logbackVersion>
<apacheCommonsLangVersion>3.11</apacheCommonsLangVersion>
<slf4jVersion>1.7.32</slf4jVersion>
<junitVersion>4.13.2</junitVersion>
<logbackVersion>1.2.6</logbackVersion>
<apacheCommonsLangVersion>3.12.0</apacheCommonsLangVersion>
</properties>

<modules>
Expand Down Expand Up @@ -72,7 +71,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.0.0</version>
<executions>
<execution>
<id>enforce-versions</id>
Expand All @@ -97,7 +96,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.1.6</version>
<version>6.3.1</version>
<configuration>
<failBuildOnCVSS>7</failBuildOnCVSS>
<suppressionFiles>
Expand Down Expand Up @@ -198,7 +197,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -214,7 +213,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit 95dd5dd

Please sign in to comment.