Skip to content

Commit

Permalink
:dependabot: Bump the spring-boot group from 3.3.0-M1 to 3.3.0-M2
Browse files Browse the repository at this point in the history
Bumps the spring-boot group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot) | `3.3.0-M1` | `3.3.0-M2` |
| [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `3.3.0-M1` | `3.3.0-M2` |
| [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot) | `3.3.0-M1` | `3.3.0-M2` |
| [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `3.3.0-M1` | `3.3.0-M2` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.0-M1` | `3.3.0-M2` |


Updates `org.springframework.boot:spring-boot-starter-jetty` from 3.3.0-M1 to 3.3.0-M2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0-M1...v3.3.0-M2)

Updates `org.springframework.boot:spring-boot-starter-web` from 3.3.0-M1 to 3.3.0-M2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0-M1...v3.3.0-M2)

Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 3.3.0-M1 to 3.3.0-M2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0-M1...v3.3.0-M2)

Updates `org.springframework.boot:spring-boot-starter-test` from 3.3.0-M1 to 3.3.0-M2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0-M1...v3.3.0-M2)

Updates `org.springframework.boot` from 3.3.0-M1 to 3.3.0-M2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.0-M1...v3.3.0-M2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-jetty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot:spring-boot-starter-test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: spring-boot
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent b7818ff commit 1ef97c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'maven-publish'
id 'de.undercouch.download' version '5.5.0'
id 'com.adarshr.test-logger' version '4.0.0'
id 'org.springframework.boot' version '3.3.0-M1'
id 'org.springframework.boot' version '3.3.0-M2'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.github.dawnwords.jacoco.badge' version '0.2.4'
}
Expand Down Expand Up @@ -70,13 +70,13 @@ dependencies {
implementation 'org.modelmapper:modelmapper:3.2.0'
implementation 'org.jooq:jool:0.9.15'

implementation('org.springframework.boot:spring-boot-starter-jetty:3.3.0-M1') {
implementation('org.springframework.boot:spring-boot-starter-jetty:3.3.0-M2') {
exclude module: 'jetty-xml'
}
implementation('org.springframework.boot:spring-boot-starter-web:3.3.0-M1') {
implementation('org.springframework.boot:spring-boot-starter-web:3.3.0-M2') {
exclude module: 'spring-boot-starter-tomcat'
}
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.3.0-M1'
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:3.3.0-M2'
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:3.3.0'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'ch.qos.logback:logback-classic:1.4.14' // CVE-2023-6378
Expand All @@ -87,7 +87,7 @@ dependencies {
exclude group: 'bouncycastle'
}

testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.0-M1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.3.0-M2'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
}
Expand Down

0 comments on commit 1ef97c9

Please sign in to comment.