Skip to content
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
3 changes: 3 additions & 0 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ group = "de.tum.cit.aet.thesis"
version = "4.11.0"
description = "Thesis Management"

// Override Spring Boot-managed Tomcat to pull in security fixes ahead of the next BOM release.
ext["tomcat.version"] = "11.0.22"

gitProperties {
// The plugin walks up from the project dir to auto-detect the .git
// directory and natively handles git worktrees (where .git is a file
Expand Down
2 changes: 1 addition & 1 deletion server/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ org.gradle.configuration-cache=true
rootProject.name=Thesis Management

test_container_version=2.0.5
junit_version=6.0.3
junit_version=6.1.0
commons_lang3_version=3.20.0
2 changes: 1 addition & 1 deletion server/sbom/.input-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
f7349413fc9ec611bccad8dc00ab6dfa4ccff15e94732dc20c2aeab33818f304
a6495d57019156b72d4223bbdae9dacf4ebd9d4c127179a00d9621efcec06c6f
Loading
Loading