Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Updated commons-lang to 3.5 and commons-validator to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingFabian committed Mar 2, 2017
1 parent 2d7de80 commit 59b7615
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2015 Benedikt Ritter
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -116,12 +116,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
<version>3.5</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>
<artifactId>commons-validator</artifactId>
<version>1.5.0</version>
<version>1.6</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -190,7 +190,7 @@
</plugin>
</plugins>
</reporting>

<profiles>
<profile>
<id>release</id>
Expand Down

0 comments on commit 59b7615

Please sign in to comment.