Skip to content

Commit 504a9a8

Browse files
authored
Merge pull request #602 from OpenConext/dependabot/maven/backend-prod-c22e8d7cfa
Bump the backend-prod group across 3 directories with 10 updates
2 parents 4bba2e7 + 00d8331 commit 504a9a8

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>3.5.11</version>
14+
<version>3.5.13</version>
1515
<relativePath/>
1616
<!-- lookup parent from repository -->
1717
</parent>

server/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>software.amazon.awssdk</groupId>
3838
<artifactId>s3</artifactId>
39-
<version>2.42.7</version>
39+
<version>2.42.29</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.opensaml</groupId>
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>org.springframework.security</groupId>
8787
<artifactId>spring-security-config</artifactId>
88-
<version>6.5.8</version>
88+
<version>6.5.9</version>
8989
<exclusions>
9090
<exclusion>
9191
<groupId>org.springframework.security</groupId>
@@ -100,12 +100,12 @@
100100
<dependency>
101101
<groupId>org.springframework.security</groupId>
102102
<artifactId>spring-security-core</artifactId>
103-
<version>6.5.8</version>
103+
<version>6.5.9</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.springframework.security</groupId>
107107
<artifactId>spring-security-crypto</artifactId>
108-
<version>6.5.8</version>
108+
<version>6.5.9</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.springframework.boot</groupId>
@@ -122,7 +122,7 @@
122122
<dependency>
123123
<groupId>com.fasterxml.jackson.datatype</groupId>
124124
<artifactId>jackson-datatype-jdk8</artifactId>
125-
<version>2.21.1</version>
125+
<version>2.21.2</version>
126126
</dependency>
127127
<!-- <dependency>-->
128128
<!-- <groupId>com.squareup.okhttp3</groupId>-->
@@ -137,12 +137,12 @@
137137
<dependency>
138138
<groupId>org.flywaydb</groupId>
139139
<artifactId>flyway-mysql</artifactId>
140-
<version>12.0.3</version>
140+
<version>12.3.0</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.mariadb.jdbc</groupId>
144144
<artifactId>mariadb-java-client</artifactId>
145-
<version>3.5.7</version>
145+
<version>3.5.8</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>com.github.spullara.mustache.java</groupId>
@@ -174,7 +174,7 @@
174174
<dependency>
175175
<groupId>org.projectlombok</groupId>
176176
<artifactId>lombok</artifactId>
177-
<version>1.18.42</version>
177+
<version>1.18.44</version>
178178
<scope>provided</scope>
179179
</dependency>
180180
<dependency>
@@ -225,7 +225,7 @@
225225
<dependency>
226226
<groupId>com.fasterxml.jackson.datatype</groupId>
227227
<artifactId>jackson-datatype-hibernate6</artifactId>
228-
<version>2.21.1</version>
228+
<version>2.21.2</version>
229229
</dependency>
230230
<dependency>
231231
<groupId>com.icegreen</groupId>

0 commit comments

Comments
 (0)