Skip to content

Commit 6129b9b

Browse files
committed
log4j (test) dep version update
1 parent 71f8ffc commit 6129b9b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

hibernate3/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Hibernate (http://hibernate.org) version 3.x data types.
4646
<dependency>
4747
<groupId>org.slf4j</groupId>
4848
<artifactId>slf4j-log4j12</artifactId>
49-
<version>1.6.1</version>
49+
<version>1.6.6</version>
5050
<scope>test</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>log4j</groupId>
5454
<artifactId>log4j</artifactId>
55-
<version>1.2.16</version>
55+
<version>1.2.17</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>

hibernate4/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Hibernate (http://hibernate.org) version 4.x data types.
4141
<dependency>
4242
<groupId>org.slf4j</groupId>
4343
<artifactId>slf4j-log4j12</artifactId>
44-
<version>1.6.1</version>
44+
<version>1.6.6</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>log4j</groupId>
4949
<artifactId>log4j</artifactId>
50-
<version>1.2.16</version>
50+
<version>1.2.17</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<dependency>

hibernate5/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ Hibernate (http://hibernate.org) version 5.x data types.
5656
<dependency>
5757
<groupId>org.slf4j</groupId>
5858
<artifactId>slf4j-log4j12</artifactId>
59-
<version>1.6.1</version>
59+
<version>1.6.6</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
6363
<groupId>log4j</groupId>
6464
<artifactId>log4j</artifactId>
65-
<version>1.2.16</version>
65+
<version>1.2.17</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>

hibernate5_2-test/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.fasterxml.jackson.datatype</groupId>
55
<artifactId>jackson-datatype-hibernate-parent</artifactId>
6-
<version>2.10.0-SNAPSHOT</version>
6+
<version>2.10.5-SNAPSHOT</version>
77
</parent>
88
<artifactId>jackson-datatype-hibernate5_2-test</artifactId>
99

@@ -38,13 +38,13 @@
3838
<dependency>
3939
<groupId>org.slf4j</groupId>
4040
<artifactId>slf4j-log4j12</artifactId>
41-
<version>1.6.1</version>
41+
<version>1.6.6</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>
4545
<groupId>log4j</groupId>
4646
<artifactId>log4j</artifactId>
47-
<version>1.2.16</version>
47+
<version>1.2.17</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>

0 commit comments

Comments
 (0)