File tree Expand file tree Collapse file tree
src/main/java/com/laytonsmith/core/constructs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 227227 <!-- GPL -->
228228 <groupId >com.mysql</groupId >
229229 <artifactId >mysql-connector-j</artifactId >
230- <version >8.3 .0</version >
230+ <version >9.4 .0</version >
231231 <type >jar</type >
232232 <scope >compile</scope >
233233 </dependency >
248248 <!-- NOTE: If you change this version, you also have to change the install-mssql-auth command to
249249 download the corresponding version of the mssql-auth dll. This will also require users to re-install
250250 it, so an upgrade routine will need to be released as well. -->
251- <version >12.6.1 .jre11</version >
251+ <version >13.2.0 .jre11</version >
252252 </dependency >
253253
254254 <!-- Yaml parsing -->
394394 <dependency >
395395 <groupId >com.squareup.okio</groupId >
396396 <artifactId >okio-jvm</artifactId >
397- <version >3.10 .0</version >
397+ <version >3.16 .0</version >
398398 </dependency >
399399 <dependency >
400400 <groupId >com.google.code.gson</groupId >
Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ protected String getQuote() {
503503 @ Deprecated
504504 @ Override
505505 public CClassType typeof () {
506- return typeof (null );
506+ return typeof (( Environment ) null );
507507 }
508508
509509 /**
You can’t perform that action at this time.
0 commit comments