Skip to content

Commit

Permalink
log4j (test) dep version update
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 2, 2020
1 parent 71f8ffc commit 6129b9b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions hibernate3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Hibernate (http://hibernate.org) version 3.x data types.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions hibernate4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ Hibernate (http://hibernate.org) version 4.x data types.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions hibernate5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ Hibernate (http://hibernate.org) version 5.x data types.
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions hibernate5_2-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-hibernate-parent</artifactId>
<version>2.10.0-SNAPSHOT</version>
<version>2.10.5-SNAPSHOT</version>
</parent>
<artifactId>jackson-datatype-hibernate5_2-test</artifactId>

Expand Down Expand Up @@ -38,13 +38,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.6.1</version>
<version>1.6.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.16</version>
<version>1.2.17</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6129b9b

Please sign in to comment.