Skip to content

Commit 8d3a79a

Browse files
authored
Merge pull request #9 from conorheffron/r1000
Release v1.0.0
2 parents 37b1f9c + d542128 commit 8d3a79a

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ dependencies {
8080
}
8181

8282
group = "com.siriusxm.example.cart"
83-
version = "0.0.1-SNAPSHOT"
83+
version = "1.0.0-RELEASE"
8484
description = "shoppingcart"
8585
java.sourceCompatibility = JavaVersion.VERSION_21
8686

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[versions]
55
com-google-code-gson-gson = "2.10.1"
6-
com-opencsv-opencsv = "5.9"
6+
com-opencsv-opencsv = "5.12.0"
77
com-sun-xml-bind-jaxb-core = "2.3.0"
88
com-sun-xml-bind-jaxb-impl = "2.3.0"
99
commons-httpclient-commons-httpclient = "3.1"
@@ -31,13 +31,13 @@ org-projectlombok-lombok = "1.18.34"
3131
org-springdoc-springdoc-openapi-starter-webmvc-ui = "2.0.3"
3232
org-springframework-boot-spring-boot-devtools = "3.3.4"
3333
org-springframework-boot-spring-boot-starter = "3.3.4"
34-
org-springframework-boot-spring-boot-starter-data-jpa = "3.3.4"
34+
org-springframework-boot-spring-boot-starter-data-jpa = "3.5.6"
3535
org-springframework-boot-spring-boot-starter-quartz = "3.3.4"
36-
org-springframework-boot-spring-boot-starter-security = "3.3.4"
36+
org-springframework-boot-spring-boot-starter-security = "3.5.6"
3737
org-springframework-boot-spring-boot-starter-test = "3.3.4"
38-
org-springframework-boot-spring-boot-starter-thymeleaf = "3.3.4"
38+
org-springframework-boot-spring-boot-starter-thymeleaf = "3.5.6"
3939
org-springframework-boot-spring-boot-starter-validation = "3.3.4"
40-
org-springframework-boot-spring-boot-starter-web = "3.3.4"
40+
org-springframework-boot-spring-boot-starter-web = "3.5.6"
4141
org-springframework-security-spring-security-test = "6.3.3"
4242
org-webjars-bootstrap = "4.3.1"
4343
org-webjars-jquery = "3.4.1"

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.3.4</version>
8+
<version>3.5.6</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.siriusxm.example.cart</groupId>
1212
<artifactId>shoppingcart</artifactId>
13-
<version>0.0.1-SNAPSHOT</version>
13+
<version>1.0.0-RELEASE</version>
1414
<name>shoppingcart</name>
1515
<description>Demo project for Spring Boot</description>
1616
<url/>
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>com.opencsv</groupId>
239239
<artifactId>opencsv</artifactId>
240-
<version>5.9</version>
240+
<version>5.12</version>
241241
</dependency>
242242
<dependency>
243243
<groupId>org.apache.poi</groupId>
@@ -276,3 +276,5 @@
276276
</build>
277277

278278
</project>
279+
280+

0 commit comments

Comments
 (0)