From cebe4f777cf26d74ce3bf8657ca4f412c2425042 Mon Sep 17 00:00:00 2001 From: sadv1r <5000487+sadv1r@users.noreply.github.com> Date: Tue, 4 Jun 2024 20:46:41 +0300 Subject: [PATCH] Upgrade Spring Boot to `3.3.0` --- LICENSE.md | 2 +- build.gradle | 2 +- samples/web-sample/build.gradle | 2 +- samples/webflux-sample/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index 8d5c5b7..2b336bc 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Sadv1r +Copyright (c) 2024 Sadv1r Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/build.gradle b/build.gradle index 51e47a9..a81d891 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { - id 'org.springframework.boot' version '2.7.18' apply false + id 'org.springframework.boot' version '3.3.0' apply false } ext { diff --git a/samples/web-sample/build.gradle b/samples/web-sample/build.gradle index 720fb44..bb0e8b4 100644 --- a/samples/web-sample/build.gradle +++ b/samples/web-sample/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.18' + id 'org.springframework.boot' version '3.3.0' id 'io.spring.dependency-management' } diff --git a/samples/webflux-sample/build.gradle b/samples/webflux-sample/build.gradle index 42f5d5d..2f298a3 100644 --- a/samples/webflux-sample/build.gradle +++ b/samples/webflux-sample/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.18' + id 'org.springframework.boot' version '3.3.0' id 'io.spring.dependency-management' }