From 631c2cceeb5e49b1ee862b4e4aec21ba44a72aa5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 03:32:56 +0000 Subject: [PATCH 1/2] Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.14.2 to 2.15.3. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 212ae4ce92b..dc622fc90e2 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ subprojects { hamcrestJsonVersion = '0.3' hamcrestOptionalVersion = '2.0.0' hamcrestVersion = '2.0.0.0' - jacksonDataTypeVersion = '2.14.2' + jacksonDataTypeVersion = '2.15.3' jakartaMailVersion = '2.0.1' javaWebsocketVersion = '1.5.3' javaxActivationVersion = '1.1.1' From cc2abc8915f625217877ea006f670dcbb1407e46 Mon Sep 17 00:00:00 2001 From: asvitkine Date: Sat, 21 Oct 2023 14:52:41 -0400 Subject: [PATCH 2/2] Remove caseInsensitiveStrategy lines. --- servers/error-reporting/src/test/resources/dbunit.yml | 1 - spitfire-server/dropwizard-server/src/test/resources/dbunit.yml | 1 - spitfire-server/lobby-module/src/test/resources/dbunit.yml | 1 - spitfire-server/maps-module/src/test/resources/dbunit.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/servers/error-reporting/src/test/resources/dbunit.yml b/servers/error-reporting/src/test/resources/dbunit.yml index 7682267e2df..1f4bedcd880 100644 --- a/servers/error-reporting/src/test/resources/dbunit.yml +++ b/servers/error-reporting/src/test/resources/dbunit.yml @@ -1,4 +1,3 @@ -caseInsensitiveStrategy: !!com.github.database.rider.core.api.configuration.Orthography 'LOWERCASE' connectionConfig: driver: "org.postgresql.Driver" url: "jdbc:postgresql://localhost:5432/lobby_db" diff --git a/spitfire-server/dropwizard-server/src/test/resources/dbunit.yml b/spitfire-server/dropwizard-server/src/test/resources/dbunit.yml index 7682267e2df..1f4bedcd880 100644 --- a/spitfire-server/dropwizard-server/src/test/resources/dbunit.yml +++ b/spitfire-server/dropwizard-server/src/test/resources/dbunit.yml @@ -1,4 +1,3 @@ -caseInsensitiveStrategy: !!com.github.database.rider.core.api.configuration.Orthography 'LOWERCASE' connectionConfig: driver: "org.postgresql.Driver" url: "jdbc:postgresql://localhost:5432/lobby_db" diff --git a/spitfire-server/lobby-module/src/test/resources/dbunit.yml b/spitfire-server/lobby-module/src/test/resources/dbunit.yml index 7682267e2df..1f4bedcd880 100644 --- a/spitfire-server/lobby-module/src/test/resources/dbunit.yml +++ b/spitfire-server/lobby-module/src/test/resources/dbunit.yml @@ -1,4 +1,3 @@ -caseInsensitiveStrategy: !!com.github.database.rider.core.api.configuration.Orthography 'LOWERCASE' connectionConfig: driver: "org.postgresql.Driver" url: "jdbc:postgresql://localhost:5432/lobby_db" diff --git a/spitfire-server/maps-module/src/test/resources/dbunit.yml b/spitfire-server/maps-module/src/test/resources/dbunit.yml index 7682267e2df..1f4bedcd880 100644 --- a/spitfire-server/maps-module/src/test/resources/dbunit.yml +++ b/spitfire-server/maps-module/src/test/resources/dbunit.yml @@ -1,4 +1,3 @@ -caseInsensitiveStrategy: !!com.github.database.rider.core.api.configuration.Orthography 'LOWERCASE' connectionConfig: driver: "org.postgresql.Driver" url: "jdbc:postgresql://localhost:5432/lobby_db"