Skip to content

Commit afb21f1

Browse files
committed
feat: spring update
1 parent e92f87c commit afb21f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

backend/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ http://www.apache.org/licenses/LICENSE-2.0
102102
<dependency>
103103
<groupId>net.javacrumbs.shedlock</groupId>
104104
<artifactId>shedlock-spring</artifactId>
105-
<version>4.42.0</version>
105+
<version>6.0.1</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>net.javacrumbs.shedlock</groupId>
109109
<artifactId>shedlock-provider-mongo-reactivestreams</artifactId>
110-
<version>4.42.0</version>
110+
<version>6.0.1</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>net.sf.jasperreports</groupId>
@@ -134,7 +134,7 @@ http://www.apache.org/licenses/LICENSE-2.0
134134
<dependency>
135135
<groupId>com.tngtech.archunit</groupId>
136136
<artifactId>archunit-junit5</artifactId>
137-
<version>1.1.0</version>
137+
<version>1.3.0</version>
138138
<scope>test</scope>
139139
</dependency>
140140
</dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<groupId>org.springframework.boot</groupId>
1818
<artifactId>spring-boot-starter-parent</artifactId>
19-
<version>3.3.0</version>
19+
<version>3.4.0</version>
2020
<relativePath />
2121
<!-- lookup parent from repository -->
2222
</parent>

0 commit comments

Comments
 (0)