Skip to content
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

Bump org.springframework.boot from 3.1.3 to 3.1.5 #787

Merged
merged 2 commits into from
Nov 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {

plugins {
id "java"
id "org.springframework.boot" version "3.1.3"
id "org.springframework.boot" version "3.1.5"
id "idea"
}

Expand Down Expand Up @@ -113,8 +113,6 @@ repositories {
compileJava.dependsOn(processResources)

configurations {
compile.exclude module: "spring-boot-starter-tomcat"
compile.exclude module: "tomcat-jdbc"
compile.exclude module: "assertj-core"
}

Expand Down Expand Up @@ -224,7 +222,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-amqp")
implementation("org.springframework.boot:spring-boot-starter-jetty")
implementation("org.springframework.boot:spring-boot-starter-security")
implementation("org.springframework.boot:spring-boot-starter-thymeleaf")
implementation("org.springframework.boot:spring-boot-starter-mail")
Expand Down
2 changes: 0 additions & 2 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ server:
charset: utf-8
enabled: true
force: true
jetty:
max-http-form-post-size: 367001600
forward-headers-strategy: native
tomcat:
relaxed-query-chars: "[,]" # Elide makes heave use of these and many browsers don't escape them
Expand Down
Loading