Skip to content

Commit ed2984f

Browse files
authored
Merge pull request #280 from OpenConext/dependabot/maven/backend-prod-9a7cfd0603
Bump the backend-prod group across 2 directories with 8 updates
2 parents 2c5bddd + 86c12b9 commit ed2984f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>org.codehaus.mojo</groupId>
1717
<artifactId>exec-maven-plugin</artifactId>
18-
<version>3.6.1</version>
18+
<version>3.6.2</version>
1919
<executions>
2020
<execution>
2121
<goals>

server/pom.xml

Lines changed: 7 additions & 7 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.35.1</version>
39+
<version>2.35.10</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.5</version>
88+
<version>6.5.6</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.5</version>
103+
<version>6.5.6</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.springframework.security</groupId>
107107
<artifactId>spring-security-crypto</artifactId>
108-
<version>6.5.5</version>
108+
<version>6.5.6</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.springframework.boot</groupId>
@@ -132,12 +132,12 @@
132132
<dependency>
133133
<groupId>org.flywaydb</groupId>
134134
<artifactId>flyway-core</artifactId>
135-
<version>11.13.3</version>
135+
<version>11.14.1</version>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.flywaydb</groupId>
139139
<artifactId>flyway-mysql</artifactId>
140-
<version>11.13.3</version>
140+
<version>11.14.1</version>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.mariadb.jdbc</groupId>
@@ -279,7 +279,7 @@
279279
<plugin>
280280
<groupId>org.jacoco</groupId>
281281
<artifactId>jacoco-maven-plugin</artifactId>
282-
<version>0.8.13</version>
282+
<version>0.8.14</version>
283283
<configuration>
284284
<excludes>
285285
<exclude>db/mysql/migration/*.class</exclude>

0 commit comments

Comments
 (0)