Skip to content

Commit d8d983e

Browse files
committed
#106 - Dependency upgrades.
AspectJ 1.8.1 -> 1.8.2 Jackson 2.4.1 -> 2.4.2 JodaTime 2.3 -> 2.4 Open WebBeans 1.2.4 -> 1.2.6
1 parent b353ed2 commit d8d983e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,18 +88,18 @@
8888
<dist.id>${project.artifactId}</dist.id>
8989

9090
<apt>1.1.2</apt>
91-
<aspectj>1.8.1</aspectj>
91+
<aspectj>1.8.2</aspectj>
9292
<cdi>1.0</cdi>
9393
<hamcrest>1.3</hamcrest>
94-
<jackson>2.4.1</jackson>
95-
<jodatime>2.3</jodatime>
94+
<jackson>2.4.2</jackson>
95+
<jodatime>2.4</jodatime>
9696
<junit>4.11</junit>
9797
<logback>1.1.2</logback>
9898
<mockito>1.9.5</mockito>
9999
<querydsl>3.4.3</querydsl>
100100
<slf4j>1.7.7</slf4j>
101101
<spring>4.0.6.RELEASE</spring>
102-
<webbeans>1.2.4</webbeans>
102+
<webbeans>1.2.6</webbeans>
103103

104104
</properties>
105105

0 commit comments

Comments
 (0)