Skip to content

Commit 6d1473b

Browse files
authored
Merge branch 'main' into dependabot/maven/tests/integration/main/com.squareup.okhttp3-mockwebserver-5.1.0
2 parents ca0bb3b + cab2e4d commit 6d1473b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

code/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@
733733
<dependency>
734734
<groupId>org.apache.commons</groupId>
735735
<artifactId>commons-lang3</artifactId>
736-
<version>3.17.0</version>
736+
<version>3.18.0</version>
737737
</dependency>
738738

739739
<dependency>

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@
5858
<dependency>
5959
<groupId>org.apache.logging.log4j</groupId>
6060
<artifactId>log4j-api</artifactId>
61-
<version>2.25.0</version>
61+
<version>2.25.1</version>
6262
</dependency>
6363

6464
<dependency>
6565
<groupId>org.apache.logging.log4j</groupId>
6666
<artifactId>log4j-slf4j2-impl</artifactId>
67-
<version>2.25.0</version>
67+
<version>2.25.1</version>
6868
</dependency>
6969

7070
<dependency>

tests/integration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<dependency>
4040
<groupId>org.apache.logging.log4j</groupId>
4141
<artifactId>log4j-api</artifactId>
42-
<version>2.25.0</version>
42+
<version>2.25.1</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>org.apache.logging.log4j</groupId>
4646
<artifactId>log4j-slf4j2-impl</artifactId>
47-
<version>2.25.0</version>
47+
<version>2.25.1</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)