Skip to content

Commit 5501f17

Browse files
committed
deps: Update Non-major dependencies
1 parent fb0ee7c commit 5501f17

10 files changed

Lines changed: 49 additions & 49 deletions

File tree

core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.apache.maven.plugins</groupId>
279279
<artifactId>maven-jar-plugin</artifactId>
280-
<version>3.4.2</version>
280+
<version>3.5.0</version>
281281
<executions>
282282
<execution>
283283
<goals>

examples/cloudrun/mariadb/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>libraries-bom</artifactId>
39-
<version>26.54.0</version>
39+
<version>26.80.0</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>com.google.cloud.sql</groupId>
4949
<artifactId>mariadb-socket-factory</artifactId>
50-
<version>1.27.0</version>
50+
<version>1.28.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.mariadb.jdbc</groupId>
5454
<artifactId>mariadb-java-client</artifactId>
55-
<version>3.5.5</version>
55+
<version>3.5.8</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.zaxxer</groupId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>2.0.13</version>
69+
<version>2.0.17</version>
7070
</dependency>
7171
</dependencies>
7272

@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-shade-plugin</artifactId>
78-
<version>3.6.0</version>
78+
<version>3.6.2</version>
7979
<executions>
8080
<execution>
8181
<phase>package</phase>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.codehaus.mojo</groupId>
109109
<artifactId>versions-maven-plugin</artifactId>
110-
<version>2.16.2</version>
110+
<version>2.21.0</version>
111111
</plugin>
112112
</plugins>
113113
</build>

examples/cloudrun/mysql/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>libraries-bom</artifactId>
39-
<version>26.54.0</version>
39+
<version>26.80.0</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>com.google.cloud.sql</groupId>
4949
<artifactId>mysql-socket-factory-connector-j-8</artifactId>
50-
<version>1.27.0</version>
50+
<version>1.28.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.mysql</groupId>
5454
<artifactId>mysql-connector-j</artifactId>
55-
<version>8.3.0</version>
55+
<version>8.4.0</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.zaxxer</groupId>
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>org.slf4j</groupId>
6868
<artifactId>slf4j-simple</artifactId>
69-
<version>2.0.13</version>
69+
<version>2.0.17</version>
7070
</dependency>
7171
</dependencies>
7272

@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-shade-plugin</artifactId>
78-
<version>3.6.0</version>
78+
<version>3.6.2</version>
7979
<executions>
8080
<execution>
8181
<phase>package</phase>
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>org.codehaus.mojo</groupId>
109109
<artifactId>versions-maven-plugin</artifactId>
110-
<version>2.16.2</version>
110+
<version>2.21.0</version>
111111
</plugin>
112112
</plugins>
113113
</build>

examples/cloudrun/postgres/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.google.cloud</groupId>
3838
<artifactId>libraries-bom</artifactId>
39-
<version>26.42.0</version>
39+
<version>26.80.0</version>
4040
<type>pom</type>
4141
<scope>import</scope>
4242
</dependency>
@@ -47,12 +47,12 @@
4747
<dependency>
4848
<groupId>com.google.cloud.sql</groupId>
4949
<artifactId>postgres-socket-factory</artifactId>
50-
<version>1.27.0</version>
50+
<version>1.28.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.postgresql</groupId>
5454
<artifactId>postgresql</artifactId>
55-
<version>42.7.7</version>
55+
<version>42.7.10</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.zaxxer</groupId>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-shade-plugin</artifactId>
72-
<version>3.6.0</version>
72+
<version>3.6.2</version>
7373
<executions>
7474
<execution>
7575
<phase>package</phase>

examples/cloudrun/sqlserver/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>com.google.cloud</groupId>
3636
<artifactId>libraries-bom</artifactId>
37-
<version>26.54.0</version>
37+
<version>26.80.0</version>
3838
<type>pom</type>
3939
<scope>import</scope>
4040
</dependency>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.cloud.sql</groupId>
4646
<artifactId>cloud-sql-connector-jdbc-sqlserver</artifactId>
47-
<version>1.27.0</version>
47+
<version>1.28.3</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.microsoft.sqlserver</groupId>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.slf4j</groupId>
6161
<artifactId>slf4j-simple</artifactId>
62-
<version>2.0.9</version>
62+
<version>2.0.17</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>com.google.cloud</groupId>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-shade-plugin</artifactId>
74-
<version>3.6.0</version>
74+
<version>3.6.2</version>
7575
<executions>
7676
<execution>
7777
<phase>package</phase>

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.6.0</version>
56+
<version>9.7.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.6.0</version>
89+
<version>9.7.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.6.0</version>
103+
<version>9.7.0</version>
104104
</dependency>
105105
</dependencies>
106106
</profile>

jdbc/postgres/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugins>
119119
<plugin>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.5.3</version>
121+
<version>3.5.5</version>
122122
<executions>
123123
<execution>
124124
<phase>integration-test</phase>

0 commit comments

Comments
 (0)