Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit afa98c3

Browse files
committed
JERSEY-625: up version of commons-logging.
Change-Id: I0e775d40db01993a375ae4672e043c7b854efb22
1 parent 5140ca1 commit afa98c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/helloworld-spring-annotations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>commons-logging</groupId>
7676
<artifactId>commons-logging</artifactId>
77-
<version>1.1</version>
77+
<version>1.2</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.glassfish.jersey.test-framework.providers</groupId>

examples/helloworld-spring-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>commons-logging</groupId>
8585
<artifactId>commons-logging</artifactId>
86-
<version>1.1</version>
86+
<version>1.2</version>
8787
<exclusions>
8888
<exclusion>
8989
<groupId>javax.servlet</groupId>

ext/spring4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>commons-logging</groupId>
9191
<artifactId>commons-logging</artifactId>
92-
<version>1.1.1</version>
92+
<version>1.2</version>
9393
<scope>test</scope>
9494
</dependency>
9595

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@
16311631
<dependency>
16321632
<groupId>commons-logging</groupId>
16331633
<artifactId>commons-logging</artifactId>
1634-
<version>1.1</version>
1634+
<version>1.2</version>
16351635
</dependency>
16361636

16371637
<!-- Weld -->

0 commit comments

Comments
 (0)