summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2026-08-05 09:51:51 -0400
committerGitHub <noreply@github.com>2026-08-05 09:51:51 -0400
commiteb82cc4c568342501b4c9241cbda9efd9720afa7 (patch)
tree32f60dc929e2585322ed6c2806417042d7aa0c67
parent183682d2a7a2023d60838beeab57015ef64b1a27 (diff)
downloadBedrockConnect-eb82cc4c568342501b4c9241cbda9efd9720afa7.tar.gz
BedrockConnect-eb82cc4c568342501b4c9241cbda9efd9720afa7.tar.bz2
BedrockConnect-eb82cc4c568342501b4c9241cbda9efd9720afa7.zip
Bump com.fasterxml.jackson.core:jackson-databind in /serverlist-server (#692)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.22.0 to 2.22.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--serverlist-server/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/serverlist-server/pom.xml b/serverlist-server/pom.xml
index 9cbd277..bcecb20 100644
--- a/serverlist-server/pom.xml
+++ b/serverlist-server/pom.xml
@@ -103,7 +103,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.22.0</version>
+ <version>2.22.1</version>
<scope>compile</scope>
</dependency>
<dependency>