Skip to content

Commit 5b1e78f

Browse files
Bump the maven-dependencies group with 2 updates (#4285)
Bumps the maven-dependencies group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator). Updates `ch.qos.logback:logback-classic` from 1.5.34 to 1.5.36 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.34...v_1.5.36) Updates `org.hibernate.validator:hibernate-validator` from 8.0.3.Final to 8.0.4.Final - [Release notes](https://github.com/hibernate/hibernate-validator/releases) - [Changelog](https://github.com/hibernate/hibernate-validator/blob/8.0.4.Final/changelog.txt) - [Commits](hibernate/hibernate-validator@8.0.3.Final...8.0.4.Final) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.36 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies - dependency-name: org.hibernate.validator:hibernate-validator dependency-version: 8.0.4.Final dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent aa1158a commit 5b1e78f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<driver.minor.version>4.11</driver.minor.version>
4949
<jackson.version>2.22.0</jackson.version>
5050
<json.assert.version>1.5.3</json.assert.version>
51-
<logback.version>1.5.34</logback.version>
51+
<logback.version>1.5.36</logback.version>
5252
<maven.version>3.9.16</maven.version>
5353
<revapi.maven.plugin.version>0.15.1</revapi.maven.plugin.version>
5454
<revapi.java.version>0.28.4</revapi.java.version>

validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.hibernate.validator</groupId>
3636
<artifactId>hibernate-validator</artifactId>
37-
<version>8.0.3.Final</version>
37+
<version>8.0.4.Final</version>
3838
<scope>test</scope>
3939
</dependency>
4040

0 commit comments

Comments
 (0)