Skip to content

Commit 45cf6b2

Browse files
committed
deps: Update Non-major dependencies
1 parent 3a9043b commit 45cf6b2

File tree

7 files changed

+61
-61
lines changed

7 files changed

+61
-61
lines changed

core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>com.github.jnr</groupId>
6363
<artifactId>jnr-enxio</artifactId>
64-
<version>0.32.18</version>
64+
<version>0.32.19</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>com.github.jnr</groupId>
6969
<artifactId>jnr-unixsocket</artifactId>
70-
<version>0.38.23</version>
70+
<version>0.38.24</version>
7171
<exclusions>
7272
<exclusion>
7373
<groupId>org.ow2.asm</groupId>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>org.codehaus.mojo</groupId>
224224
<artifactId>build-helper-maven-plugin</artifactId>
225-
<version>3.3.0</version>
225+
<version>3.6.1</version>
226226
<executions>
227227
<execution>
228228
<id>test</id>
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-javadoc-plugin</artifactId>
244-
<version>3.6.3</version>
244+
<version>3.12.0</version>
245245
<configuration>
246246
<source>8</source>
247247
<sourcepath>${project.build.directory}/generated-sources</sourcepath>

jdbc/mariadb/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.mariadb.jdbc</groupId>
5151
<artifactId>mariadb-java-client</artifactId>
52-
<version>3.5.5</version>
52+
<version>3.5.6</version>
5353
<exclusions>
5454
<exclusion>
5555
<groupId>org.slf4j</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.mariadb.jdbc</groupId>
8989
<artifactId>mariadb-java-client</artifactId>
90-
<version>3.5.5</version>
90+
<version>3.5.6</version>
9191
</dependency>
9292
</dependencies>
9393
</profile>
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.mariadb.jdbc</groupId>
103103
<artifactId>mariadb-java-client</artifactId>
104-
<version>3.5.5</version>
104+
<version>3.5.6</version>
105105
</dependency>
106106
</dependencies>
107107
</profile>

jdbc/mysql-j-8/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>com.mysql</groupId>
5555
<artifactId>mysql-connector-j</artifactId>
56-
<version>9.4.0</version>
56+
<version>9.5.0</version>
5757
<scope>provided</scope>
5858
</dependency>
5959
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.mysql</groupId>
8888
<artifactId>mysql-connector-j</artifactId>
89-
<version>9.4.0</version>
89+
<version>9.5.0</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>com.mysql</groupId>
102102
<artifactId>mysql-connector-j</artifactId>
103-
<version>9.4.0</version>
103+
<version>9.5.0</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

jdbc/postgres/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.postgresql</groupId>
5151
<artifactId>postgresql</artifactId>
52-
<version>42.7.7</version>
52+
<version>42.7.8</version>
5353
<scope>provided</scope>
5454
</dependency>
5555
<dependency>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.postgresql</groupId>
8888
<artifactId>postgresql</artifactId>
89-
<version>42.7.7</version>
89+
<version>42.7.8</version>
9090
</dependency>
9191
</dependencies>
9292
</profile>
@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>org.postgresql</groupId>
102102
<artifactId>postgresql</artifactId>
103-
<version>42.7.7</version>
103+
<version>42.7.8</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>
@@ -118,7 +118,7 @@
118118
<plugins>
119119
<plugin>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.5.3</version>
121+
<version>3.5.4</version>
122122
<executions>
123123
<execution>
124124
<phase>integration-test</phase>

0 commit comments

Comments
 (0)