From 4ec8d939e26626e3eb238bb4227d71b0168202c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:09:38 +0000 Subject: [PATCH] Bump the development-dependencies group with 4 updates (#9379) Bumps the development-dependencies group with 4 updates: [org.awaitility:awaitility](https://github.com/awaitility/awaitility), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), org.apache.tomcat.embed:tomcat-embed-websocket and com.github.spotbugs. Updates `org.awaitility:awaitility` from 4.2.1 to 4.2.2 - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](https://github.com/awaitility/awaitility/compare/awaitility-4.2.1...awaitility-4.2.2) Updates `org.hibernate.orm:hibernate-core` from 6.4.9.Final to 6.4.10.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.4.10/changelog.txt) - [Commits](https://github.com/hibernate/hibernate-orm/compare/6.4.9...6.4.10) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.26 to 10.1.28 Updates `com.github.spotbugs` from 6.0.19 to 6.0.20 --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-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: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index ff22cd3b07..cdc46099e5 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'org.jetbrains.dokka' version '1.9.20' id 'org.antora' version '1.0.0' id 'io.spring.antora.generate-antora-yml' version '0.0.1' - id 'com.github.spotbugs' version '6.0.19' + id 'com.github.spotbugs' version '6.0.20' id 'com.google.protobuf' version '0.9.4' apply false id 'io.freefair.aggregate-javadoc' version '8.6' } @@ -60,7 +60,7 @@ ext { assertjVersion = '3.25.3' assertkVersion = '0.28.1' avroVersion = '1.11.3' - awaitilityVersion = '4.2.1' + awaitilityVersion = '4.2.2' camelVersion = '4.5.0' commonsDbcp2Version = '2.12.0' commonsIoVersion = '2.16.1' @@ -74,7 +74,7 @@ ext { groovyVersion = '4.0.22' hamcrestVersion = '2.2' hazelcastVersion = '5.4.0' - hibernateVersion = '6.4.9.Final' + hibernateVersion = '6.4.10.Final' hsqldbVersion = '2.7.3' h2Version = '2.2.224' jacksonVersion = '2.17.2' @@ -118,7 +118,7 @@ ext { springVersion = '6.1.11' springWsVersion = '4.0.11' testcontainersVersion = '1.19.8' - tomcatVersion = '10.1.26' + tomcatVersion = '10.1.28' xmlUnitVersion = '2.9.1' xstreamVersion = '1.4.20' ztZipVersion = '1.17'