Skip to content

Commit 780f014

Browse files
committedSep 26, 2022
Merge branch '__rultor'
2 parents 703c3b0 + 18a831f commit 780f014

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
100100
<dependency>
101101
<groupId>org.slf4j</groupId>
102102
<artifactId>slf4j-log4j12</artifactId>
103-
<version>1.8.0-alpha2</version>
103+
<version>1.8.0-beta4</version>
104104
<scope>test</scope>
105105
</dependency>
106106
<dependency>

‎src/it/loggable/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
7171
<dependency>
7272
<groupId>org.slf4j</groupId>
7373
<artifactId>slf4j-log4j12</artifactId>
74-
<version>1.8.0-alpha2</version>
74+
<version>1.8.0-beta4</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>

‎src/it/weaving/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
6565
<dependency>
6666
<groupId>org.slf4j</groupId>
6767
<artifactId>slf4j-log4j12</artifactId>
68-
<version>1.8.0-alpha2</version>
68+
<version>1.8.0-beta4</version>
6969
<scope>test</scope>
7070
</dependency>
7171
<dependency>

0 commit comments

Comments
 (0)
Please sign in to comment.