Bump the development-dependencies group with 2 updates (#8945)

Bumps the development-dependencies group with 2 updates: org.apache.tomcat.embed:tomcat-embed-websocket and [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit).


Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.18 to 10.1.19

Updates `org.ajoberstar.grgit` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/ajoberstar/grgit/releases)
- [Commits](https://github.com/ajoberstar/grgit/compare/5.2.1...5.2.2)

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: org.ajoberstar.grgit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-20 17:56:37 +00:00
committed by GitHub
parent ec5497e7b4
commit 893479ab3e

View File

@@ -17,7 +17,7 @@ buildscript {
plugins {
id 'base'
id 'io.spring.nohttp' version '0.0.11' apply false
id 'org.ajoberstar.grgit' version '5.2.1'
id 'org.ajoberstar.grgit' version '5.2.2'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.jetbrains.dokka' version '1.9.10'
id 'org.antora' version '1.0.0'
@@ -116,7 +116,7 @@ ext {
springVersion = '6.1.4'
springWsVersion = '4.0.10'
testcontainersVersion = '1.19.5'
tomcatVersion = '10.1.18'
tomcatVersion = '10.1.19'
xmlUnitVersion = '2.9.1'
xstreamVersion = '1.4.20'
ztZipVersion = '1.16'