Skip to content

Commit 07433a0

Browse files
authored
Add Env/GenericParams overloads to various methods. (#1408)
* Add Env/GenericParams overloads to various methods. These are needed for genericsTake2. They simply forward to the old methods with null for now, which continue to exist (but deprecated), but the callers should all be updated, and so now have more time to upgrade before the genericsTake2 branch is merged in with the breaking changes.
1 parent 75f73f1 commit 07433a0

30 files changed

Lines changed: 1374 additions & 180 deletions

pom.xml

Lines changed: 2 additions & 2 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>
@@ -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>

0 commit comments

Comments
 (0)