Skip to content

Commit 444d32e

Browse files
Update all non-major maven dependencies
1 parent 8209142 commit 444d32e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<packaging>jar</packaging>
1414

1515
<artifactId>db-common-lib</artifactId>
16-
<version>0.0.1</version>
16+
<version>0.0.2</version>
1717

1818
<name>db-common-lib</name>
1919
<description>Abstract dao and row mappers</description>
@@ -39,7 +39,7 @@
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<maven.compiler.source>1.8</maven.compiler.source>
4141
<maven.compiler.target>1.8</maven.compiler.target>
42-
<jooq.version>3.13.2</jooq.version>
42+
<jooq.version>3.19.0</jooq.version>
4343
<geck.common.version>0.0.1</geck.common.version>
4444
</properties>
4545

@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.slf4j</groupId>
5050
<artifactId>slf4j-api</artifactId>
51-
<version>1.7.25</version>
51+
<version>1.7.36</version>
5252
</dependency>
5353
</dependencies>
5454
</dependencyManagement>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.springframework.boot</groupId>
5959
<artifactId>spring-boot-starter-jdbc</artifactId>
60-
<version>2.6.0</version>
60+
<version>2.7.18</version>
6161
<scope>provided</scope>
6262
</dependency>
6363
<dependency>

0 commit comments

Comments
 (0)