Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.6.3.Final` | `6.6.4.Final` |
| [org.springframework.retry:spring-retry](https://github.com/spring-projects/spring-retry) | `2.0.10` | `2.0.11` |
| [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) | `1.26.1` | `1.26.2` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.13` | `1.13.14` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.0` | `3.4.1` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` |



Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.3.Final to 6.6.4.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.4/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.3...6.6.4)

Updates `org.springframework.retry:spring-retry` from 2.0.10 to 2.0.11
- [Release notes](https://github.com/spring-projects/spring-retry/releases)
- [Commits](spring-projects/spring-retry@v2.0.10...v2.0.11)

Updates `org.verapdf:validation-model` from 1.26.1 to 1.26.2
- [Commits](veraPDF/veraPDF-validation@v1.26.1...v1.26.2)

Updates `io.mockk:mockk` from 1.13.13 to 1.13.14
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.13...1.13.14)

Updates `org.springframework.boot` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.0...v3.4.1)

Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.retry:spring-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.verapdf:validation-model
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent b56d6ec commit 16ead3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val mockkVersion = "1.13.13"
val mockkVersion = "1.13.14"
val tokenValidationVersion = "5.0.13"
val logstashVersion = "8.0"
val springRetryVersion = "2.0.10"
val springRetryVersion = "2.0.11"
val springMockkVersion = "4.0.2"
val springDocVersion = "2.7.0"
val testContainersVersion = "1.20.4"
Expand All @@ -14,7 +14,7 @@ val logbackSyslog4jVersion = "1.0.0"
val jacksonJsonschemaVersion = "1.0.39"
val pdfboxVersion = "3.0.3"
val tikaVersion = "3.0.0"
val verapdfVersion = "1.26.1"
val verapdfVersion = "1.26.2"
val klageKodeverkVersion = "1.9.4"
val commonsFileupload2JakartaVersion = "2.0.0-M1"
val otelVersion = "1.45.0"
Expand All @@ -24,8 +24,8 @@ plugins {
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
kotlin("plugin.jpa") version kotlinVersion
id("org.springframework.boot") version "3.4.0"
id("io.spring.dependency-management") version "1.1.6"
id("org.springframework.boot") version "3.4.1"
id("io.spring.dependency-management") version "1.1.7"
idea
kotlin("kapt") version kotlinVersion
}
Expand Down Expand Up @@ -69,7 +69,7 @@ dependencies {
implementation("org.postgresql:postgresql")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("ch.qos.logback:logback-classic")
kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.3.Final")
kapt("org.hibernate.orm:hibernate-jpamodelgen:6.6.4.Final")

implementation("io.micrometer:micrometer-registry-prometheus")

Expand Down

0 comments on commit 16ead3f

Please sign in to comment.