[jOOQ/jOOQ#14586] Update third party dependencies

This commit is contained in:
Lukas Eder 2023-02-09 17:44:41 +01:00
parent 627a3105bc
commit b7b9801c68
10 changed files with 12 additions and 12 deletions

View File

@ -44,7 +44,7 @@
<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<!-- Testing -->

View File

@ -40,7 +40,7 @@
<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<!-- JavaFX -->

View File

@ -58,7 +58,7 @@
<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<!-- Testing -->

View File

@ -41,7 +41,7 @@
<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<!-- Testing -->

View File

@ -79,7 +79,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>

View File

@ -52,7 +52,7 @@
<!-- Logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -67,7 +67,7 @@
<!-- jOOQ can log to slf4j out of the box, if made available. Alternatively, use the logging starters -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>
<dependency>

View File

@ -44,7 +44,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>

View File

@ -43,7 +43,7 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<scope>test</scope>
</dependency>

View File

@ -33,7 +33,7 @@
<!-- R2DBC SPI version and some matching driver versions -->
<io.r2dbc.version>1.0.0.RELEASE</io.r2dbc.version>
<!-- From JDK 19 onwards, this is the required version of Xtend -->
<xtend.version>2.29.0</xtend.version>
@ -340,8 +340,8 @@
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<version>2.18.0</version>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.19.0</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>