From a16b77b345c5aa1d0ebcfb5e9d3c96f8d20cfb85 Mon Sep 17 00:00:00 2001
From: Robert McNees <86265089+robertmcnees@users.noreply.github.com>
Date: Mon, 17 Jun 2024 08:17:38 -0400
Subject: [PATCH] Update reading versions (#25)
* Update dependency versions for bookstore project
This commit updates all dependencies for the reading project.
This includes both maven and gralde builds in both initial and complete folders. This manual upgrade method is favored over dependabot at this time because multiple updates should be done simultaneously. Going forward this requirement should be handled with a more appropriate dependabot config file.
The dependency for springCloudVersion was changed from set to = so that dependabot can recognize this dependency for future updates.
---
complete/reading/build.gradle | 6 +++---
complete/reading/pom.xml | 4 ++--
initial/reading/build.gradle | 6 +++---
initial/reading/pom.xml | 4 ++--
4 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/complete/reading/build.gradle b/complete/reading/build.gradle
index aa71ed1..ac17f70 100644
--- a/complete/reading/build.gradle
+++ b/complete/reading/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.0.2'
- id 'io.spring.dependency-management' version '1.1.0'
+ id 'org.springframework.boot' version '3.3.0'
+ id 'io.spring.dependency-management' version '1.1.5'
}
group = 'com.example'
@@ -13,7 +13,7 @@ repositories {
}
ext {
- set('springCloudVersion', "2022.0.0")
+ springCloudVersion = '2023.0.2'
}
dependencies {
diff --git a/complete/reading/pom.xml b/complete/reading/pom.xml
index 953c34f..44ab4e5 100644
--- a/complete/reading/pom.xml
+++ b/complete/reading/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.2
+ 3.3.0
com.example
@@ -15,7 +15,7 @@
Demo project for Spring Boot
17
- 2022.0.0
+ 2023.0.2
diff --git a/initial/reading/build.gradle b/initial/reading/build.gradle
index aa71ed1..ac17f70 100644
--- a/initial/reading/build.gradle
+++ b/initial/reading/build.gradle
@@ -1,7 +1,7 @@
plugins {
id 'java'
- id 'org.springframework.boot' version '3.0.2'
- id 'io.spring.dependency-management' version '1.1.0'
+ id 'org.springframework.boot' version '3.3.0'
+ id 'io.spring.dependency-management' version '1.1.5'
}
group = 'com.example'
@@ -13,7 +13,7 @@ repositories {
}
ext {
- set('springCloudVersion', "2022.0.0")
+ springCloudVersion = '2023.0.2'
}
dependencies {
diff --git a/initial/reading/pom.xml b/initial/reading/pom.xml
index 953c34f..44ab4e5 100644
--- a/initial/reading/pom.xml
+++ b/initial/reading/pom.xml
@@ -5,7 +5,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.2
+ 3.3.0
com.example
@@ -15,7 +15,7 @@
Demo project for Spring Boot
17
- 2022.0.0
+ 2023.0.2