Update all non-major maven dependencies

This commit is contained in:
renovate[bot] 2024-11-04 23:31:20 +00:00 committed by GitHub
parent 82091426c8
commit 02d1a94b3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
<packaging>jar</packaging>
<artifactId>db-common-lib</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<name>db-common-lib</name>
<description>Abstract dao and row mappers</description>
@ -39,7 +39,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<jooq.version>3.13.2</jooq.version>
<jooq.version>3.19.15</jooq.version>
<geck.common.version>0.0.1</geck.common.version>
</properties>
@ -48,7 +48,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>1.7.36</version>
</dependency>
</dependencies>
</dependencyManagement>
@ -57,7 +57,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>2.6.0</version>
<version>2.7.18</version>
<scope>provided</scope>
</dependency>
<dependency>