Skip to content

Commit

Permalink
[github-alert] Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamerow committed Aug 12, 2020
1 parent 07b6514 commit 3cf0db5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions simple-users/pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>edu.asu.diging</groupId>
<artifactId>simple-users</artifactId>
Expand Down Expand Up @@ -36,7 +38,7 @@
<properties>
<org.slf4j-version>1.7.5</org.slf4j-version>
<org.springframework-version>5.1.5.RELEASE</org.springframework-version>
<spring-security-version>5.2.2.RELEASE</spring-security-version>
<spring-security-version>5.2.4.RELEASE</spring-security-version>
<spring-data.version>Lovelace-RELEASE</spring-data.version>
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>

Expand Down Expand Up @@ -139,7 +141,7 @@
<dependency>
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.9.3</version>
<version>1.9.4</version>
</dependency>

<dependency>
Expand All @@ -148,11 +150,11 @@
<version>3.1.0</version>
</dependency>

<!-- https://mvnrepository.com/artifact/javax.mail/mail -->
<!-- https://mvnrepository.com/artifact/com.sun.mail/javax.mail -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.7</version>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
Expand Down

0 comments on commit 3cf0db5

Please sign in to comment.