File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 53
53
<dependency >
54
54
<groupId >com.mysql</groupId >
55
55
<artifactId >mysql-connector-j</artifactId >
56
- <version >9.1 .0</version >
56
+ <version >9.2 .0</version >
57
57
<scope >provided</scope >
58
58
</dependency >
59
59
<dependency >
86
86
<dependency >
87
87
<groupId >com.mysql</groupId >
88
88
<artifactId >mysql-connector-j</artifactId >
89
- <version >9.1 .0</version >
89
+ <version >9.2 .0</version >
90
90
</dependency >
91
91
</dependencies >
92
92
</profile >
100
100
<dependency >
101
101
<groupId >com.mysql</groupId >
102
102
<artifactId >mysql-connector-j</artifactId >
103
- <version >9.1 .0</version >
103
+ <version >9.2 .0</version >
104
104
</dependency >
105
105
</dependencies >
106
106
</profile >
Original file line number Diff line number Diff line change 77
77
<properties >
78
78
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
79
79
<javac .version>9+181-r4173-1</javac .version>
80
- <graal-sdk .version>24.1.1 </graal-sdk .version>
80
+ <graal-sdk .version>24.1.2 </graal-sdk .version>
81
81
<netty .version>4.1.117.Final</netty .version>
82
82
<ow2-asm .version>9.7.1</ow2-asm .version>
83
83
<assembly .skipAssembly>true</assembly .skipAssembly>
143
143
<dependency >
144
144
<groupId >com.google.api-client</groupId >
145
145
<artifactId >google-api-client</artifactId >
146
- <version >2.7.1 </version >
146
+ <version >2.7.2 </version >
147
147
</dependency >
148
148
<dependency >
149
149
<groupId >com.google.apis</groupId >
168
168
<dependency >
169
169
<groupId >com.google.auth</groupId >
170
170
<artifactId >google-auth-library-credentials</artifactId >
171
- <version >1.30.1 </version >
171
+ <version >1.31.0 </version >
172
172
</dependency >
173
173
<dependency >
174
174
<groupId >com.google.auth</groupId >
175
175
<artifactId >google-auth-library-oauth2-http</artifactId >
176
- <version >1.30.1 </version >
176
+ <version >1.31.0 </version >
177
177
</dependency >
178
178
<dependency >
179
179
<groupId >com.google.oauth-client</groupId >
Original file line number Diff line number Diff line change 57
57
<dependency >
58
58
<groupId >io.asyncer</groupId >
59
59
<artifactId >r2dbc-mysql</artifactId >
60
- <version >1.3.1 </version >
60
+ <version >1.3.2 </version >
61
61
<scope >provided</scope >
62
62
<exclusions >
63
63
<exclusion >
126
126
<dependency >
127
127
<groupId >io.asyncer</groupId >
128
128
<artifactId >r2dbc-mysql</artifactId >
129
- <version >1.3.1 </version >
129
+ <version >1.3.2 </version >
130
130
</dependency >
131
131
</dependencies >
132
132
</profile >
You can’t perform that action at this time.
0 commit comments