Skip to content

Commit d8d241e

Browse files
committed
General dependencies update
1 parent e698633 commit d8d241e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939

4040
<testcontainers.version>1.16.2</testcontainers.version>
41-
<jaybird.version>4.0.4.java8</jaybird.version>
41+
<jaybird.version>4.0.8.java8</jaybird.version>
4242
</properties>
4343

4444
<dependencies>
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>ch.qos.logback</groupId>
6565
<artifactId>logback-classic</artifactId>
66-
<version>1.2.9</version>
66+
<version>1.4.5</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>com.zaxxer</groupId>
7777
<artifactId>HikariCP</artifactId>
78-
<version>5.0.0</version>
78+
<version>5.0.1</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-jar-plugin</artifactId>
101-
<version>3.2.0</version>
101+
<version>3.3.0</version>
102102
<configuration>
103103
<archive>
104104
<manifestEntries>
@@ -112,7 +112,7 @@
112112
<plugin>
113113
<groupId>org.sonatype.plugins</groupId>
114114
<artifactId>nexus-staging-maven-plugin</artifactId>
115-
<version>1.6.8</version>
115+
<version>1.6.13</version>
116116
<extensions>true</extensions>
117117
<configuration>
118118
<serverId>ossrh</serverId>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-javadoc-plugin</artifactId>
147-
<version>3.3.1</version>
147+
<version>3.4.1</version>
148148
<executions>
149149
<execution>
150150
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)