Skip to content

Commit

Permalink
Merge pull request #405 from SAML-Toolkits/fix_expired_payloads
Browse files Browse the repository at this point in the history
Update more dependencies
  • Loading branch information
pitbulk committed Oct 10, 2023
2 parents 32412c8 + bbca73a commit d133ffa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>

<!-- Azure Key Vault -->
Expand All @@ -76,7 +76,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.7</version>
<version>0.8.10</version>
<configuration>
<propertyName>jacoco.agent.argLine</propertyName>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
<slf4jVersion>1.7.35</slf4jVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<junitVersion>4.13.2</junitVersion>
<logbackVersion>1.2.10</logbackVersion>
<apacheCommonsLangVersion>3.12.0</apacheCommonsLangVersion>
<logbackVersion>1.2.12</logbackVersion>
<apacheCommonsLangVersion>3.13.0</apacheCommonsLangVersion>
</properties>

<modules>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.6.28</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions toolkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</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.10</version>
<configuration>
<propertyName>jacoco.agent.argLine</propertyName>
</configuration>
Expand Down

0 comments on commit d133ffa

Please sign in to comment.