Skip to content

Commit 3da9b6d

Browse files
committed
Update some deps
1 parent 3edb203 commit 3da9b6d

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
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>
@@ -248,7 +248,7 @@
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 -->
@@ -394,7 +394,7 @@
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>

src/main/java/com/laytonsmith/core/constructs/Construct.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)