Skip to content

Commit 626333f

Browse files
:dependabot: Bump spring-boot from 4.1.0 to 4.1.1
Bumps the spring-boot group with 6 updates: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-starter-jetty](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` | | [org.springframework.boot:spring-boot-starter-web](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` | | [org.springframework.boot:spring-boot-starter-thymeleaf](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` | | [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` | | [org.springframework.boot:spring-boot-webmvc-test](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `4.1.0` | `4.1.1` | Updates `org.springframework.boot:spring-boot-starter-jetty` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) Updates `org.springframework.boot:spring-boot-starter-web` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) Updates `org.springframework.boot:spring-boot-starter-thymeleaf` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) Updates `org.springframework.boot:spring-boot-starter-test` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) Updates `org.springframework.boot:spring-boot-webmvc-test` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) Updates `org.springframework.boot` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-jetty dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-boot - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-boot - dependency-name: org.springframework.boot:spring-boot-starter-thymeleaf dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-boot - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-boot - dependency-name: org.springframework.boot:spring-boot-webmvc-test dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: spring-boot - dependency-name: org.springframework.boot dependency-version: 4.1.1 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>
1 parent e5f91ec commit 626333f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
id 'maven-publish'
77
id 'de.undercouch.download' version '5.7.0'
88
id 'com.adarshr.test-logger' version '4.0.0'
9-
id 'org.springframework.boot' version '4.1.0'
9+
id 'org.springframework.boot' version '4.1.1'
1010
id 'com.github.ben-manes.versions' version '0.59.0'
1111
id 'com.github.dawnwords.jacoco.badge' version '0.2.4'
1212
}
@@ -73,13 +73,13 @@ dependencies {
7373
implementation 'org.modelmapper:modelmapper:3.2.6'
7474
implementation 'org.jooq:jool:0.9.15'
7575

76-
implementation('org.springframework.boot:spring-boot-starter-jetty:4.1.0') {
76+
implementation('org.springframework.boot:spring-boot-starter-jetty:4.1.1') {
7777
exclude module: 'jetty-xml'
7878
}
79-
implementation('org.springframework.boot:spring-boot-starter-web:4.1.0') {
79+
implementation('org.springframework.boot:spring-boot-starter-web:4.1.1') {
8080
exclude module: 'spring-boot-starter-tomcat'
8181
}
82-
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:4.1.0'
82+
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf:4.1.1'
8383
implementation 'nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:4.0.1'
8484
implementation 'org.apache.commons:commons-lang3:3.20.0'
8585

@@ -91,8 +91,8 @@ dependencies {
9191
}
9292

9393
testImplementation 'org.mockito:mockito-core:5.23.0'
94-
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.1.0'
95-
testImplementation 'org.springframework.boot:spring-boot-webmvc-test:4.1.0'
94+
testImplementation 'org.springframework.boot:spring-boot-starter-test:4.1.1'
95+
testImplementation 'org.springframework.boot:spring-boot-webmvc-test:4.1.1'
9696
testImplementation 'org.junit.jupiter:junit-jupiter-params:6.1.2'
9797
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.1.2'
9898
}

0 commit comments

Comments
 (0)