Skip to content

Commit

Permalink
Bump Spring Boot to 3.3.2 (#3541)
Browse files Browse the repository at this point in the history
* Bump Spring Boot to 3.3.1

* changelog

* add specific classpath dependency for commons compress

* bump to latest patch release of spring boot

---------

Co-authored-by: Lukas Bloder <lukas.bloder@gmail.com>
  • Loading branch information
adinauer and lbloder authored Jul 29, 2024
1 parent 7ee0493 commit 3a89243
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Dependencies

- Bump Spring Boot to 3.3.2 ([#3541](https://github.com/getsentry/sentry-java/pull/3541))

## 7.12.1

### Fixes
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ buildscript {

classpath(Config.QualityPlugins.binaryCompatibilityValidatorPlugin)
classpath(Config.BuildPlugins.composeGradlePlugin)
classpath(Config.BuildPlugins.commonsCompressOverride)
}
}

Expand Down
3 changes: 2 additions & 1 deletion buildSrc/src/main/java/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Config {
val kotlinStdLib = "stdlib-jdk8"

val springBootVersion = "2.7.5"
val springBoot3Version = "3.2.0"
val springBoot3Version = "3.3.2"
val kotlinCompatibleLanguageVersion = "1.4"

val composeVersion = "1.5.3"
Expand All @@ -27,6 +27,7 @@ object Config {
val dokkaPlugin = "org.jetbrains.dokka:dokka-gradle-plugin:1.7.10"
val dokkaPluginAlias = "org.jetbrains.dokka"
val composeGradlePlugin = "org.jetbrains.compose:compose-gradle-plugin:$composeVersion"
val commonsCompressOverride = "org.apache.commons:commons-compress:1.25.0"
}

object Android {
Expand Down

0 comments on commit 3a89243

Please sign in to comment.