-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tech] Bump the non-major-dependencies group in /backend with 33 updates #1903
Open
dependabot
wants to merge
2
commits into
main
Choose a base branch
from
dependabot/gradle/backend/non-major-dependencies-ba2630e354
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[Tech] Bump the non-major-dependencies group in /backend with 33 updates #1903
dependabot
wants to merge
2
commits into
main
from
dependabot/gradle/backend/non-major-dependencies-ba2630e354
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
force-pushed
the
dependabot/gradle/backend/non-major-dependencies-ba2630e354
branch
from
December 2, 2024 10:05
09bd22a
to
7e01d61
Compare
Bumps the non-major-dependencies group in /backend with 33 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.security:spring-security-oauth2-resource-server](https://github.com/spring-projects/spring-security) | `6.3.4` | `6.4.1` | | [org.springframework.security:spring-security-oauth2-jose](https://github.com/spring-projects/spring-security) | `6.3.4` | `6.4.1` | | [org.springframework.boot:spring-boot-starter-actuator](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-starter-json](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-starter-security](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-starter-data-jpa](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.hibernate.orm:hibernate-spatial](https://github.com/hibernate/hibernate-orm) | `6.5.2.Final` | `6.6.3.Final` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.1` | `2.18.2` | | [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [org.jetbrains.kotlin:kotlin-stdlib-jdk8](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [org.springframework.boot:spring-boot-configuration-processor](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.http4k:http4k-client-apache](https://github.com/http4k/http4k) | `5.34.1.0` | `5.37.1.1` | | [org.springframework.boot:spring-boot-starter-cache](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.boot:spring-boot-starter-log4j2](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [io.sentry:sentry](https://github.com/getsentry/sentry-java) | `7.17.0` | `7.18.1` | | [io.sentry:sentry-log4j2](https://github.com/getsentry/sentry-java) | `7.17.0` | `7.18.1` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.7.0` | | [org.springframework.boot:spring-boot-devtools](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.security:spring-security-test](https://github.com/spring-projects/spring-security) | `6.3.4` | `6.4.1` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.springframework.restdocs:spring-restdocs-mockmvc](https://github.com/spring-projects/spring-restdocs) | `3.0.2` | `3.0.3` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` | | [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [org.jetbrains.kotlin.plugin.allopen](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [plugin.noarg](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | org.jlleitschuh.gradle.ktlint | `12.1.1` | `12.1.2` | | [plugin.serialization](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.security:spring-security-oauth2-resource-server` from 6.3.4 to 6.4.1 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](spring-projects/spring-security@6.3.4...6.4.1) Updates `org.springframework.security:spring-security-oauth2-jose` from 6.3.4 to 6.4.1 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](spring-projects/spring-security@6.3.4...6.4.1) Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-json` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-security` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-data-jpa` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.hibernate.orm:hibernate-spatial` from 6.5.2.Final to 6.6.3.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.3/changelog.txt) - [Commits](hibernate/hibernate-orm@6.5.2...6.6.3) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.1...jackson-module-kotlin-2.18.2) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.http4k:http4k-client-apache` from 5.34.1.0 to 5.37.1.1 - [Release notes](https://github.com/http4k/http4k/releases) - [Changelog](https://github.com/http4k/http4k/blob/master/CHANGELOG.md) - [Commits](http4k/http4k@5.34.1.0...5.37.1.1) Updates `org.springframework.boot:spring-boot-starter-cache` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.boot:spring-boot-starter-log4j2` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `io.sentry:sentry` from 7.17.0 to 7.18.1 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-java@7.17.0...7.18.1) Updates `io.sentry:sentry-log4j2` from 7.17.0 to 7.18.1 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](getsentry/sentry-java@7.17.0...7.18.1) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.6.0...v2.7.0) Updates `org.springframework.boot:spring-boot-devtools` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.security:spring-security-test` from 6.3.4 to 6.4.1 - [Release notes](https://github.com/spring-projects/spring-security/releases) - [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc) - [Commits](spring-projects/spring-security@6.3.4...6.4.1) Updates `org.testcontainers:testcontainers` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.springframework.restdocs:spring-restdocs-mockmvc` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/spring-projects/spring-restdocs/releases) - [Commits](spring-projects/spring-restdocs@v3.0.2...v3.0.3) Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.springframework.boot` from 3.3.5 to 3.4.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0) Updates `org.jetbrains.kotlin.plugin.spring` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `jvm` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.jetbrains.kotlin.plugin.allopen` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `plugin.noarg` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `plugin.jpa` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.jlleitschuh.gradle.ktlint` from 12.1.1 to 12.1.2 Updates `plugin.serialization` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.security:spring-security-oauth2-resource-server dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.security:spring-security-oauth2-jose dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-security dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-data-jpa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.hibernate.orm:hibernate-spatial dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.http4k:http4k-client-apache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-log4j2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: io.sentry:sentry dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: io.sentry:sentry-log4j2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-devtools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.security:spring-security-test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-dependencies - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.springframework.restdocs:spring-restdocs-mockmvc dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-dependencies - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.jetbrains.kotlin.plugin.spring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.jetbrains.kotlin.plugin.allopen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: plugin.noarg dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies - dependency-name: org.jlleitschuh.gradle.ktlint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-major-dependencies - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-major-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
claire2212
force-pushed
the
dependabot/gradle/backend/non-major-dependencies-ba2630e354
branch
from
December 2, 2024 15:56
83c5279
to
7166931
Compare
Quality Gate passedIssues Measures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the non-major-dependencies group in /backend with 33 updates:
3.3.5
3.4.0
6.3.4
6.4.1
6.3.4
6.4.1
3.3.5
3.4.0
3.3.5
3.4.0
3.3.5
3.4.0
3.3.5
3.4.0
6.5.2.Final
6.6.3.Final
2.18.1
2.18.2
2.0.21
2.1.0
2.0.21
2.1.0
3.3.5
3.4.0
5.34.1.0
5.37.1.1
3.3.5
3.4.0
3.3.5
3.4.0
7.17.0
7.18.1
7.17.0
7.18.1
2.6.0
2.7.0
3.3.5
3.4.0
6.3.4
6.4.1
1.20.3
1.20.4
1.20.3
1.20.4
3.3.5
3.4.0
3.0.2
3.0.3
1.20.3
1.20.4
3.3.5
3.4.0
2.0.21
2.1.0
2.0.21
2.1.0
2.0.21
2.1.0
2.0.21
2.1.0
2.0.21
2.1.0
12.1.1
12.1.2
2.0.21
2.1.0
Updates
org.springframework.boot:spring-boot-starter-web
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-web's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1e286739
Upgrade to Spring Batch 5.2.073fc351
Add@ConditionalOnMissingBean
forJobRepository
3cae5c2
Merge branch '3.3.x'283bc6f
Merge branch '3.2.x' into 3.3.xUpdates
org.springframework.security:spring-security-oauth2-resource-server
from 6.3.4 to 6.4.1Release notes
Sourced from org.springframework.security:spring-security-oauth2-resource-server's releases.
... (truncated)
Commits
59b7b55
Release 6.4.1b896a74
Resolve Observation Bean Name Collisions91832bf
Add EnableWebSecurity + EnableWebSocketSecurity Test30c9860
Add What's New Link to Landing Pages4787efb
Update What's Newb712c24
Merge branch '6.3.x'70a9501
Merge branch '6.2.x' into 6.3.xb8e9f47
Merge branch '5.8.x' into 6.2.x04baead
Update Antora Spring UI to v0.4.18a0a9b48
Update Antora Spring UI to v0.4.18Updates
org.springframework.security:spring-security-oauth2-jose
from 6.3.4 to 6.4.1Release notes
Sourced from org.springframework.security:spring-security-oauth2-jose's releases.
... (truncated)
Commits
59b7b55
Release 6.4.1b896a74
Resolve Observation Bean Name Collisions91832bf
Add EnableWebSecurity + EnableWebSocketSecurity Test30c9860
Add What's New Link to Landing Pages4787efb
Update What's Newb712c24
Merge branch '6.3.x'70a9501
Merge branch '6.2.x' into 6.3.xb8e9f47
Merge branch '5.8.x' into 6.2.x04baead
Update Antora Spring UI to v0.4.18a0a9b48
Update Antora Spring UI to v0.4.18Updates
org.springframework.boot:spring-boot-starter-actuator
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-actuator's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1e286739
Upgrade to Spring Batch 5.2.073fc351
Add@ConditionalOnMissingBean
forJobRepository
3cae5c2
Merge branch '3.3.x'283bc6f
Merge branch '3.2.x' into 3.3.xUpdates
org.springframework.boot:spring-boot-starter-json
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-json's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1e286739
Upgrade to Spring Batch 5.2.073fc351
Add@ConditionalOnMissingBean
forJobRepository
3cae5c2
Merge branch '3.3.x'283bc6f
Merge branch '3.2.x' into 3.3.xUpdates
org.springframework.boot:spring-boot-starter-security
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-security's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1e286739
Upgrade to Spring Batch 5.2.073fc351
Add@ConditionalOnMissingBean
forJobRepository
3cae5c2
Merge branch '3.3.x'283bc6f
Merge branch '3.2.x' into 3.3.xUpdates
org.springframework.boot:spring-boot-starter-data-jpa
from 3.3.5 to 3.4.0Release notes
Sourced from org.springframework.boot:spring-boot-starter-data-jpa's releases.
... (truncated)
Commits
8964203
Release v3.4.0109e731
Revert "Add@ConditionalOnMissingBean
forJobRepository
"d21952d
Merge branch '3.3.x'4151938
Next development version (v3.3.7-SNAPSHOT)14989a5
Upgrade to Testcontainers 1.20.4c188822
Upgrade to Spring Security 6.4.1