Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ameingast committed Mar 4, 2016
1 parent f4c2135 commit 294c6f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.openrdf.sesame</groupId>
<artifactId>sesame-spring</artifactId>

<version>4.0.0</version>
<version>4.1.0</version>
<name>${project.artifactId}</name>

<description>
Expand Down Expand Up @@ -147,11 +147,11 @@
</build>

<properties>
<spring.version>4.2.3.RELEASE</spring.version>
<spring.version>4.2.5.RELEASE</spring.version>
<sesame.version>${project.version}</sesame.version>
<junit.version>4.12</junit.version>
<slf4j.version>1.7.13</slf4j.version>
<cglib.version>3.2.0</cglib.version>
<slf4j.version>1.7.18</slf4j.version>
<cglib.version>3.2.1</cglib.version>
<maven-compiler.version>3.3</maven-compiler.version>

<encoding>UTF-8</encoding>
Expand Down

0 comments on commit 294c6f1

Please sign in to comment.